-- phpMyAdmin SQL Dump
-- version 5.2.2
-- https://www.phpmyadmin.net/
--
-- Host: localhost
-- Generation Time: Mar 17, 2026 at 04:24 PM
-- Server version: 8.4.6-6
-- PHP Version: 8.2.30

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";
START TRANSACTION;
SET time_zone = "+00:00";


/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8mb4 */;

--
-- Database: `thesci60_topwomensocialmediaspeaker`
--

-- --------------------------------------------------------

--
-- Table structure for table `wp_actionscheduler_actions`
--

CREATE TABLE `wp_actionscheduler_actions` (
  `action_id` bigint UNSIGNED NOT NULL,
  `hook` varchar(191) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `status` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `scheduled_date_gmt` datetime DEFAULT '0000-00-00 00:00:00',
  `scheduled_date_local` datetime DEFAULT '0000-00-00 00:00:00',
  `args` varchar(191) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `schedule` longtext COLLATE utf8mb4_unicode_520_ci,
  `group_id` bigint UNSIGNED NOT NULL DEFAULT '0',
  `attempts` int NOT NULL DEFAULT '0',
  `last_attempt_gmt` datetime DEFAULT '0000-00-00 00:00:00',
  `last_attempt_local` datetime DEFAULT '0000-00-00 00:00:00',
  `claim_id` bigint UNSIGNED NOT NULL DEFAULT '0',
  `extended_args` varchar(8000) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `priority` tinyint UNSIGNED NOT NULL DEFAULT '10'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `wp_actionscheduler_actions`
--

INSERT INTO `wp_actionscheduler_actions` (`action_id`, `hook`, `status`, `scheduled_date_gmt`, `scheduled_date_local`, `args`, `schedule`, `group_id`, `attempts`, `last_attempt_gmt`, `last_attempt_local`, `claim_id`, `extended_args`, `priority`) VALUES
(28792, 'aioseo_cache_prune', 'pending', '2025-11-21 16:31:19', '2025-11-21 16:31:19', '[]', 'O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1763742679;s:18:\"\0*\0first_timestamp\";i:1637069863;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1763742679;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}', 1, 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, NULL, 10),
(28793, 'aioseo_cache_prune', 'pending', '2025-11-21 16:31:19', '2025-11-21 16:31:19', '[]', 'O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1763742679;s:18:\"\0*\0first_timestamp\";i:1642946278;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1763742679;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}', 1, 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, NULL, 10),
(28794, 'aioseo_ai_update_credits', 'pending', '2025-11-21 16:31:19', '2025-11-21 16:31:19', '[]', 'O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1763742679;s:18:\"\0*\0first_timestamp\";i:1752692079;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1763742679;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}', 1, 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, NULL, 10),
(28796, 'aioseo_image_sitemap_scan', 'complete', '2025-11-21 00:44:23', '2025-11-21 00:44:23', '[]', 'O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1763685863;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1763685863;}', 1, 1, '2025-11-21 04:27:04', '2025-11-21 04:27:04', 0, NULL, 10),
(28797, 'aioseo_image_sitemap_scan', 'pending', '2025-11-21 04:42:04', '2025-11-21 04:42:04', '[]', 'O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1763700124;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1763700124;}', 1, 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, NULL, 10),
(28798, 'aioseo_generate_llms_txt', 'pending', '2025-12-04 03:49:39', '2025-12-04 03:49:39', '[]', 'O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764820179;s:18:\"\0*\0first_timestamp\";i:1764820179;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1764820179;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}', 1, 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, NULL, 10);

-- --------------------------------------------------------

--
-- Table structure for table `wp_actionscheduler_claims`
--

CREATE TABLE `wp_actionscheduler_claims` (
  `claim_id` bigint UNSIGNED NOT NULL,
  `date_created_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

-- --------------------------------------------------------

--
-- Table structure for table `wp_actionscheduler_groups`
--

CREATE TABLE `wp_actionscheduler_groups` (
  `group_id` bigint UNSIGNED NOT NULL,
  `slug` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `wp_actionscheduler_groups`
--

INSERT INTO `wp_actionscheduler_groups` (`group_id`, `slug`) VALUES
(1, 'aioseo'),
(2, 'action-scheduler-migration');

-- --------------------------------------------------------

--
-- Table structure for table `wp_actionscheduler_logs`
--

CREATE TABLE `wp_actionscheduler_logs` (
  `log_id` bigint UNSIGNED NOT NULL,
  `action_id` bigint UNSIGNED NOT NULL,
  `message` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `log_date_gmt` datetime DEFAULT '0000-00-00 00:00:00',
  `log_date_local` datetime DEFAULT '0000-00-00 00:00:00'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `wp_actionscheduler_logs`
--

INSERT INTO `wp_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES
(1, 356, 'action created', '2021-01-22 19:41:04', '2021-01-22 19:41:04'),
(2, 357, 'action created', '2021-01-22 19:41:04', '2021-01-22 19:41:04'),
(3, 358, 'action created', '2021-01-22 19:41:04', '2021-01-22 19:41:04'),
(4, 359, 'action created', '2021-01-22 19:41:04', '2021-01-22 19:41:04'),
(6, 357, 'action started via WP Cron', '2021-01-22 19:41:04', '2021-01-22 19:41:04'),
(7, 357, 'action complete via WP Cron', '2021-01-22 19:41:04', '2021-01-22 19:41:04'),
(8, 359, 'action started via WP Cron', '2021-01-22 19:41:04', '2021-01-22 19:41:04'),
(9, 359, 'action complete via WP Cron', '2021-01-22 19:41:04', '2021-01-22 19:41:04'),
(10, 361, 'action created', '2021-01-22 19:41:05', '2021-01-22 19:41:05'),
(11, 362, 'action created', '2021-01-22 19:41:15', '2021-01-22 19:41:15'),
(14, 361, 'action started via WP Cron', '2021-01-22 19:50:28', '2021-01-22 19:50:28'),
(15, 361, 'action complete via WP Cron', '2021-01-22 19:50:28', '2021-01-22 19:50:28'),
(16, 362, 'action started via WP Cron', '2021-01-22 19:50:28', '2021-01-22 19:50:28'),
(17, 362, 'action complete via WP Cron', '2021-01-22 19:50:28', '2021-01-22 19:50:28'),
(18, 363, 'action created', '2021-01-22 19:50:28', '2021-01-22 19:50:28'),
(20, 363, 'action started via WP Cron', '2021-01-22 20:20:36', '2021-01-22 20:20:36'),
(21, 363, 'action complete via WP Cron', '2021-01-22 20:20:36', '2021-01-22 20:20:36'),
(24, 365, 'action created', '2021-01-22 20:20:36', '2021-01-22 20:20:36'),
(25, 365, 'action started via WP Cron', '2021-01-22 20:25:45', '2021-01-22 20:25:45'),
(26, 365, 'action complete via WP Cron', '2021-01-22 20:25:45', '2021-01-22 20:25:45'),
(27, 366, 'action created', '2021-01-22 20:25:45', '2021-01-22 20:25:45'),
(28, 366, 'action started via WP Cron', '2021-01-22 21:48:35', '2021-01-22 21:48:35'),
(29, 366, 'action complete via WP Cron', '2021-01-22 21:48:35', '2021-01-22 21:48:35'),
(30, 367, 'action created', '2021-01-22 21:48:35', '2021-01-22 21:48:35'),
(31, 356, 'action started via WP Cron', '2021-01-23 01:08:32', '2021-01-23 01:08:32'),
(32, 356, 'action complete via WP Cron', '2021-01-23 01:08:32', '2021-01-23 01:08:32'),
(33, 368, 'action created', '2021-01-23 01:08:32', '2021-01-23 01:08:32'),
(34, 367, 'action started via WP Cron', '2021-01-23 01:08:32', '2021-01-23 01:08:32'),
(35, 367, 'action complete via WP Cron', '2021-01-23 01:08:32', '2021-01-23 01:08:32'),
(36, 369, 'action created', '2021-01-23 01:08:32', '2021-01-23 01:08:32'),
(37, 369, 'action started via WP Cron', '2021-01-23 02:10:04', '2021-01-23 02:10:04'),
(38, 369, 'action complete via WP Cron', '2021-01-23 02:10:04', '2021-01-23 02:10:04'),
(39, 370, 'action created', '2021-01-23 02:10:04', '2021-01-23 02:10:04'),
(40, 370, 'action started via WP Cron', '2021-01-23 03:27:22', '2021-01-23 03:27:22'),
(41, 370, 'action complete via WP Cron', '2021-01-23 03:27:22', '2021-01-23 03:27:22'),
(42, 371, 'action created', '2021-01-23 03:27:22', '2021-01-23 03:27:22'),
(43, 371, 'action started via WP Cron', '2021-01-23 05:11:36', '2021-01-23 05:11:36'),
(44, 371, 'action complete via WP Cron', '2021-01-23 05:11:36', '2021-01-23 05:11:36'),
(45, 372, 'action created', '2021-01-23 05:11:36', '2021-01-23 05:11:36'),
(46, 372, 'action started via WP Cron', '2021-01-23 08:33:13', '2021-01-23 08:33:13'),
(47, 372, 'action complete via WP Cron', '2021-01-23 08:33:13', '2021-01-23 08:33:13'),
(48, 373, 'action created', '2021-01-23 08:33:13', '2021-01-23 08:33:13'),
(49, 373, 'action started via WP Cron', '2021-01-23 09:09:19', '2021-01-23 09:09:19'),
(50, 373, 'action complete via WP Cron', '2021-01-23 09:09:19', '2021-01-23 09:09:19'),
(51, 374, 'action created', '2021-01-23 09:09:19', '2021-01-23 09:09:19'),
(52, 374, 'action started via WP Cron', '2021-01-23 09:25:56', '2021-01-23 09:25:56'),
(53, 374, 'action complete via WP Cron', '2021-01-23 09:25:56', '2021-01-23 09:25:56'),
(54, 375, 'action created', '2021-01-23 09:25:57', '2021-01-23 09:25:57'),
(55, 375, 'action started via WP Cron', '2021-01-23 09:30:58', '2021-01-23 09:30:58'),
(56, 375, 'action complete via WP Cron', '2021-01-23 09:30:58', '2021-01-23 09:30:58'),
(57, 376, 'action created', '2021-01-23 09:30:58', '2021-01-23 09:30:58'),
(58, 376, 'action started via WP Cron', '2021-01-23 09:31:08', '2021-01-23 09:31:08'),
(59, 376, 'action complete via WP Cron', '2021-01-23 09:31:08', '2021-01-23 09:31:08'),
(60, 377, 'action created', '2021-01-23 09:31:08', '2021-01-23 09:31:08'),
(61, 377, 'action started via WP Cron', '2021-01-23 10:00:11', '2021-01-23 10:00:11'),
(62, 377, 'action complete via WP Cron', '2021-01-23 10:00:11', '2021-01-23 10:00:11'),
(63, 378, 'action created', '2021-01-23 10:00:11', '2021-01-23 10:00:11'),
(64, 378, 'action started via WP Cron', '2021-01-23 10:01:05', '2021-01-23 10:01:05'),
(65, 378, 'action complete via WP Cron', '2021-01-23 10:01:05', '2021-01-23 10:01:05'),
(66, 379, 'action created', '2021-01-23 10:01:05', '2021-01-23 10:01:05'),
(67, 379, 'action started via WP Cron', '2021-01-23 10:44:04', '2021-01-23 10:44:04'),
(68, 379, 'action complete via WP Cron', '2021-01-23 10:44:04', '2021-01-23 10:44:04'),
(69, 380, 'action created', '2021-01-23 10:44:04', '2021-01-23 10:44:04'),
(70, 380, 'action started via WP Cron', '2021-01-23 10:45:07', '2021-01-23 10:45:07'),
(71, 380, 'action complete via WP Cron', '2021-01-23 10:45:07', '2021-01-23 10:45:07'),
(72, 381, 'action created', '2021-01-23 10:45:07', '2021-01-23 10:45:07'),
(73, 381, 'action started via WP Cron', '2021-01-23 10:46:12', '2021-01-23 10:46:12'),
(74, 381, 'action complete via WP Cron', '2021-01-23 10:46:12', '2021-01-23 10:46:12'),
(75, 382, 'action created', '2021-01-23 10:46:12', '2021-01-23 10:46:12'),
(76, 382, 'action started via WP Cron', '2021-01-23 11:39:58', '2021-01-23 11:39:58'),
(77, 382, 'action complete via WP Cron', '2021-01-23 11:39:58', '2021-01-23 11:39:58'),
(78, 383, 'action created', '2021-01-23 11:39:58', '2021-01-23 11:39:58'),
(79, 383, 'action started via WP Cron', '2021-01-23 11:41:00', '2021-01-23 11:41:00'),
(80, 383, 'action complete via WP Cron', '2021-01-23 11:41:00', '2021-01-23 11:41:00'),
(81, 384, 'action created', '2021-01-23 11:41:00', '2021-01-23 11:41:00'),
(82, 384, 'action started via WP Cron', '2021-01-23 12:46:07', '2021-01-23 12:46:07'),
(83, 384, 'action complete via WP Cron', '2021-01-23 12:46:07', '2021-01-23 12:46:07'),
(84, 385, 'action created', '2021-01-23 12:46:07', '2021-01-23 12:46:07'),
(85, 385, 'action started via WP Cron', '2021-01-23 14:22:14', '2021-01-23 14:22:14'),
(86, 385, 'action complete via WP Cron', '2021-01-23 14:22:14', '2021-01-23 14:22:14'),
(87, 386, 'action created', '2021-01-23 14:22:14', '2021-01-23 14:22:14'),
(88, 386, 'action started via WP Cron', '2021-01-23 14:45:15', '2021-01-23 14:45:15'),
(89, 386, 'action complete via WP Cron', '2021-01-23 14:45:15', '2021-01-23 14:45:15'),
(90, 387, 'action created', '2021-01-23 14:45:15', '2021-01-23 14:45:15'),
(91, 387, 'action started via WP Cron', '2021-01-23 15:05:29', '2021-01-23 15:05:29'),
(92, 387, 'action complete via WP Cron', '2021-01-23 15:05:29', '2021-01-23 15:05:29'),
(93, 388, 'action created', '2021-01-23 15:05:29', '2021-01-23 15:05:29'),
(94, 388, 'action started via WP Cron', '2021-01-23 16:46:25', '2021-01-23 16:46:25'),
(95, 388, 'action complete via WP Cron', '2021-01-23 16:46:25', '2021-01-23 16:46:25'),
(96, 389, 'action created', '2021-01-23 16:46:25', '2021-01-23 16:46:25'),
(97, 358, 'action started via WP Cron', '2021-01-23 20:28:24', '2021-01-23 20:28:24'),
(98, 358, 'action complete via WP Cron', '2021-01-23 20:28:24', '2021-01-23 20:28:24'),
(99, 390, 'action created', '2021-01-23 20:28:24', '2021-01-23 20:28:24'),
(100, 389, 'action started via WP Cron', '2021-01-23 20:28:24', '2021-01-23 20:28:24'),
(101, 389, 'action complete via WP Cron', '2021-01-23 20:28:24', '2021-01-23 20:28:24'),
(102, 391, 'action created', '2021-01-23 20:28:25', '2021-01-23 20:28:25'),
(103, 391, 'action started via WP Cron', '2021-01-23 20:39:36', '2021-01-23 20:39:36'),
(104, 391, 'action complete via WP Cron', '2021-01-23 20:39:36', '2021-01-23 20:39:36'),
(105, 392, 'action created', '2021-01-23 20:39:36', '2021-01-23 20:39:36'),
(106, 392, 'action started via WP Cron', '2021-01-23 21:12:50', '2021-01-23 21:12:50'),
(107, 392, 'action complete via WP Cron', '2021-01-23 21:12:50', '2021-01-23 21:12:50'),
(108, 393, 'action created', '2021-01-23 21:12:50', '2021-01-23 21:12:50'),
(109, 393, 'action started via WP Cron', '2021-01-23 23:12:50', '2021-01-23 23:12:50'),
(110, 393, 'action complete via WP Cron', '2021-01-23 23:12:50', '2021-01-23 23:12:50'),
(111, 394, 'action created', '2021-01-23 23:12:50', '2021-01-23 23:12:50'),
(112, 394, 'action started via WP Cron', '2021-01-24 00:29:47', '2021-01-24 00:29:47'),
(113, 394, 'action complete via WP Cron', '2021-01-24 00:29:47', '2021-01-24 00:29:47'),
(114, 395, 'action created', '2021-01-24 00:29:47', '2021-01-24 00:29:47'),
(115, 395, 'action started via WP Cron', '2021-01-24 00:31:06', '2021-01-24 00:31:06'),
(116, 395, 'action complete via WP Cron', '2021-01-24 00:31:06', '2021-01-24 00:31:06'),
(117, 396, 'action created', '2021-01-24 00:31:06', '2021-01-24 00:31:06'),
(118, 396, 'action started via WP Cron', '2021-01-24 00:49:21', '2021-01-24 00:49:21'),
(119, 396, 'action complete via WP Cron', '2021-01-24 00:49:21', '2021-01-24 00:49:21'),
(120, 397, 'action created', '2021-01-24 00:49:21', '2021-01-24 00:49:21'),
(121, 368, 'action started via WP Cron', '2021-01-24 03:51:43', '2021-01-24 03:51:43'),
(122, 368, 'action complete via WP Cron', '2021-01-24 03:51:43', '2021-01-24 03:51:43'),
(123, 398, 'action created', '2021-01-24 03:51:43', '2021-01-24 03:51:43'),
(124, 397, 'action started via WP Cron', '2021-01-24 03:51:43', '2021-01-24 03:51:43'),
(125, 397, 'action complete via WP Cron', '2021-01-24 03:51:43', '2021-01-24 03:51:43'),
(126, 399, 'action created', '2021-01-24 03:51:43', '2021-01-24 03:51:43'),
(127, 399, 'action started via WP Cron', '2021-01-24 04:44:37', '2021-01-24 04:44:37'),
(128, 399, 'action complete via WP Cron', '2021-01-24 04:44:37', '2021-01-24 04:44:37'),
(129, 400, 'action created', '2021-01-24 04:44:37', '2021-01-24 04:44:37'),
(130, 400, 'action started via WP Cron', '2021-01-24 06:40:14', '2021-01-24 06:40:14'),
(131, 400, 'action complete via WP Cron', '2021-01-24 06:40:14', '2021-01-24 06:40:14'),
(132, 401, 'action created', '2021-01-24 06:40:14', '2021-01-24 06:40:14'),
(133, 401, 'action started via WP Cron', '2021-01-24 07:11:04', '2021-01-24 07:11:04'),
(134, 401, 'action complete via WP Cron', '2021-01-24 07:11:04', '2021-01-24 07:11:04'),
(135, 402, 'action created', '2021-01-24 07:11:04', '2021-01-24 07:11:04'),
(136, 402, 'action started via WP Cron', '2021-01-24 07:20:45', '2021-01-24 07:20:45'),
(137, 402, 'action complete via WP Cron', '2021-01-24 07:20:45', '2021-01-24 07:20:45'),
(138, 403, 'action created', '2021-01-24 07:20:45', '2021-01-24 07:20:45'),
(139, 403, 'action started via WP Cron', '2021-01-24 08:38:14', '2021-01-24 08:38:14'),
(140, 403, 'action complete via WP Cron', '2021-01-24 08:38:14', '2021-01-24 08:38:14'),
(141, 404, 'action created', '2021-01-24 08:38:14', '2021-01-24 08:38:14'),
(142, 404, 'action started via WP Cron', '2021-01-24 10:50:29', '2021-01-24 10:50:29'),
(143, 404, 'action complete via WP Cron', '2021-01-24 10:50:29', '2021-01-24 10:50:29'),
(144, 405, 'action created', '2021-01-24 10:50:29', '2021-01-24 10:50:29'),
(145, 405, 'action started via WP Cron', '2021-01-24 10:57:31', '2021-01-24 10:57:31'),
(146, 405, 'action complete via WP Cron', '2021-01-24 10:57:31', '2021-01-24 10:57:31'),
(147, 406, 'action created', '2021-01-24 10:57:31', '2021-01-24 10:57:31'),
(148, 406, 'action started via WP Cron', '2021-01-24 12:48:23', '2021-01-24 12:48:23'),
(149, 406, 'action complete via WP Cron', '2021-01-24 12:48:23', '2021-01-24 12:48:23'),
(150, 407, 'action created', '2021-01-24 12:48:23', '2021-01-24 12:48:23'),
(151, 407, 'action started via WP Cron', '2021-01-24 13:49:08', '2021-01-24 13:49:08'),
(152, 407, 'action complete via WP Cron', '2021-01-24 13:49:08', '2021-01-24 13:49:08'),
(153, 408, 'action created', '2021-01-24 13:49:08', '2021-01-24 13:49:08'),
(154, 408, 'action started via WP Cron', '2021-01-24 16:45:04', '2021-01-24 16:45:04'),
(155, 408, 'action complete via WP Cron', '2021-01-24 16:45:04', '2021-01-24 16:45:04'),
(156, 409, 'action created', '2021-01-24 16:45:05', '2021-01-24 16:45:05'),
(157, 409, 'action started via WP Cron', '2021-01-24 16:49:47', '2021-01-24 16:49:47'),
(158, 409, 'action complete via WP Cron', '2021-01-24 16:49:47', '2021-01-24 16:49:47'),
(159, 410, 'action created', '2021-01-24 16:49:47', '2021-01-24 16:49:47'),
(160, 410, 'action started via WP Cron', '2021-01-24 18:21:00', '2021-01-24 18:21:00'),
(161, 410, 'action complete via WP Cron', '2021-01-24 18:21:00', '2021-01-24 18:21:00'),
(162, 411, 'action created', '2021-01-24 18:21:00', '2021-01-24 18:21:00'),
(163, 411, 'action started via WP Cron', '2021-01-24 18:24:02', '2021-01-24 18:24:02'),
(164, 411, 'action complete via WP Cron', '2021-01-24 18:24:02', '2021-01-24 18:24:02'),
(165, 412, 'action created', '2021-01-24 18:24:02', '2021-01-24 18:24:02'),
(166, 412, 'action started via WP Cron', '2021-01-24 19:17:45', '2021-01-24 19:17:45'),
(167, 412, 'action complete via WP Cron', '2021-01-24 19:17:45', '2021-01-24 19:17:45'),
(168, 413, 'action created', '2021-01-24 19:17:46', '2021-01-24 19:17:46'),
(169, 413, 'action started via WP Cron', '2021-01-24 19:37:01', '2021-01-24 19:37:01'),
(170, 413, 'action complete via WP Cron', '2021-01-24 19:37:01', '2021-01-24 19:37:01'),
(171, 414, 'action created', '2021-01-24 19:37:01', '2021-01-24 19:37:01'),
(172, 414, 'action started via WP Cron', '2021-01-24 19:45:34', '2021-01-24 19:45:34'),
(173, 414, 'action complete via WP Cron', '2021-01-24 19:45:34', '2021-01-24 19:45:34'),
(174, 415, 'action created', '2021-01-24 19:45:34', '2021-01-24 19:45:34'),
(175, 390, 'action started via WP Cron', '2021-01-24 20:41:16', '2021-01-24 20:41:16'),
(176, 390, 'action complete via WP Cron', '2021-01-24 20:41:16', '2021-01-24 20:41:16'),
(177, 416, 'action created', '2021-01-24 20:41:16', '2021-01-24 20:41:16'),
(178, 415, 'action started via WP Cron', '2021-01-24 20:41:16', '2021-01-24 20:41:16'),
(179, 415, 'action complete via WP Cron', '2021-01-24 20:41:16', '2021-01-24 20:41:16'),
(180, 417, 'action created', '2021-01-24 20:41:16', '2021-01-24 20:41:16'),
(181, 417, 'action started via WP Cron', '2021-01-24 20:55:10', '2021-01-24 20:55:10'),
(182, 417, 'action complete via WP Cron', '2021-01-24 20:55:10', '2021-01-24 20:55:10'),
(183, 418, 'action created', '2021-01-24 20:55:10', '2021-01-24 20:55:10'),
(184, 418, 'action started via WP Cron', '2021-01-24 20:56:32', '2021-01-24 20:56:32'),
(185, 418, 'action complete via WP Cron', '2021-01-24 20:56:32', '2021-01-24 20:56:32'),
(186, 419, 'action created', '2021-01-24 20:56:32', '2021-01-24 20:56:32'),
(187, 419, 'action started via WP Cron', '2021-01-24 22:15:28', '2021-01-24 22:15:28'),
(188, 419, 'action complete via WP Cron', '2021-01-24 22:15:28', '2021-01-24 22:15:28'),
(189, 420, 'action created', '2021-01-24 22:15:28', '2021-01-24 22:15:28'),
(190, 420, 'action started via WP Cron', '2021-01-25 00:55:34', '2021-01-25 00:55:34'),
(191, 420, 'action complete via WP Cron', '2021-01-25 00:55:34', '2021-01-25 00:55:34'),
(192, 421, 'action created', '2021-01-25 00:55:34', '2021-01-25 00:55:34'),
(193, 421, 'action started via WP Cron', '2021-01-25 01:52:31', '2021-01-25 01:52:31'),
(194, 421, 'action complete via WP Cron', '2021-01-25 01:52:31', '2021-01-25 01:52:31'),
(195, 422, 'action created', '2021-01-25 01:52:31', '2021-01-25 01:52:31'),
(196, 422, 'action started via WP Cron', '2021-01-25 03:22:14', '2021-01-25 03:22:14'),
(197, 422, 'action complete via WP Cron', '2021-01-25 03:22:14', '2021-01-25 03:22:14'),
(198, 423, 'action created', '2021-01-25 03:22:14', '2021-01-25 03:22:14'),
(199, 423, 'action started via WP Cron', '2021-01-25 03:24:48', '2021-01-25 03:24:48'),
(200, 423, 'action complete via WP Cron', '2021-01-25 03:24:48', '2021-01-25 03:24:48'),
(201, 424, 'action created', '2021-01-25 03:24:48', '2021-01-25 03:24:48'),
(202, 398, 'action started via WP Cron', '2021-01-25 03:56:42', '2021-01-25 03:56:42'),
(203, 398, 'action complete via WP Cron', '2021-01-25 03:56:42', '2021-01-25 03:56:42'),
(204, 425, 'action created', '2021-01-25 03:56:42', '2021-01-25 03:56:42'),
(205, 424, 'action started via WP Cron', '2021-01-25 03:56:42', '2021-01-25 03:56:42'),
(206, 424, 'action complete via WP Cron', '2021-01-25 03:56:42', '2021-01-25 03:56:42'),
(207, 426, 'action created', '2021-01-25 03:56:42', '2021-01-25 03:56:42'),
(208, 426, 'action started via WP Cron', '2021-01-25 04:51:10', '2021-01-25 04:51:10'),
(209, 426, 'action complete via WP Cron', '2021-01-25 04:51:10', '2021-01-25 04:51:10'),
(210, 427, 'action created', '2021-01-25 04:51:10', '2021-01-25 04:51:10'),
(211, 427, 'action started via WP Cron', '2021-01-25 07:54:57', '2021-01-25 07:54:57'),
(212, 427, 'action complete via WP Cron', '2021-01-25 07:54:58', '2021-01-25 07:54:58'),
(213, 428, 'action created', '2021-01-25 07:54:58', '2021-01-25 07:54:58'),
(214, 428, 'action started via WP Cron', '2021-01-25 08:28:03', '2021-01-25 08:28:03'),
(215, 428, 'action complete via WP Cron', '2021-01-25 08:28:03', '2021-01-25 08:28:03'),
(216, 429, 'action created', '2021-01-25 08:28:04', '2021-01-25 08:28:04'),
(217, 429, 'action started via WP Cron', '2021-01-25 11:22:46', '2021-01-25 11:22:46'),
(218, 429, 'action complete via WP Cron', '2021-01-25 11:22:46', '2021-01-25 11:22:46'),
(219, 430, 'action created', '2021-01-25 11:22:46', '2021-01-25 11:22:46'),
(220, 430, 'action started via WP Cron', '2021-01-25 11:59:40', '2021-01-25 11:59:40'),
(221, 430, 'action complete via WP Cron', '2021-01-25 11:59:40', '2021-01-25 11:59:40'),
(222, 431, 'action created', '2021-01-25 11:59:40', '2021-01-25 11:59:40'),
(223, 431, 'action started via WP Cron', '2021-01-25 12:27:59', '2021-01-25 12:27:59'),
(224, 431, 'action complete via WP Cron', '2021-01-25 12:27:59', '2021-01-25 12:27:59'),
(225, 432, 'action created', '2021-01-25 12:27:59', '2021-01-25 12:27:59'),
(226, 432, 'action started via WP Cron', '2021-01-25 12:31:24', '2021-01-25 12:31:24'),
(227, 432, 'action complete via WP Cron', '2021-01-25 12:31:24', '2021-01-25 12:31:24'),
(228, 433, 'action created', '2021-01-25 12:31:24', '2021-01-25 12:31:24'),
(229, 433, 'action started via WP Cron', '2021-01-25 12:43:27', '2021-01-25 12:43:27'),
(230, 433, 'action complete via WP Cron', '2021-01-25 12:43:27', '2021-01-25 12:43:27'),
(231, 434, 'action created', '2021-01-25 12:43:27', '2021-01-25 12:43:27'),
(232, 434, 'action started via WP Cron', '2021-01-25 13:04:35', '2021-01-25 13:04:35'),
(233, 434, 'action complete via WP Cron', '2021-01-25 13:04:35', '2021-01-25 13:04:35'),
(234, 435, 'action created', '2021-01-25 13:04:35', '2021-01-25 13:04:35'),
(235, 435, 'action started via WP Cron', '2021-01-25 13:39:32', '2021-01-25 13:39:32'),
(236, 435, 'action complete via WP Cron', '2021-01-25 13:39:32', '2021-01-25 13:39:32'),
(237, 436, 'action created', '2021-01-25 13:39:32', '2021-01-25 13:39:32'),
(238, 436, 'action started via WP Cron', '2021-01-25 13:44:50', '2021-01-25 13:44:50'),
(239, 436, 'action complete via WP Cron', '2021-01-25 13:44:50', '2021-01-25 13:44:50'),
(240, 437, 'action created', '2021-01-25 13:44:50', '2021-01-25 13:44:50'),
(241, 437, 'action started via WP Cron', '2021-01-25 14:22:38', '2021-01-25 14:22:38'),
(242, 437, 'action complete via WP Cron', '2021-01-25 14:22:38', '2021-01-25 14:22:38'),
(243, 438, 'action created', '2021-01-25 14:22:38', '2021-01-25 14:22:38'),
(244, 438, 'action started via WP Cron', '2021-01-25 14:57:05', '2021-01-25 14:57:05'),
(245, 438, 'action complete via WP Cron', '2021-01-25 14:57:05', '2021-01-25 14:57:05'),
(246, 439, 'action created', '2021-01-25 14:57:05', '2021-01-25 14:57:05'),
(247, 439, 'action started via WP Cron', '2021-01-25 15:51:21', '2021-01-25 15:51:21'),
(248, 439, 'action complete via WP Cron', '2021-01-25 15:51:21', '2021-01-25 15:51:21'),
(249, 440, 'action created', '2021-01-25 15:51:21', '2021-01-25 15:51:21'),
(250, 440, 'action started via WP Cron', '2021-01-25 15:56:10', '2021-01-25 15:56:10'),
(251, 440, 'action complete via WP Cron', '2021-01-25 15:56:10', '2021-01-25 15:56:10'),
(252, 441, 'action created', '2021-01-25 15:56:10', '2021-01-25 15:56:10'),
(253, 441, 'action started via WP Cron', '2021-01-25 16:42:25', '2021-01-25 16:42:25'),
(254, 441, 'action complete via WP Cron', '2021-01-25 16:42:25', '2021-01-25 16:42:25'),
(255, 442, 'action created', '2021-01-25 16:42:25', '2021-01-25 16:42:25'),
(256, 442, 'action started via WP Cron', '2021-01-25 16:44:43', '2021-01-25 16:44:43'),
(257, 442, 'action complete via WP Cron', '2021-01-25 16:44:43', '2021-01-25 16:44:43'),
(258, 443, 'action created', '2021-01-25 16:44:43', '2021-01-25 16:44:43'),
(259, 443, 'action started via WP Cron', '2021-01-25 17:57:59', '2021-01-25 17:57:59'),
(260, 443, 'action complete via WP Cron', '2021-01-25 17:57:59', '2021-01-25 17:57:59'),
(261, 444, 'action created', '2021-01-25 17:57:59', '2021-01-25 17:57:59'),
(262, 444, 'action started via WP Cron', '2021-01-25 18:30:53', '2021-01-25 18:30:53'),
(263, 444, 'action complete via WP Cron', '2021-01-25 18:30:53', '2021-01-25 18:30:53'),
(264, 445, 'action created', '2021-01-25 18:30:53', '2021-01-25 18:30:53'),
(265, 445, 'action started via WP Cron', '2021-01-25 19:44:05', '2021-01-25 19:44:05'),
(266, 445, 'action complete via WP Cron', '2021-01-25 19:44:05', '2021-01-25 19:44:05'),
(267, 446, 'action created', '2021-01-25 19:44:05', '2021-01-25 19:44:05'),
(268, 446, 'action started via WP Cron', '2021-01-25 20:22:04', '2021-01-25 20:22:04'),
(269, 446, 'action complete via WP Cron', '2021-01-25 20:22:04', '2021-01-25 20:22:04'),
(270, 447, 'action created', '2021-01-25 20:22:04', '2021-01-25 20:22:04'),
(271, 416, 'action started via WP Cron', '2021-01-25 20:52:35', '2021-01-25 20:52:35'),
(272, 416, 'action complete via WP Cron', '2021-01-25 20:52:35', '2021-01-25 20:52:35'),
(273, 448, 'action created', '2021-01-25 20:52:35', '2021-01-25 20:52:35'),
(274, 447, 'action started via WP Cron', '2021-01-25 20:52:35', '2021-01-25 20:52:35'),
(275, 447, 'action complete via WP Cron', '2021-01-25 20:52:35', '2021-01-25 20:52:35'),
(276, 449, 'action created', '2021-01-25 20:52:35', '2021-01-25 20:52:35'),
(277, 449, 'action started via WP Cron', '2021-01-25 21:32:23', '2021-01-25 21:32:23'),
(278, 449, 'action complete via WP Cron', '2021-01-25 21:32:23', '2021-01-25 21:32:23'),
(279, 450, 'action created', '2021-01-25 21:32:23', '2021-01-25 21:32:23'),
(280, 450, 'action started via WP Cron', '2021-01-26 00:45:17', '2021-01-26 00:45:17'),
(281, 450, 'action complete via WP Cron', '2021-01-26 00:45:17', '2021-01-26 00:45:17'),
(282, 451, 'action created', '2021-01-26 00:45:17', '2021-01-26 00:45:17'),
(283, 451, 'action started via WP Cron', '2021-01-26 01:10:04', '2021-01-26 01:10:04'),
(284, 451, 'action complete via WP Cron', '2021-01-26 01:10:04', '2021-01-26 01:10:04'),
(285, 452, 'action created', '2021-01-26 01:10:04', '2021-01-26 01:10:04'),
(286, 452, 'action started via WP Cron', '2021-01-26 01:47:13', '2021-01-26 01:47:13'),
(287, 452, 'action complete via WP Cron', '2021-01-26 01:47:13', '2021-01-26 01:47:13'),
(288, 453, 'action created', '2021-01-26 01:47:13', '2021-01-26 01:47:13'),
(289, 453, 'action started via WP Cron', '2021-01-26 02:39:28', '2021-01-26 02:39:28'),
(290, 453, 'action complete via WP Cron', '2021-01-26 02:39:28', '2021-01-26 02:39:28'),
(291, 454, 'action created', '2021-01-26 02:39:28', '2021-01-26 02:39:28'),
(292, 454, 'action started via WP Cron', '2021-01-26 03:48:40', '2021-01-26 03:48:40'),
(293, 454, 'action complete via WP Cron', '2021-01-26 03:48:40', '2021-01-26 03:48:40'),
(294, 455, 'action created', '2021-01-26 03:48:40', '2021-01-26 03:48:40'),
(295, 425, 'action started via WP Cron', '2021-01-26 04:59:00', '2021-01-26 04:59:00'),
(296, 425, 'action complete via WP Cron', '2021-01-26 04:59:00', '2021-01-26 04:59:00'),
(297, 456, 'action created', '2021-01-26 04:59:00', '2021-01-26 04:59:00'),
(298, 455, 'action started via WP Cron', '2021-01-26 04:59:00', '2021-01-26 04:59:00'),
(299, 455, 'action complete via WP Cron', '2021-01-26 04:59:00', '2021-01-26 04:59:00'),
(300, 457, 'action created', '2021-01-26 04:59:00', '2021-01-26 04:59:00'),
(301, 457, 'action started via WP Cron', '2021-01-26 05:26:06', '2021-01-26 05:26:06'),
(302, 457, 'action complete via WP Cron', '2021-01-26 05:26:06', '2021-01-26 05:26:06'),
(303, 458, 'action created', '2021-01-26 05:26:06', '2021-01-26 05:26:06'),
(304, 458, 'action started via WP Cron', '2021-01-26 05:27:40', '2021-01-26 05:27:40'),
(305, 458, 'action complete via WP Cron', '2021-01-26 05:27:40', '2021-01-26 05:27:40'),
(306, 459, 'action created', '2021-01-26 05:27:40', '2021-01-26 05:27:40'),
(307, 459, 'action started via WP Cron', '2021-01-26 06:12:41', '2021-01-26 06:12:41'),
(308, 459, 'action complete via WP Cron', '2021-01-26 06:12:41', '2021-01-26 06:12:41'),
(309, 460, 'action created', '2021-01-26 06:12:41', '2021-01-26 06:12:41'),
(310, 460, 'action started via WP Cron', '2021-01-26 07:05:33', '2021-01-26 07:05:33'),
(311, 460, 'action complete via WP Cron', '2021-01-26 07:05:33', '2021-01-26 07:05:33'),
(312, 461, 'action created', '2021-01-26 07:05:33', '2021-01-26 07:05:33'),
(313, 461, 'action started via WP Cron', '2021-01-26 08:37:19', '2021-01-26 08:37:19'),
(314, 461, 'action complete via WP Cron', '2021-01-26 08:37:19', '2021-01-26 08:37:19'),
(315, 462, 'action created', '2021-01-26 08:37:19', '2021-01-26 08:37:19'),
(316, 462, 'action started via WP Cron', '2021-01-26 08:47:57', '2021-01-26 08:47:57'),
(317, 462, 'action complete via WP Cron', '2021-01-26 08:47:57', '2021-01-26 08:47:57'),
(318, 463, 'action created', '2021-01-26 08:47:57', '2021-01-26 08:47:57'),
(319, 463, 'action started via WP Cron', '2021-01-26 09:16:18', '2021-01-26 09:16:18'),
(320, 463, 'action complete via WP Cron', '2021-01-26 09:16:18', '2021-01-26 09:16:18'),
(321, 464, 'action created', '2021-01-26 09:16:18', '2021-01-26 09:16:18'),
(322, 464, 'action started via WP Cron', '2021-01-26 09:20:33', '2021-01-26 09:20:33'),
(323, 464, 'action complete via WP Cron', '2021-01-26 09:20:33', '2021-01-26 09:20:33'),
(324, 465, 'action created', '2021-01-26 09:20:33', '2021-01-26 09:20:33'),
(325, 465, 'action started via WP Cron', '2021-01-26 09:23:06', '2021-01-26 09:23:06'),
(326, 465, 'action complete via WP Cron', '2021-01-26 09:23:06', '2021-01-26 09:23:06'),
(327, 466, 'action created', '2021-01-26 09:23:06', '2021-01-26 09:23:06'),
(328, 466, 'action started via WP Cron', '2021-01-26 10:39:06', '2021-01-26 10:39:06'),
(329, 466, 'action complete via WP Cron', '2021-01-26 10:39:06', '2021-01-26 10:39:06'),
(330, 467, 'action created', '2021-01-26 10:39:06', '2021-01-26 10:39:06'),
(331, 467, 'action started via WP Cron', '2021-01-26 12:47:25', '2021-01-26 12:47:25'),
(332, 467, 'action complete via WP Cron', '2021-01-26 12:47:25', '2021-01-26 12:47:25'),
(333, 468, 'action created', '2021-01-26 12:47:25', '2021-01-26 12:47:25'),
(334, 468, 'action started via WP Cron', '2021-01-26 16:33:17', '2021-01-26 16:33:17'),
(335, 468, 'action complete via WP Cron', '2021-01-26 16:33:17', '2021-01-26 16:33:17'),
(336, 469, 'action created', '2021-01-26 16:33:18', '2021-01-26 16:33:18'),
(337, 469, 'action started via WP Cron', '2021-01-26 16:36:17', '2021-01-26 16:36:17'),
(338, 469, 'action complete via WP Cron', '2021-01-26 16:36:17', '2021-01-26 16:36:17'),
(339, 470, 'action created', '2021-01-26 16:36:17', '2021-01-26 16:36:17'),
(340, 470, 'action started via WP Cron', '2021-01-26 16:59:58', '2021-01-26 16:59:58'),
(341, 470, 'action complete via WP Cron', '2021-01-26 16:59:58', '2021-01-26 16:59:58'),
(342, 471, 'action created', '2021-01-26 16:59:58', '2021-01-26 16:59:58'),
(343, 471, 'action started via WP Cron', '2021-01-26 17:00:41', '2021-01-26 17:00:41'),
(344, 471, 'action complete via WP Cron', '2021-01-26 17:00:41', '2021-01-26 17:00:41'),
(345, 472, 'action created', '2021-01-26 17:00:41', '2021-01-26 17:00:41'),
(346, 472, 'action started via WP Cron', '2021-01-26 18:28:08', '2021-01-26 18:28:08'),
(347, 472, 'action complete via WP Cron', '2021-01-26 18:28:08', '2021-01-26 18:28:08'),
(348, 473, 'action created', '2021-01-26 18:28:08', '2021-01-26 18:28:08'),
(349, 473, 'action started via WP Cron', '2021-01-26 20:47:25', '2021-01-26 20:47:25'),
(350, 473, 'action complete via WP Cron', '2021-01-26 20:47:25', '2021-01-26 20:47:25'),
(351, 474, 'action created', '2021-01-26 20:47:25', '2021-01-26 20:47:25'),
(352, 448, 'action started via WP Cron', '2021-01-26 20:56:07', '2021-01-26 20:56:07'),
(353, 448, 'action complete via WP Cron', '2021-01-26 20:56:07', '2021-01-26 20:56:07'),
(354, 475, 'action created', '2021-01-26 20:56:07', '2021-01-26 20:56:07'),
(355, 474, 'action started via WP Cron', '2021-01-26 20:56:07', '2021-01-26 20:56:07'),
(356, 474, 'action complete via WP Cron', '2021-01-26 20:56:07', '2021-01-26 20:56:07'),
(357, 476, 'action created', '2021-01-26 20:56:07', '2021-01-26 20:56:07'),
(358, 476, 'action started via WP Cron', '2021-01-26 21:18:54', '2021-01-26 21:18:54'),
(359, 476, 'action complete via WP Cron', '2021-01-26 21:18:54', '2021-01-26 21:18:54'),
(360, 477, 'action created', '2021-01-26 21:18:54', '2021-01-26 21:18:54'),
(361, 477, 'action started via WP Cron', '2021-01-27 00:53:59', '2021-01-27 00:53:59'),
(362, 477, 'action complete via WP Cron', '2021-01-27 00:53:59', '2021-01-27 00:53:59'),
(363, 478, 'action created', '2021-01-27 00:53:59', '2021-01-27 00:53:59'),
(364, 478, 'action started via WP Cron', '2021-01-27 02:02:19', '2021-01-27 02:02:19'),
(365, 478, 'action complete via WP Cron', '2021-01-27 02:02:19', '2021-01-27 02:02:19'),
(366, 479, 'action created', '2021-01-27 02:02:19', '2021-01-27 02:02:19'),
(367, 479, 'action started via WP Cron', '2021-01-27 02:16:07', '2021-01-27 02:16:07'),
(368, 479, 'action complete via WP Cron', '2021-01-27 02:16:07', '2021-01-27 02:16:07'),
(369, 480, 'action created', '2021-01-27 02:16:07', '2021-01-27 02:16:07'),
(370, 480, 'action started via WP Cron', '2021-01-27 03:26:25', '2021-01-27 03:26:25'),
(371, 480, 'action complete via WP Cron', '2021-01-27 03:26:25', '2021-01-27 03:26:25'),
(372, 481, 'action created', '2021-01-27 03:26:26', '2021-01-27 03:26:26'),
(373, 481, 'action started via WP Cron', '2021-01-27 04:48:48', '2021-01-27 04:48:48'),
(374, 481, 'action complete via WP Cron', '2021-01-27 04:48:48', '2021-01-27 04:48:48'),
(375, 482, 'action created', '2021-01-27 04:48:48', '2021-01-27 04:48:48'),
(376, 456, 'action started via WP Cron', '2021-01-27 08:03:52', '2021-01-27 08:03:52'),
(377, 456, 'action complete via WP Cron', '2021-01-27 08:03:52', '2021-01-27 08:03:52'),
(378, 483, 'action created', '2021-01-27 08:03:52', '2021-01-27 08:03:52'),
(379, 482, 'action started via WP Cron', '2021-01-27 08:03:52', '2021-01-27 08:03:52'),
(380, 482, 'action complete via WP Cron', '2021-01-27 08:03:52', '2021-01-27 08:03:52'),
(381, 484, 'action created', '2021-01-27 08:03:52', '2021-01-27 08:03:52'),
(382, 484, 'action started via WP Cron', '2021-01-27 08:51:50', '2021-01-27 08:51:50'),
(383, 484, 'action complete via WP Cron', '2021-01-27 08:51:50', '2021-01-27 08:51:50'),
(384, 485, 'action created', '2021-01-27 08:51:50', '2021-01-27 08:51:50'),
(385, 485, 'action started via WP Cron', '2021-01-27 09:38:09', '2021-01-27 09:38:09'),
(386, 485, 'action complete via WP Cron', '2021-01-27 09:38:09', '2021-01-27 09:38:09'),
(387, 486, 'action created', '2021-01-27 09:38:09', '2021-01-27 09:38:09'),
(388, 486, 'action started via WP Cron', '2021-01-27 10:42:28', '2021-01-27 10:42:28'),
(389, 486, 'action complete via WP Cron', '2021-01-27 10:42:28', '2021-01-27 10:42:28'),
(390, 487, 'action created', '2021-01-27 10:42:28', '2021-01-27 10:42:28'),
(391, 487, 'action started via WP Cron', '2021-01-27 12:55:28', '2021-01-27 12:55:28'),
(392, 487, 'action complete via WP Cron', '2021-01-27 12:55:28', '2021-01-27 12:55:28'),
(393, 488, 'action created', '2021-01-27 12:55:28', '2021-01-27 12:55:28'),
(394, 488, 'action started via WP Cron', '2021-01-27 13:29:13', '2021-01-27 13:29:13'),
(395, 488, 'action complete via WP Cron', '2021-01-27 13:29:13', '2021-01-27 13:29:13'),
(396, 489, 'action created', '2021-01-27 13:29:13', '2021-01-27 13:29:13'),
(397, 489, 'action started via WP Cron', '2021-01-27 16:48:57', '2021-01-27 16:48:57'),
(398, 489, 'action complete via WP Cron', '2021-01-27 16:48:57', '2021-01-27 16:48:57'),
(399, 490, 'action created', '2021-01-27 16:48:57', '2021-01-27 16:48:57'),
(400, 490, 'action started via WP Cron', '2021-01-27 18:42:55', '2021-01-27 18:42:55'),
(401, 490, 'action complete via WP Cron', '2021-01-27 18:42:55', '2021-01-27 18:42:55'),
(402, 491, 'action created', '2021-01-27 18:42:55', '2021-01-27 18:42:55'),
(403, 491, 'action started via WP Cron', '2021-01-27 20:13:02', '2021-01-27 20:13:02'),
(404, 491, 'action complete via WP Cron', '2021-01-27 20:13:02', '2021-01-27 20:13:02'),
(405, 492, 'action created', '2021-01-27 20:13:03', '2021-01-27 20:13:03'),
(406, 492, 'action started via WP Cron', '2021-01-27 20:44:43', '2021-01-27 20:44:43'),
(407, 492, 'action complete via WP Cron', '2021-01-27 20:44:43', '2021-01-27 20:44:43'),
(408, 493, 'action created', '2021-01-27 20:44:43', '2021-01-27 20:44:43'),
(409, 493, 'action started via WP Cron', '2021-01-27 20:55:39', '2021-01-27 20:55:39'),
(410, 493, 'action complete via WP Cron', '2021-01-27 20:55:39', '2021-01-27 20:55:39'),
(411, 494, 'action created', '2021-01-27 20:55:39', '2021-01-27 20:55:39'),
(412, 475, 'action started via WP Cron', '2021-01-28 00:51:06', '2021-01-28 00:51:06'),
(413, 475, 'action complete via WP Cron', '2021-01-28 00:51:06', '2021-01-28 00:51:06'),
(414, 495, 'action created', '2021-01-28 00:51:06', '2021-01-28 00:51:06'),
(415, 494, 'action started via WP Cron', '2021-01-28 00:51:06', '2021-01-28 00:51:06'),
(416, 494, 'action complete via WP Cron', '2021-01-28 00:51:06', '2021-01-28 00:51:06'),
(417, 496, 'action created', '2021-01-28 00:51:06', '2021-01-28 00:51:06'),
(418, 496, 'action started via WP Cron', '2021-01-28 04:47:01', '2021-01-28 04:47:01'),
(419, 496, 'action complete via WP Cron', '2021-01-28 04:47:01', '2021-01-28 04:47:01'),
(420, 497, 'action created', '2021-01-28 04:47:01', '2021-01-28 04:47:01'),
(421, 497, 'action started via WP Cron', '2021-01-28 06:26:45', '2021-01-28 06:26:45'),
(422, 497, 'action complete via WP Cron', '2021-01-28 06:26:45', '2021-01-28 06:26:45'),
(423, 498, 'action created', '2021-01-28 06:26:45', '2021-01-28 06:26:45'),
(424, 483, 'action started via WP Cron', '2021-01-28 08:07:20', '2021-01-28 08:07:20'),
(425, 483, 'action complete via WP Cron', '2021-01-28 08:07:20', '2021-01-28 08:07:20'),
(426, 499, 'action created', '2021-01-28 08:07:20', '2021-01-28 08:07:20'),
(427, 498, 'action started via WP Cron', '2021-01-28 08:07:20', '2021-01-28 08:07:20'),
(428, 498, 'action complete via WP Cron', '2021-01-28 08:07:20', '2021-01-28 08:07:20'),
(429, 500, 'action created', '2021-01-28 08:07:21', '2021-01-28 08:07:21'),
(430, 500, 'action started via WP Cron', '2021-01-28 08:48:10', '2021-01-28 08:48:10'),
(431, 500, 'action complete via WP Cron', '2021-01-28 08:48:10', '2021-01-28 08:48:10'),
(432, 501, 'action created', '2021-01-28 08:48:10', '2021-01-28 08:48:10'),
(433, 501, 'action started via WP Cron', '2021-01-28 09:15:07', '2021-01-28 09:15:07'),
(434, 501, 'action complete via WP Cron', '2021-01-28 09:15:07', '2021-01-28 09:15:07'),
(435, 502, 'action created', '2021-01-28 09:15:07', '2021-01-28 09:15:07'),
(436, 502, 'action started via WP Cron', '2021-01-28 09:17:52', '2021-01-28 09:17:52'),
(437, 502, 'action complete via WP Cron', '2021-01-28 09:17:52', '2021-01-28 09:17:52'),
(438, 503, 'action created', '2021-01-28 09:17:52', '2021-01-28 09:17:52'),
(439, 503, 'action started via WP Cron', '2021-01-28 09:29:26', '2021-01-28 09:29:26'),
(440, 503, 'action complete via WP Cron', '2021-01-28 09:29:26', '2021-01-28 09:29:26'),
(441, 504, 'action created', '2021-01-28 09:29:26', '2021-01-28 09:29:26'),
(442, 504, 'action started via WP Cron', '2021-01-28 09:45:58', '2021-01-28 09:45:58'),
(443, 504, 'action complete via WP Cron', '2021-01-28 09:45:58', '2021-01-28 09:45:58'),
(444, 505, 'action created', '2021-01-28 09:45:58', '2021-01-28 09:45:58'),
(445, 505, 'action started via WP Cron', '2021-01-28 09:55:36', '2021-01-28 09:55:36'),
(446, 505, 'action complete via WP Cron', '2021-01-28 09:55:36', '2021-01-28 09:55:36'),
(447, 506, 'action created', '2021-01-28 09:55:36', '2021-01-28 09:55:36'),
(448, 506, 'action started via WP Cron', '2021-01-28 10:05:57', '2021-01-28 10:05:57'),
(449, 506, 'action complete via WP Cron', '2021-01-28 10:05:57', '2021-01-28 10:05:57'),
(450, 507, 'action created', '2021-01-28 10:05:57', '2021-01-28 10:05:57'),
(451, 507, 'action started via WP Cron', '2021-01-28 10:06:07', '2021-01-28 10:06:07'),
(452, 507, 'action complete via WP Cron', '2021-01-28 10:06:07', '2021-01-28 10:06:07'),
(453, 508, 'action created', '2021-01-28 10:06:07', '2021-01-28 10:06:07'),
(454, 508, 'action started via WP Cron', '2021-01-28 10:36:17', '2021-01-28 10:36:17'),
(455, 508, 'action complete via WP Cron', '2021-01-28 10:36:17', '2021-01-28 10:36:17'),
(456, 509, 'action created', '2021-01-28 10:36:17', '2021-01-28 10:36:17'),
(457, 509, 'action started via WP Cron', '2021-01-28 11:21:11', '2021-01-28 11:21:11'),
(458, 509, 'action complete via WP Cron', '2021-01-28 11:21:11', '2021-01-28 11:21:11'),
(459, 510, 'action created', '2021-01-28 11:21:11', '2021-01-28 11:21:11'),
(460, 510, 'action started via WP Cron', '2021-01-28 11:23:02', '2021-01-28 11:23:02'),
(461, 510, 'action complete via WP Cron', '2021-01-28 11:23:02', '2021-01-28 11:23:02'),
(462, 511, 'action created', '2021-01-28 11:23:03', '2021-01-28 11:23:03'),
(463, 511, 'action started via WP Cron', '2021-01-28 11:43:59', '2021-01-28 11:43:59'),
(464, 511, 'action complete via WP Cron', '2021-01-28 11:43:59', '2021-01-28 11:43:59'),
(465, 512, 'action created', '2021-01-28 11:43:59', '2021-01-28 11:43:59'),
(466, 512, 'action started via WP Cron', '2021-01-28 12:03:16', '2021-01-28 12:03:16'),
(467, 512, 'action complete via WP Cron', '2021-01-28 12:03:16', '2021-01-28 12:03:16'),
(468, 513, 'action created', '2021-01-28 12:03:16', '2021-01-28 12:03:16'),
(469, 513, 'action started via WP Cron', '2021-01-28 12:04:12', '2021-01-28 12:04:12'),
(470, 513, 'action complete via WP Cron', '2021-01-28 12:04:12', '2021-01-28 12:04:12'),
(471, 514, 'action created', '2021-01-28 12:04:12', '2021-01-28 12:04:12'),
(472, 514, 'action started via WP Cron', '2021-01-28 12:54:58', '2021-01-28 12:54:58'),
(473, 514, 'action complete via WP Cron', '2021-01-28 12:54:58', '2021-01-28 12:54:58'),
(474, 515, 'action created', '2021-01-28 12:54:58', '2021-01-28 12:54:58'),
(475, 515, 'action started via WP Cron', '2021-01-28 13:12:38', '2021-01-28 13:12:38'),
(476, 515, 'action complete via WP Cron', '2021-01-28 13:12:38', '2021-01-28 13:12:38'),
(477, 516, 'action created', '2021-01-28 13:12:38', '2021-01-28 13:12:38'),
(478, 516, 'action started via WP Cron', '2021-01-28 15:31:17', '2021-01-28 15:31:17'),
(479, 516, 'action complete via WP Cron', '2021-01-28 15:31:17', '2021-01-28 15:31:17'),
(480, 517, 'action created', '2021-01-28 15:31:17', '2021-01-28 15:31:17'),
(481, 517, 'action started via WP Cron', '2021-01-28 15:39:19', '2021-01-28 15:39:19'),
(482, 517, 'action complete via WP Cron', '2021-01-28 15:39:19', '2021-01-28 15:39:19'),
(483, 518, 'action created', '2021-01-28 15:39:19', '2021-01-28 15:39:19'),
(484, 518, 'action started via WP Cron', '2021-01-28 15:42:12', '2021-01-28 15:42:12'),
(485, 518, 'action complete via WP Cron', '2021-01-28 15:42:12', '2021-01-28 15:42:12'),
(486, 519, 'action created', '2021-01-28 15:42:12', '2021-01-28 15:42:12'),
(487, 519, 'action started via WP Cron', '2021-01-28 15:44:27', '2021-01-28 15:44:27'),
(488, 519, 'action complete via WP Cron', '2021-01-28 15:44:27', '2021-01-28 15:44:27'),
(489, 520, 'action created', '2021-01-28 15:44:27', '2021-01-28 15:44:27'),
(490, 520, 'action started via WP Cron', '2021-01-28 16:55:19', '2021-01-28 16:55:19'),
(491, 520, 'action complete via WP Cron', '2021-01-28 16:55:19', '2021-01-28 16:55:19'),
(492, 521, 'action created', '2021-01-28 16:55:19', '2021-01-28 16:55:19'),
(493, 521, 'action started via WP Cron', '2021-01-28 18:18:23', '2021-01-28 18:18:23'),
(494, 521, 'action complete via WP Cron', '2021-01-28 18:18:23', '2021-01-28 18:18:23'),
(495, 522, 'action created', '2021-01-28 18:18:23', '2021-01-28 18:18:23'),
(496, 522, 'action started via WP Cron', '2021-01-28 19:04:02', '2021-01-28 19:04:02'),
(497, 522, 'action complete via WP Cron', '2021-01-28 19:04:02', '2021-01-28 19:04:02'),
(498, 523, 'action created', '2021-01-28 19:04:02', '2021-01-28 19:04:02'),
(499, 523, 'action started via WP Cron', '2021-01-28 19:06:16', '2021-01-28 19:06:16'),
(500, 523, 'action complete via WP Cron', '2021-01-28 19:06:16', '2021-01-28 19:06:16'),
(501, 524, 'action created', '2021-01-28 19:06:16', '2021-01-28 19:06:16'),
(502, 524, 'action started via WP Cron', '2021-01-28 20:08:18', '2021-01-28 20:08:18'),
(503, 524, 'action complete via WP Cron', '2021-01-28 20:08:18', '2021-01-28 20:08:18'),
(504, 525, 'action created', '2021-01-28 20:08:18', '2021-01-28 20:08:18'),
(505, 525, 'action started via WP Cron', '2021-01-28 20:27:43', '2021-01-28 20:27:43'),
(506, 525, 'action complete via WP Cron', '2021-01-28 20:27:43', '2021-01-28 20:27:43'),
(507, 526, 'action created', '2021-01-28 20:27:43', '2021-01-28 20:27:43'),
(508, 526, 'action started via WP Cron', '2021-01-28 20:58:40', '2021-01-28 20:58:40'),
(509, 526, 'action complete via WP Cron', '2021-01-28 20:58:40', '2021-01-28 20:58:40'),
(510, 527, 'action created', '2021-01-28 20:58:40', '2021-01-28 20:58:40'),
(511, 527, 'action started via WP Cron', '2021-01-28 23:24:21', '2021-01-28 23:24:21'),
(512, 527, 'action complete via WP Cron', '2021-01-28 23:24:21', '2021-01-28 23:24:21'),
(513, 528, 'action created', '2021-01-28 23:24:21', '2021-01-28 23:24:21'),
(514, 528, 'action started via WP Cron', '2021-01-28 23:27:28', '2021-01-28 23:27:28'),
(515, 528, 'action complete via WP Cron', '2021-01-28 23:27:28', '2021-01-28 23:27:28'),
(516, 529, 'action created', '2021-01-28 23:27:28', '2021-01-28 23:27:28'),
(517, 529, 'action started via WP Cron', '2021-01-28 23:29:59', '2021-01-28 23:29:59'),
(518, 529, 'action complete via WP Cron', '2021-01-28 23:29:59', '2021-01-28 23:29:59'),
(519, 530, 'action created', '2021-01-28 23:29:59', '2021-01-28 23:29:59'),
(520, 530, 'action started via WP Cron', '2021-01-28 23:46:20', '2021-01-28 23:46:20'),
(521, 530, 'action complete via WP Cron', '2021-01-28 23:46:20', '2021-01-28 23:46:20'),
(522, 531, 'action created', '2021-01-28 23:46:20', '2021-01-28 23:46:20'),
(523, 531, 'action started via WP Cron', '2021-01-28 23:58:33', '2021-01-28 23:58:33'),
(524, 531, 'action complete via WP Cron', '2021-01-28 23:58:33', '2021-01-28 23:58:33'),
(525, 532, 'action created', '2021-01-28 23:58:33', '2021-01-28 23:58:33'),
(526, 532, 'action started via WP Cron', '2021-01-28 23:59:07', '2021-01-28 23:59:07'),
(527, 532, 'action complete via WP Cron', '2021-01-28 23:59:07', '2021-01-28 23:59:07'),
(528, 533, 'action created', '2021-01-28 23:59:07', '2021-01-28 23:59:07'),
(529, 533, 'action started via WP Cron', '2021-01-29 00:14:40', '2021-01-29 00:14:40'),
(530, 533, 'action complete via WP Cron', '2021-01-29 00:14:40', '2021-01-29 00:14:40'),
(531, 534, 'action created', '2021-01-29 00:14:40', '2021-01-29 00:14:40'),
(532, 534, 'action started via WP Cron', '2021-01-29 00:32:43', '2021-01-29 00:32:43'),
(533, 534, 'action complete via WP Cron', '2021-01-29 00:32:43', '2021-01-29 00:32:43'),
(534, 535, 'action created', '2021-01-29 00:32:43', '2021-01-29 00:32:43'),
(535, 535, 'action started via WP Cron', '2021-01-29 00:45:54', '2021-01-29 00:45:54'),
(536, 535, 'action complete via WP Cron', '2021-01-29 00:45:54', '2021-01-29 00:45:54'),
(537, 536, 'action created', '2021-01-29 00:45:54', '2021-01-29 00:45:54'),
(538, 495, 'action started via WP Cron', '2021-01-29 02:09:22', '2021-01-29 02:09:22'),
(539, 495, 'action complete via WP Cron', '2021-01-29 02:09:22', '2021-01-29 02:09:22'),
(540, 537, 'action created', '2021-01-29 02:09:22', '2021-01-29 02:09:22'),
(541, 536, 'action started via WP Cron', '2021-01-29 02:09:22', '2021-01-29 02:09:22'),
(542, 536, 'action complete via WP Cron', '2021-01-29 02:09:22', '2021-01-29 02:09:22'),
(543, 538, 'action created', '2021-01-29 02:09:22', '2021-01-29 02:09:22'),
(544, 538, 'action started via WP Cron', '2021-01-29 02:23:34', '2021-01-29 02:23:34'),
(545, 538, 'action complete via WP Cron', '2021-01-29 02:23:34', '2021-01-29 02:23:34'),
(546, 539, 'action created', '2021-01-29 02:23:34', '2021-01-29 02:23:34'),
(547, 539, 'action started via WP Cron', '2021-01-29 02:46:30', '2021-01-29 02:46:30'),
(548, 539, 'action complete via WP Cron', '2021-01-29 02:46:30', '2021-01-29 02:46:30'),
(549, 540, 'action created', '2021-01-29 02:46:31', '2021-01-29 02:46:31'),
(550, 540, 'action started via WP Cron', '2021-01-29 03:15:44', '2021-01-29 03:15:44'),
(551, 540, 'action complete via WP Cron', '2021-01-29 03:15:44', '2021-01-29 03:15:44'),
(552, 541, 'action created', '2021-01-29 03:15:44', '2021-01-29 03:15:44'),
(553, 541, 'action started via WP Cron', '2021-01-29 03:36:02', '2021-01-29 03:36:02'),
(554, 541, 'action complete via WP Cron', '2021-01-29 03:36:02', '2021-01-29 03:36:02'),
(555, 542, 'action created', '2021-01-29 03:36:02', '2021-01-29 03:36:02'),
(556, 542, 'action started via WP Cron', '2021-01-29 04:07:39', '2021-01-29 04:07:39'),
(557, 542, 'action complete via WP Cron', '2021-01-29 04:07:39', '2021-01-29 04:07:39'),
(558, 543, 'action created', '2021-01-29 04:07:39', '2021-01-29 04:07:39'),
(559, 543, 'action started via WP Cron', '2021-01-29 04:39:03', '2021-01-29 04:39:03'),
(560, 543, 'action complete via WP Cron', '2021-01-29 04:39:03', '2021-01-29 04:39:03'),
(561, 544, 'action created', '2021-01-29 04:39:03', '2021-01-29 04:39:03'),
(562, 544, 'action started via WP Cron', '2021-01-29 04:43:30', '2021-01-29 04:43:30'),
(563, 544, 'action complete via WP Cron', '2021-01-29 04:43:30', '2021-01-29 04:43:30'),
(564, 545, 'action created', '2021-01-29 04:43:30', '2021-01-29 04:43:30'),
(565, 545, 'action started via WP Cron', '2021-01-29 05:03:46', '2021-01-29 05:03:46'),
(566, 545, 'action complete via WP Cron', '2021-01-29 05:03:46', '2021-01-29 05:03:46'),
(567, 546, 'action created', '2021-01-29 05:03:46', '2021-01-29 05:03:46'),
(568, 546, 'action started via WP Cron', '2021-01-29 05:48:12', '2021-01-29 05:48:12'),
(569, 546, 'action complete via WP Cron', '2021-01-29 05:48:12', '2021-01-29 05:48:12'),
(570, 547, 'action created', '2021-01-29 05:48:12', '2021-01-29 05:48:12'),
(571, 547, 'action started via WP Cron', '2021-01-29 06:02:34', '2021-01-29 06:02:34'),
(572, 547, 'action complete via WP Cron', '2021-01-29 06:02:34', '2021-01-29 06:02:34'),
(573, 548, 'action created', '2021-01-29 06:02:34', '2021-01-29 06:02:34'),
(574, 548, 'action started via WP Cron', '2021-01-29 06:04:08', '2021-01-29 06:04:08'),
(575, 548, 'action complete via WP Cron', '2021-01-29 06:04:08', '2021-01-29 06:04:08'),
(576, 549, 'action created', '2021-01-29 06:04:08', '2021-01-29 06:04:08'),
(577, 549, 'action started via WP Cron', '2021-01-29 06:11:22', '2021-01-29 06:11:22'),
(578, 549, 'action complete via WP Cron', '2021-01-29 06:11:22', '2021-01-29 06:11:22'),
(579, 550, 'action created', '2021-01-29 06:11:22', '2021-01-29 06:11:22'),
(580, 550, 'action started via WP Cron', '2021-01-29 06:38:32', '2021-01-29 06:38:32'),
(581, 550, 'action complete via WP Cron', '2021-01-29 06:38:32', '2021-01-29 06:38:32'),
(582, 551, 'action created', '2021-01-29 06:38:32', '2021-01-29 06:38:32'),
(583, 551, 'action started via WP Cron', '2021-01-29 07:14:41', '2021-01-29 07:14:41'),
(584, 551, 'action complete via WP Cron', '2021-01-29 07:14:41', '2021-01-29 07:14:41'),
(585, 552, 'action created', '2021-01-29 07:14:41', '2021-01-29 07:14:41'),
(586, 552, 'action started via WP Cron', '2021-01-29 07:31:52', '2021-01-29 07:31:52'),
(587, 552, 'action complete via WP Cron', '2021-01-29 07:31:52', '2021-01-29 07:31:52'),
(588, 553, 'action created', '2021-01-29 07:31:52', '2021-01-29 07:31:52'),
(589, 553, 'action started via WP Cron', '2021-01-29 07:44:39', '2021-01-29 07:44:39'),
(590, 553, 'action complete via WP Cron', '2021-01-29 07:44:39', '2021-01-29 07:44:39'),
(591, 554, 'action created', '2021-01-29 07:44:39', '2021-01-29 07:44:39'),
(592, 499, 'action started via WP Cron', '2021-01-29 08:51:48', '2021-01-29 08:51:48'),
(593, 499, 'action complete via WP Cron', '2021-01-29 08:51:48', '2021-01-29 08:51:48'),
(594, 555, 'action created', '2021-01-29 08:51:48', '2021-01-29 08:51:48'),
(595, 554, 'action started via WP Cron', '2021-01-29 08:51:48', '2021-01-29 08:51:48'),
(596, 554, 'action complete via WP Cron', '2021-01-29 08:51:48', '2021-01-29 08:51:48'),
(597, 556, 'action created', '2021-01-29 08:51:48', '2021-01-29 08:51:48'),
(598, 556, 'action started via WP Cron', '2021-01-29 08:54:46', '2021-01-29 08:54:46'),
(599, 556, 'action complete via WP Cron', '2021-01-29 08:54:46', '2021-01-29 08:54:46'),
(600, 557, 'action created', '2021-01-29 08:54:46', '2021-01-29 08:54:46'),
(601, 557, 'action started via WP Cron', '2021-01-29 08:56:47', '2021-01-29 08:56:47'),
(602, 557, 'action complete via WP Cron', '2021-01-29 08:56:47', '2021-01-29 08:56:47'),
(603, 558, 'action created', '2021-01-29 08:56:47', '2021-01-29 08:56:47'),
(604, 558, 'action started via WP Cron', '2021-01-29 09:08:35', '2021-01-29 09:08:35'),
(605, 558, 'action complete via WP Cron', '2021-01-29 09:08:35', '2021-01-29 09:08:35'),
(606, 559, 'action created', '2021-01-29 09:08:35', '2021-01-29 09:08:35'),
(607, 559, 'action started via WP Cron', '2021-01-29 09:14:23', '2021-01-29 09:14:23'),
(608, 559, 'action complete via WP Cron', '2021-01-29 09:14:23', '2021-01-29 09:14:23'),
(609, 560, 'action created', '2021-01-29 09:14:23', '2021-01-29 09:14:23'),
(610, 560, 'action started via WP Cron', '2021-01-29 10:34:55', '2021-01-29 10:34:55'),
(611, 560, 'action complete via WP Cron', '2021-01-29 10:34:55', '2021-01-29 10:34:55'),
(612, 561, 'action created', '2021-01-29 10:34:55', '2021-01-29 10:34:55'),
(613, 561, 'action started via WP Cron', '2021-01-29 11:19:26', '2021-01-29 11:19:26');
INSERT INTO `wp_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES
(614, 561, 'action complete via WP Cron', '2021-01-29 11:19:26', '2021-01-29 11:19:26'),
(615, 562, 'action created', '2021-01-29 11:19:26', '2021-01-29 11:19:26'),
(616, 562, 'action started via WP Cron', '2021-01-29 11:44:25', '2021-01-29 11:44:25'),
(617, 562, 'action complete via WP Cron', '2021-01-29 11:44:25', '2021-01-29 11:44:25'),
(618, 563, 'action created', '2021-01-29 11:44:25', '2021-01-29 11:44:25'),
(619, 563, 'action started via WP Cron', '2021-01-29 12:47:39', '2021-01-29 12:47:39'),
(620, 563, 'action complete via WP Cron', '2021-01-29 12:47:39', '2021-01-29 12:47:39'),
(621, 564, 'action created', '2021-01-29 12:47:39', '2021-01-29 12:47:39'),
(622, 564, 'action started via WP Cron', '2021-01-29 12:54:14', '2021-01-29 12:54:14'),
(623, 564, 'action complete via WP Cron', '2021-01-29 12:54:14', '2021-01-29 12:54:14'),
(624, 565, 'action created', '2021-01-29 12:54:14', '2021-01-29 12:54:14'),
(625, 565, 'action started via WP Cron', '2021-01-29 13:21:49', '2021-01-29 13:21:49'),
(626, 565, 'action complete via WP Cron', '2021-01-29 13:21:49', '2021-01-29 13:21:49'),
(627, 566, 'action created', '2021-01-29 13:21:49', '2021-01-29 13:21:49'),
(628, 566, 'action started via WP Cron', '2021-01-29 14:01:06', '2021-01-29 14:01:06'),
(629, 566, 'action complete via WP Cron', '2021-01-29 14:01:06', '2021-01-29 14:01:06'),
(630, 567, 'action created', '2021-01-29 14:01:06', '2021-01-29 14:01:06'),
(631, 567, 'action started via WP Cron', '2021-01-29 14:22:06', '2021-01-29 14:22:06'),
(632, 567, 'action complete via WP Cron', '2021-01-29 14:22:06', '2021-01-29 14:22:06'),
(633, 568, 'action created', '2021-01-29 14:22:06', '2021-01-29 14:22:06'),
(634, 568, 'action started via WP Cron', '2021-01-29 15:04:19', '2021-01-29 15:04:19'),
(635, 568, 'action complete via WP Cron', '2021-01-29 15:04:19', '2021-01-29 15:04:19'),
(636, 569, 'action created', '2021-01-29 15:04:19', '2021-01-29 15:04:19'),
(637, 569, 'action started via WP Cron', '2021-01-29 15:49:26', '2021-01-29 15:49:26'),
(638, 569, 'action complete via WP Cron', '2021-01-29 15:49:26', '2021-01-29 15:49:26'),
(639, 570, 'action created', '2021-01-29 15:49:26', '2021-01-29 15:49:26'),
(640, 570, 'action started via WP Cron', '2021-01-29 16:55:27', '2021-01-29 16:55:27'),
(641, 570, 'action complete via WP Cron', '2021-01-29 16:55:27', '2021-01-29 16:55:27'),
(642, 571, 'action created', '2021-01-29 16:55:27', '2021-01-29 16:55:27'),
(643, 571, 'action started via WP Cron', '2021-01-29 17:06:15', '2021-01-29 17:06:15'),
(644, 571, 'action complete via WP Cron', '2021-01-29 17:06:15', '2021-01-29 17:06:15'),
(645, 572, 'action created', '2021-01-29 17:06:15', '2021-01-29 17:06:15'),
(646, 572, 'action started via WP Cron', '2021-01-29 17:16:06', '2021-01-29 17:16:06'),
(647, 572, 'action complete via WP Cron', '2021-01-29 17:16:06', '2021-01-29 17:16:06'),
(648, 573, 'action created', '2021-01-29 17:16:06', '2021-01-29 17:16:06'),
(649, 573, 'action started via WP Cron', '2021-01-29 17:34:09', '2021-01-29 17:34:09'),
(650, 573, 'action complete via WP Cron', '2021-01-29 17:34:09', '2021-01-29 17:34:09'),
(651, 574, 'action created', '2021-01-29 17:34:09', '2021-01-29 17:34:09'),
(652, 574, 'action started via WP Cron', '2021-01-29 18:20:46', '2021-01-29 18:20:46'),
(653, 574, 'action complete via WP Cron', '2021-01-29 18:20:46', '2021-01-29 18:20:46'),
(654, 575, 'action created', '2021-01-29 18:20:46', '2021-01-29 18:20:46'),
(655, 575, 'action started via WP Cron', '2021-01-29 19:18:06', '2021-01-29 19:18:06'),
(656, 575, 'action complete via WP Cron', '2021-01-29 19:18:06', '2021-01-29 19:18:06'),
(657, 576, 'action created', '2021-01-29 19:18:06', '2021-01-29 19:18:06'),
(658, 576, 'action started via WP Cron', '2021-01-29 20:18:00', '2021-01-29 20:18:00'),
(659, 576, 'action complete via WP Cron', '2021-01-29 20:18:00', '2021-01-29 20:18:00'),
(660, 577, 'action created', '2021-01-29 20:18:00', '2021-01-29 20:18:00'),
(661, 577, 'action started via WP Cron', '2021-01-29 20:53:49', '2021-01-29 20:53:49'),
(662, 577, 'action complete via WP Cron', '2021-01-29 20:53:49', '2021-01-29 20:53:49'),
(663, 578, 'action created', '2021-01-29 20:53:49', '2021-01-29 20:53:49'),
(664, 578, 'action started via WP Cron', '2021-01-29 20:54:14', '2021-01-29 20:54:14'),
(665, 578, 'action complete via WP Cron', '2021-01-29 20:54:14', '2021-01-29 20:54:14'),
(666, 579, 'action created', '2021-01-29 20:54:14', '2021-01-29 20:54:14'),
(667, 579, 'action started via WP Cron', '2021-01-29 21:01:12', '2021-01-29 21:01:12'),
(668, 579, 'action complete via WP Cron', '2021-01-29 21:01:12', '2021-01-29 21:01:12'),
(669, 580, 'action created', '2021-01-29 21:01:12', '2021-01-29 21:01:12'),
(670, 580, 'action started via WP Cron', '2021-01-30 00:13:37', '2021-01-30 00:13:37'),
(671, 580, 'action complete via WP Cron', '2021-01-30 00:13:37', '2021-01-30 00:13:37'),
(672, 581, 'action created', '2021-01-30 00:13:38', '2021-01-30 00:13:38'),
(673, 581, 'action started via WP Cron', '2021-01-30 00:43:25', '2021-01-30 00:43:25'),
(674, 581, 'action complete via WP Cron', '2021-01-30 00:43:25', '2021-01-30 00:43:25'),
(675, 582, 'action created', '2021-01-30 00:43:26', '2021-01-30 00:43:26'),
(676, 582, 'action started via WP Cron', '2021-01-30 00:45:42', '2021-01-30 00:45:42'),
(677, 582, 'action complete via WP Cron', '2021-01-30 00:45:42', '2021-01-30 00:45:42'),
(678, 583, 'action created', '2021-01-30 00:45:42', '2021-01-30 00:45:42'),
(679, 583, 'action started via WP Cron', '2021-01-30 01:30:18', '2021-01-30 01:30:18'),
(680, 583, 'action complete via WP Cron', '2021-01-30 01:30:18', '2021-01-30 01:30:18'),
(681, 584, 'action created', '2021-01-30 01:30:18', '2021-01-30 01:30:18'),
(682, 537, 'action started via WP Cron', '2021-01-30 02:22:10', '2021-01-30 02:22:10'),
(683, 537, 'action complete via WP Cron', '2021-01-30 02:22:10', '2021-01-30 02:22:10'),
(684, 585, 'action created', '2021-01-30 02:22:10', '2021-01-30 02:22:10'),
(685, 584, 'action started via WP Cron', '2021-01-30 02:22:10', '2021-01-30 02:22:10'),
(686, 584, 'action complete via WP Cron', '2021-01-30 02:22:10', '2021-01-30 02:22:10'),
(687, 586, 'action created', '2021-01-30 02:22:10', '2021-01-30 02:22:10'),
(688, 586, 'action started via WP Cron', '2021-01-30 02:54:54', '2021-01-30 02:54:54'),
(689, 586, 'action complete via WP Cron', '2021-01-30 02:54:54', '2021-01-30 02:54:54'),
(690, 587, 'action created', '2021-01-30 02:54:54', '2021-01-30 02:54:54'),
(691, 587, 'action started via WP Cron', '2021-01-30 03:34:54', '2021-01-30 03:34:54'),
(692, 587, 'action complete via WP Cron', '2021-01-30 03:34:54', '2021-01-30 03:34:54'),
(693, 588, 'action created', '2021-01-30 03:34:54', '2021-01-30 03:34:54'),
(694, 588, 'action started via WP Cron', '2021-01-30 04:10:20', '2021-01-30 04:10:20'),
(695, 588, 'action complete via WP Cron', '2021-01-30 04:10:20', '2021-01-30 04:10:20'),
(696, 589, 'action created', '2021-01-30 04:10:20', '2021-01-30 04:10:20'),
(697, 589, 'action started via WP Cron', '2021-01-30 04:14:55', '2021-01-30 04:14:55'),
(698, 589, 'action complete via WP Cron', '2021-01-30 04:14:55', '2021-01-30 04:14:55'),
(699, 590, 'action created', '2021-01-30 04:14:55', '2021-01-30 04:14:55'),
(700, 590, 'action started via WP Cron', '2021-01-30 04:30:41', '2021-01-30 04:30:41'),
(701, 590, 'action complete via WP Cron', '2021-01-30 04:30:41', '2021-01-30 04:30:41'),
(702, 591, 'action created', '2021-01-30 04:30:41', '2021-01-30 04:30:41'),
(703, 591, 'action started via WP Cron', '2021-01-30 04:43:01', '2021-01-30 04:43:01'),
(704, 591, 'action complete via WP Cron', '2021-01-30 04:43:01', '2021-01-30 04:43:01'),
(705, 592, 'action created', '2021-01-30 04:43:01', '2021-01-30 04:43:01'),
(706, 592, 'action started via WP Cron', '2021-01-30 05:05:32', '2021-01-30 05:05:32'),
(707, 592, 'action complete via WP Cron', '2021-01-30 05:05:32', '2021-01-30 05:05:32'),
(708, 593, 'action created', '2021-01-30 05:05:32', '2021-01-30 05:05:32'),
(709, 593, 'action started via WP Cron', '2021-01-30 05:20:44', '2021-01-30 05:20:44'),
(710, 593, 'action complete via WP Cron', '2021-01-30 05:20:44', '2021-01-30 05:20:44'),
(711, 594, 'action created', '2021-01-30 05:20:45', '2021-01-30 05:20:45'),
(712, 594, 'action started via WP Cron', '2021-01-30 05:30:23', '2021-01-30 05:30:23'),
(713, 594, 'action complete via WP Cron', '2021-01-30 05:30:23', '2021-01-30 05:30:23'),
(714, 595, 'action created', '2021-01-30 05:30:23', '2021-01-30 05:30:23'),
(715, 595, 'action started via WP Cron', '2021-01-30 06:17:50', '2021-01-30 06:17:50'),
(716, 595, 'action complete via WP Cron', '2021-01-30 06:17:50', '2021-01-30 06:17:50'),
(717, 596, 'action created', '2021-01-30 06:17:50', '2021-01-30 06:17:50'),
(718, 596, 'action started via WP Cron', '2021-01-30 07:00:17', '2021-01-30 07:00:17'),
(719, 596, 'action complete via WP Cron', '2021-01-30 07:00:17', '2021-01-30 07:00:17'),
(720, 597, 'action created', '2021-01-30 07:00:17', '2021-01-30 07:00:17'),
(721, 597, 'action started via WP Cron', '2021-01-30 07:58:57', '2021-01-30 07:58:57'),
(722, 597, 'action complete via WP Cron', '2021-01-30 07:58:57', '2021-01-30 07:58:57'),
(723, 598, 'action created', '2021-01-30 07:58:57', '2021-01-30 07:58:57'),
(724, 598, 'action started via WP Cron', '2021-01-30 08:13:23', '2021-01-30 08:13:23'),
(725, 598, 'action complete via WP Cron', '2021-01-30 08:13:23', '2021-01-30 08:13:23'),
(726, 599, 'action created', '2021-01-30 08:13:23', '2021-01-30 08:13:23'),
(727, 599, 'action started via WP Cron', '2021-01-30 08:45:39', '2021-01-30 08:45:39'),
(728, 599, 'action complete via WP Cron', '2021-01-30 08:45:39', '2021-01-30 08:45:39'),
(729, 600, 'action created', '2021-01-30 08:45:39', '2021-01-30 08:45:39'),
(730, 600, 'action started via WP Cron', '2021-01-30 08:49:59', '2021-01-30 08:49:59'),
(731, 600, 'action complete via WP Cron', '2021-01-30 08:49:59', '2021-01-30 08:49:59'),
(732, 601, 'action created', '2021-01-30 08:49:59', '2021-01-30 08:49:59'),
(733, 601, 'action started via WP Cron', '2021-01-30 08:50:18', '2021-01-30 08:50:18'),
(734, 601, 'action complete via WP Cron', '2021-01-30 08:50:18', '2021-01-30 08:50:18'),
(735, 602, 'action created', '2021-01-30 08:50:18', '2021-01-30 08:50:18'),
(736, 555, 'action started via WP Cron', '2021-01-30 09:04:28', '2021-01-30 09:04:28'),
(737, 555, 'action complete via WP Cron', '2021-01-30 09:04:28', '2021-01-30 09:04:28'),
(738, 603, 'action created', '2021-01-30 09:04:28', '2021-01-30 09:04:28'),
(739, 602, 'action started via WP Cron', '2021-01-30 09:04:28', '2021-01-30 09:04:28'),
(740, 602, 'action complete via WP Cron', '2021-01-30 09:04:28', '2021-01-30 09:04:28'),
(741, 604, 'action created', '2021-01-30 09:04:28', '2021-01-30 09:04:28'),
(742, 604, 'action started via WP Cron', '2021-01-30 10:26:01', '2021-01-30 10:26:01'),
(743, 604, 'action complete via WP Cron', '2021-01-30 10:26:01', '2021-01-30 10:26:01'),
(744, 605, 'action created', '2021-01-30 10:26:01', '2021-01-30 10:26:01'),
(745, 605, 'action started via WP Cron', '2021-01-30 10:56:52', '2021-01-30 10:56:52'),
(746, 605, 'action complete via WP Cron', '2021-01-30 10:56:52', '2021-01-30 10:56:52'),
(747, 606, 'action created', '2021-01-30 10:56:52', '2021-01-30 10:56:52'),
(748, 606, 'action started via WP Cron', '2021-01-30 11:12:31', '2021-01-30 11:12:31'),
(749, 606, 'action complete via WP Cron', '2021-01-30 11:12:31', '2021-01-30 11:12:31'),
(750, 607, 'action created', '2021-01-30 11:12:31', '2021-01-30 11:12:31'),
(751, 607, 'action started via WP Cron', '2021-01-30 11:55:49', '2021-01-30 11:55:49'),
(752, 607, 'action complete via WP Cron', '2021-01-30 11:55:49', '2021-01-30 11:55:49'),
(753, 608, 'action created', '2021-01-30 11:55:49', '2021-01-30 11:55:49'),
(754, 608, 'action started via WP Cron', '2021-01-30 12:14:13', '2021-01-30 12:14:13'),
(755, 608, 'action complete via WP Cron', '2021-01-30 12:14:13', '2021-01-30 12:14:13'),
(756, 609, 'action created', '2021-01-30 12:14:13', '2021-01-30 12:14:13'),
(757, 609, 'action started via WP Cron', '2021-01-30 12:27:42', '2021-01-30 12:27:42'),
(758, 609, 'action complete via WP Cron', '2021-01-30 12:27:42', '2021-01-30 12:27:42'),
(759, 610, 'action created', '2021-01-30 12:27:42', '2021-01-30 12:27:42'),
(760, 610, 'action started via WP Cron', '2021-01-30 12:46:15', '2021-01-30 12:46:15'),
(761, 610, 'action complete via WP Cron', '2021-01-30 12:46:15', '2021-01-30 12:46:15'),
(762, 611, 'action created', '2021-01-30 12:46:15', '2021-01-30 12:46:15'),
(763, 611, 'action started via WP Cron', '2021-01-30 12:53:13', '2021-01-30 12:53:13'),
(764, 611, 'action complete via WP Cron', '2021-01-30 12:53:13', '2021-01-30 12:53:13'),
(765, 612, 'action created', '2021-01-30 12:53:13', '2021-01-30 12:53:13'),
(766, 612, 'action started via WP Cron', '2021-01-30 12:55:35', '2021-01-30 12:55:35'),
(767, 612, 'action complete via WP Cron', '2021-01-30 12:55:35', '2021-01-30 12:55:35'),
(768, 613, 'action created', '2021-01-30 12:55:35', '2021-01-30 12:55:35'),
(769, 613, 'action started via WP Cron', '2021-01-30 13:07:55', '2021-01-30 13:07:55'),
(770, 613, 'action complete via WP Cron', '2021-01-30 13:07:55', '2021-01-30 13:07:55'),
(771, 614, 'action created', '2021-01-30 13:07:55', '2021-01-30 13:07:55'),
(772, 614, 'action started via WP Cron', '2021-01-30 14:17:29', '2021-01-30 14:17:29'),
(773, 614, 'action complete via WP Cron', '2021-01-30 14:17:29', '2021-01-30 14:17:29'),
(774, 615, 'action created', '2021-01-30 14:17:29', '2021-01-30 14:17:29'),
(775, 615, 'action started via WP Cron', '2021-01-30 14:23:40', '2021-01-30 14:23:40'),
(776, 615, 'action complete via WP Cron', '2021-01-30 14:23:40', '2021-01-30 14:23:40'),
(777, 616, 'action created', '2021-01-30 14:23:40', '2021-01-30 14:23:40'),
(778, 616, 'action started via WP Cron', '2021-01-30 14:40:12', '2021-01-30 14:40:12'),
(779, 616, 'action complete via WP Cron', '2021-01-30 14:40:12', '2021-01-30 14:40:12'),
(780, 617, 'action created', '2021-01-30 14:40:12', '2021-01-30 14:40:12'),
(781, 617, 'action started via WP Cron', '2021-01-30 15:19:08', '2021-01-30 15:19:08'),
(782, 617, 'action complete via WP Cron', '2021-01-30 15:19:08', '2021-01-30 15:19:08'),
(783, 618, 'action created', '2021-01-30 15:19:08', '2021-01-30 15:19:08'),
(784, 618, 'action started via WP Cron', '2021-01-30 16:09:54', '2021-01-30 16:09:54'),
(785, 618, 'action complete via WP Cron', '2021-01-30 16:09:54', '2021-01-30 16:09:54'),
(786, 619, 'action created', '2021-01-30 16:09:54', '2021-01-30 16:09:54'),
(787, 619, 'action started via WP Cron', '2021-01-30 16:26:05', '2021-01-30 16:26:05'),
(788, 619, 'action complete via WP Cron', '2021-01-30 16:26:05', '2021-01-30 16:26:05'),
(789, 620, 'action created', '2021-01-30 16:26:05', '2021-01-30 16:26:05'),
(790, 620, 'action started via WP Cron', '2021-01-30 16:36:10', '2021-01-30 16:36:10'),
(791, 620, 'action complete via WP Cron', '2021-01-30 16:36:10', '2021-01-30 16:36:10'),
(792, 621, 'action created', '2021-01-30 16:36:10', '2021-01-30 16:36:10'),
(793, 621, 'action started via WP Cron', '2021-01-30 16:47:38', '2021-01-30 16:47:38'),
(794, 621, 'action complete via WP Cron', '2021-01-30 16:47:38', '2021-01-30 16:47:38'),
(795, 622, 'action created', '2021-01-30 16:47:38', '2021-01-30 16:47:38'),
(796, 622, 'action started via WP Cron', '2021-01-30 17:12:31', '2021-01-30 17:12:31'),
(797, 622, 'action complete via WP Cron', '2021-01-30 17:12:31', '2021-01-30 17:12:31'),
(798, 623, 'action created', '2021-01-30 17:12:31', '2021-01-30 17:12:31'),
(799, 623, 'action started via WP Cron', '2021-01-30 17:21:11', '2021-01-30 17:21:11'),
(800, 623, 'action complete via WP Cron', '2021-01-30 17:21:11', '2021-01-30 17:21:11'),
(801, 624, 'action created', '2021-01-30 17:21:11', '2021-01-30 17:21:11'),
(802, 624, 'action started via WP Cron', '2021-01-30 17:49:41', '2021-01-30 17:49:41'),
(803, 624, 'action complete via WP Cron', '2021-01-30 17:49:41', '2021-01-30 17:49:41'),
(804, 625, 'action created', '2021-01-30 17:49:41', '2021-01-30 17:49:41'),
(805, 625, 'action started via WP Cron', '2021-01-30 19:00:13', '2021-01-30 19:00:13'),
(806, 625, 'action complete via WP Cron', '2021-01-30 19:00:13', '2021-01-30 19:00:13'),
(807, 626, 'action created', '2021-01-30 19:00:13', '2021-01-30 19:00:13'),
(808, 626, 'action started via WP Cron', '2021-01-30 19:17:59', '2021-01-30 19:17:59'),
(809, 626, 'action complete via WP Cron', '2021-01-30 19:17:59', '2021-01-30 19:17:59'),
(810, 627, 'action created', '2021-01-30 19:17:59', '2021-01-30 19:17:59'),
(811, 627, 'action started via WP Cron', '2021-01-30 20:48:42', '2021-01-30 20:48:42'),
(812, 627, 'action complete via WP Cron', '2021-01-30 20:48:42', '2021-01-30 20:48:42'),
(813, 628, 'action created', '2021-01-30 20:48:42', '2021-01-30 20:48:42'),
(814, 628, 'action started via WP Cron', '2021-01-30 21:01:28', '2021-01-30 21:01:28'),
(815, 628, 'action complete via WP Cron', '2021-01-30 21:01:28', '2021-01-30 21:01:28'),
(816, 629, 'action created', '2021-01-30 21:01:28', '2021-01-30 21:01:28'),
(817, 629, 'action started via WP Cron', '2021-01-30 21:51:15', '2021-01-30 21:51:15'),
(818, 629, 'action complete via WP Cron', '2021-01-30 21:51:15', '2021-01-30 21:51:15'),
(819, 630, 'action created', '2021-01-30 21:51:15', '2021-01-30 21:51:15'),
(820, 630, 'action started via WP Cron', '2021-01-30 21:52:08', '2021-01-30 21:52:08'),
(821, 630, 'action complete via WP Cron', '2021-01-30 21:52:08', '2021-01-30 21:52:08'),
(822, 631, 'action created', '2021-01-30 21:52:08', '2021-01-30 21:52:08'),
(823, 631, 'action started via WP Cron', '2021-01-30 22:18:36', '2021-01-30 22:18:36'),
(824, 631, 'action complete via WP Cron', '2021-01-30 22:18:36', '2021-01-30 22:18:36'),
(825, 632, 'action created', '2021-01-30 22:18:36', '2021-01-30 22:18:36'),
(826, 632, 'action started via WP Cron', '2021-01-30 23:14:53', '2021-01-30 23:14:53'),
(827, 632, 'action complete via WP Cron', '2021-01-30 23:14:53', '2021-01-30 23:14:53'),
(828, 633, 'action created', '2021-01-30 23:14:54', '2021-01-30 23:14:54'),
(829, 633, 'action started via WP Cron', '2021-01-30 23:22:43', '2021-01-30 23:22:43'),
(830, 633, 'action complete via WP Cron', '2021-01-30 23:22:43', '2021-01-30 23:22:43'),
(831, 634, 'action created', '2021-01-30 23:22:43', '2021-01-30 23:22:43'),
(832, 634, 'action started via WP Cron', '2021-01-30 23:23:22', '2021-01-30 23:23:22'),
(833, 634, 'action complete via WP Cron', '2021-01-30 23:23:22', '2021-01-30 23:23:22'),
(834, 635, 'action created', '2021-01-30 23:23:22', '2021-01-30 23:23:22'),
(835, 635, 'action started via WP Cron', '2021-01-30 23:50:18', '2021-01-30 23:50:18'),
(836, 635, 'action complete via WP Cron', '2021-01-30 23:50:18', '2021-01-30 23:50:18'),
(837, 636, 'action created', '2021-01-30 23:50:18', '2021-01-30 23:50:18'),
(838, 636, 'action started via WP Cron', '2021-01-30 23:53:59', '2021-01-30 23:53:59'),
(839, 636, 'action complete via WP Cron', '2021-01-30 23:53:59', '2021-01-30 23:53:59'),
(840, 637, 'action created', '2021-01-30 23:53:59', '2021-01-30 23:53:59'),
(841, 637, 'action started via WP Cron', '2021-01-31 00:47:44', '2021-01-31 00:47:44'),
(842, 637, 'action complete via WP Cron', '2021-01-31 00:47:44', '2021-01-31 00:47:44'),
(843, 638, 'action created', '2021-01-31 00:47:44', '2021-01-31 00:47:44'),
(844, 638, 'action started via WP Cron', '2021-01-31 01:33:17', '2021-01-31 01:33:17'),
(845, 638, 'action complete via WP Cron', '2021-01-31 01:33:18', '2021-01-31 01:33:18'),
(846, 639, 'action created', '2021-01-31 01:33:18', '2021-01-31 01:33:18'),
(847, 639, 'action started via WP Cron', '2021-01-31 01:53:01', '2021-01-31 01:53:01'),
(848, 639, 'action complete via WP Cron', '2021-01-31 01:53:01', '2021-01-31 01:53:01'),
(849, 640, 'action created', '2021-01-31 01:53:01', '2021-01-31 01:53:01'),
(850, 585, 'action started via WP Cron', '2021-01-31 03:42:40', '2021-01-31 03:42:40'),
(851, 585, 'action complete via WP Cron', '2021-01-31 03:42:40', '2021-01-31 03:42:40'),
(852, 641, 'action created', '2021-01-31 03:42:40', '2021-01-31 03:42:40'),
(853, 640, 'action started via WP Cron', '2021-01-31 03:42:40', '2021-01-31 03:42:40'),
(854, 640, 'action complete via WP Cron', '2021-01-31 03:42:40', '2021-01-31 03:42:40'),
(855, 642, 'action created', '2021-01-31 03:42:40', '2021-01-31 03:42:40'),
(856, 642, 'action started via WP Cron', '2021-01-31 04:07:34', '2021-01-31 04:07:34'),
(857, 642, 'action complete via WP Cron', '2021-01-31 04:07:34', '2021-01-31 04:07:34'),
(858, 643, 'action created', '2021-01-31 04:07:34', '2021-01-31 04:07:34'),
(859, 643, 'action started via WP Cron', '2021-01-31 04:52:25', '2021-01-31 04:52:25'),
(860, 643, 'action complete via WP Cron', '2021-01-31 04:52:25', '2021-01-31 04:52:25'),
(861, 644, 'action created', '2021-01-31 04:52:25', '2021-01-31 04:52:25'),
(862, 644, 'action started via WP Cron', '2021-01-31 06:10:40', '2021-01-31 06:10:40'),
(863, 644, 'action complete via WP Cron', '2021-01-31 06:10:40', '2021-01-31 06:10:40'),
(864, 645, 'action created', '2021-01-31 06:10:40', '2021-01-31 06:10:40'),
(865, 645, 'action started via WP Cron', '2021-01-31 06:31:41', '2021-01-31 06:31:41'),
(866, 645, 'action complete via WP Cron', '2021-01-31 06:31:41', '2021-01-31 06:31:41'),
(867, 646, 'action created', '2021-01-31 06:31:41', '2021-01-31 06:31:41'),
(868, 646, 'action started via WP Cron', '2021-01-31 07:58:10', '2021-01-31 07:58:10'),
(869, 646, 'action complete via WP Cron', '2021-01-31 07:58:10', '2021-01-31 07:58:10'),
(870, 647, 'action created', '2021-01-31 07:58:10', '2021-01-31 07:58:10'),
(871, 647, 'action started via WP Cron', '2021-01-31 08:46:15', '2021-01-31 08:46:15'),
(872, 647, 'action complete via WP Cron', '2021-01-31 08:46:15', '2021-01-31 08:46:15'),
(873, 648, 'action created', '2021-01-31 08:46:15', '2021-01-31 08:46:15'),
(874, 648, 'action started via WP Cron', '2021-01-31 08:58:07', '2021-01-31 08:58:07'),
(875, 648, 'action complete via WP Cron', '2021-01-31 08:58:07', '2021-01-31 08:58:07'),
(876, 649, 'action created', '2021-01-31 08:58:07', '2021-01-31 08:58:07'),
(877, 603, 'action started via WP Cron', '2021-01-31 09:14:07', '2021-01-31 09:14:07'),
(878, 603, 'action complete via WP Cron', '2021-01-31 09:14:07', '2021-01-31 09:14:07'),
(879, 650, 'action created', '2021-01-31 09:14:07', '2021-01-31 09:14:07'),
(880, 649, 'action started via WP Cron', '2021-01-31 09:14:07', '2021-01-31 09:14:07'),
(881, 649, 'action complete via WP Cron', '2021-01-31 09:14:07', '2021-01-31 09:14:07'),
(882, 651, 'action created', '2021-01-31 09:14:07', '2021-01-31 09:14:07'),
(883, 651, 'action started via WP Cron', '2021-01-31 10:42:02', '2021-01-31 10:42:02'),
(884, 651, 'action complete via WP Cron', '2021-01-31 10:42:02', '2021-01-31 10:42:02'),
(885, 652, 'action created', '2021-01-31 10:42:02', '2021-01-31 10:42:02'),
(886, 652, 'action started via WP Cron', '2021-01-31 10:49:06', '2021-01-31 10:49:06'),
(887, 652, 'action complete via WP Cron', '2021-01-31 10:49:06', '2021-01-31 10:49:06'),
(888, 653, 'action created', '2021-01-31 10:49:06', '2021-01-31 10:49:06'),
(889, 653, 'action started via WP Cron', '2021-01-31 11:16:13', '2021-01-31 11:16:13'),
(890, 653, 'action complete via WP Cron', '2021-01-31 11:16:13', '2021-01-31 11:16:13'),
(891, 654, 'action created', '2021-01-31 11:16:13', '2021-01-31 11:16:13'),
(892, 654, 'action started via WP Cron', '2021-01-31 12:10:28', '2021-01-31 12:10:28'),
(893, 654, 'action complete via WP Cron', '2021-01-31 12:10:28', '2021-01-31 12:10:28'),
(894, 655, 'action created', '2021-01-31 12:10:28', '2021-01-31 12:10:28'),
(895, 655, 'action started via WP Cron', '2021-01-31 12:47:31', '2021-01-31 12:47:31'),
(896, 655, 'action complete via WP Cron', '2021-01-31 12:47:31', '2021-01-31 12:47:31'),
(897, 656, 'action created', '2021-01-31 12:47:31', '2021-01-31 12:47:31'),
(898, 656, 'action started via WP Cron', '2021-01-31 12:57:16', '2021-01-31 12:57:16'),
(899, 656, 'action complete via WP Cron', '2021-01-31 12:57:16', '2021-01-31 12:57:16'),
(900, 657, 'action created', '2021-01-31 12:57:16', '2021-01-31 12:57:16'),
(901, 657, 'action started via WP Cron', '2021-01-31 13:09:39', '2021-01-31 13:09:39'),
(902, 657, 'action complete via WP Cron', '2021-01-31 13:09:39', '2021-01-31 13:09:39'),
(903, 658, 'action created', '2021-01-31 13:09:39', '2021-01-31 13:09:39'),
(904, 658, 'action started via WP Cron', '2021-01-31 14:17:01', '2021-01-31 14:17:01'),
(905, 658, 'action complete via WP Cron', '2021-01-31 14:17:01', '2021-01-31 14:17:01'),
(906, 659, 'action created', '2021-01-31 14:17:01', '2021-01-31 14:17:01'),
(907, 659, 'action started via WP Cron', '2021-01-31 14:17:21', '2021-01-31 14:17:21'),
(908, 659, 'action complete via WP Cron', '2021-01-31 14:17:21', '2021-01-31 14:17:21'),
(909, 660, 'action created', '2021-01-31 14:17:21', '2021-01-31 14:17:21'),
(910, 660, 'action started via WP Cron', '2021-01-31 15:03:36', '2021-01-31 15:03:36'),
(911, 660, 'action complete via WP Cron', '2021-01-31 15:03:36', '2021-01-31 15:03:36'),
(912, 661, 'action created', '2021-01-31 15:03:37', '2021-01-31 15:03:37'),
(913, 661, 'action started via WP Cron', '2021-01-31 16:37:24', '2021-01-31 16:37:24'),
(914, 661, 'action complete via WP Cron', '2021-01-31 16:37:24', '2021-01-31 16:37:24'),
(915, 662, 'action created', '2021-01-31 16:37:24', '2021-01-31 16:37:24'),
(916, 662, 'action started via WP Cron', '2021-01-31 16:52:36', '2021-01-31 16:52:36'),
(917, 662, 'action complete via WP Cron', '2021-01-31 16:52:36', '2021-01-31 16:52:36'),
(918, 663, 'action created', '2021-01-31 16:52:36', '2021-01-31 16:52:36'),
(919, 663, 'action started via WP Cron', '2021-01-31 17:33:29', '2021-01-31 17:33:29'),
(920, 663, 'action complete via WP Cron', '2021-01-31 17:33:29', '2021-01-31 17:33:29'),
(921, 664, 'action created', '2021-01-31 17:33:29', '2021-01-31 17:33:29'),
(922, 664, 'action started via WP Cron', '2021-01-31 18:38:59', '2021-01-31 18:38:59'),
(923, 664, 'action complete via WP Cron', '2021-01-31 18:38:59', '2021-01-31 18:38:59'),
(924, 665, 'action created', '2021-01-31 18:38:59', '2021-01-31 18:38:59'),
(925, 665, 'action started via WP Cron', '2021-01-31 18:58:07', '2021-01-31 18:58:07'),
(926, 665, 'action complete via WP Cron', '2021-01-31 18:58:07', '2021-01-31 18:58:07'),
(927, 666, 'action created', '2021-01-31 18:58:07', '2021-01-31 18:58:07'),
(928, 666, 'action started via WP Cron', '2021-01-31 20:59:12', '2021-01-31 20:59:12'),
(929, 666, 'action complete via WP Cron', '2021-01-31 20:59:12', '2021-01-31 20:59:12'),
(930, 667, 'action created', '2021-01-31 20:59:12', '2021-01-31 20:59:12'),
(931, 667, 'action started via WP Cron', '2021-01-31 22:47:53', '2021-01-31 22:47:53'),
(932, 667, 'action complete via WP Cron', '2021-01-31 22:47:53', '2021-01-31 22:47:53'),
(933, 668, 'action created', '2021-01-31 22:47:53', '2021-01-31 22:47:53'),
(934, 668, 'action started via WP Cron', '2021-01-31 23:04:56', '2021-01-31 23:04:56'),
(935, 668, 'action complete via WP Cron', '2021-01-31 23:04:56', '2021-01-31 23:04:56'),
(936, 669, 'action created', '2021-01-31 23:04:56', '2021-01-31 23:04:56'),
(937, 669, 'action started via WP Cron', '2021-02-01 00:29:56', '2021-02-01 00:29:56'),
(938, 669, 'action complete via WP Cron', '2021-02-01 00:29:56', '2021-02-01 00:29:56'),
(939, 670, 'action created', '2021-02-01 00:29:56', '2021-02-01 00:29:56'),
(940, 670, 'action started via WP Cron', '2021-02-01 00:59:55', '2021-02-01 00:59:55'),
(941, 670, 'action complete via WP Cron', '2021-02-01 00:59:55', '2021-02-01 00:59:55'),
(942, 671, 'action created', '2021-02-01 00:59:55', '2021-02-01 00:59:55'),
(943, 671, 'action started via WP Cron', '2021-02-01 01:39:57', '2021-02-01 01:39:57'),
(944, 671, 'action complete via WP Cron', '2021-02-01 01:39:57', '2021-02-01 01:39:57'),
(945, 672, 'action created', '2021-02-01 01:39:57', '2021-02-01 01:39:57'),
(946, 672, 'action started via WP Cron', '2021-02-01 01:42:34', '2021-02-01 01:42:34'),
(947, 672, 'action complete via WP Cron', '2021-02-01 01:42:34', '2021-02-01 01:42:34'),
(948, 673, 'action created', '2021-02-01 01:42:35', '2021-02-01 01:42:35'),
(949, 673, 'action started via WP Cron', '2021-02-01 03:08:24', '2021-02-01 03:08:24'),
(950, 673, 'action complete via WP Cron', '2021-02-01 03:08:24', '2021-02-01 03:08:24'),
(951, 674, 'action created', '2021-02-01 03:08:25', '2021-02-01 03:08:25'),
(952, 641, 'action started via WP Cron', '2021-02-01 03:59:58', '2021-02-01 03:59:58'),
(953, 641, 'action complete via WP Cron', '2021-02-01 03:59:58', '2021-02-01 03:59:58'),
(954, 675, 'action created', '2021-02-01 03:59:58', '2021-02-01 03:59:58'),
(955, 674, 'action started via WP Cron', '2021-02-01 03:59:58', '2021-02-01 03:59:58'),
(956, 674, 'action complete via WP Cron', '2021-02-01 03:59:58', '2021-02-01 03:59:58'),
(957, 676, 'action created', '2021-02-01 03:59:58', '2021-02-01 03:59:58'),
(958, 676, 'action started via WP Cron', '2021-02-01 04:58:38', '2021-02-01 04:58:38'),
(959, 676, 'action complete via WP Cron', '2021-02-01 04:58:38', '2021-02-01 04:58:38'),
(960, 677, 'action created', '2021-02-01 04:58:38', '2021-02-01 04:58:38'),
(961, 677, 'action started via WP Cron', '2021-02-01 05:02:37', '2021-02-01 05:02:37'),
(962, 677, 'action complete via WP Cron', '2021-02-01 05:02:37', '2021-02-01 05:02:37'),
(963, 678, 'action created', '2021-02-01 05:02:37', '2021-02-01 05:02:37'),
(964, 678, 'action started via WP Cron', '2021-02-01 05:24:53', '2021-02-01 05:24:53'),
(965, 678, 'action complete via WP Cron', '2021-02-01 05:24:53', '2021-02-01 05:24:53'),
(966, 679, 'action created', '2021-02-01 05:24:53', '2021-02-01 05:24:53'),
(967, 679, 'action started via WP Cron', '2021-02-01 05:27:23', '2021-02-01 05:27:23'),
(968, 679, 'action complete via WP Cron', '2021-02-01 05:27:23', '2021-02-01 05:27:23'),
(969, 680, 'action created', '2021-02-01 05:27:23', '2021-02-01 05:27:23'),
(970, 680, 'action started via WP Cron', '2021-02-01 07:10:33', '2021-02-01 07:10:33'),
(971, 680, 'action complete via WP Cron', '2021-02-01 07:10:33', '2021-02-01 07:10:33'),
(972, 681, 'action created', '2021-02-01 07:10:33', '2021-02-01 07:10:33'),
(973, 681, 'action started via WP Cron', '2021-02-01 08:50:28', '2021-02-01 08:50:28'),
(974, 681, 'action complete via WP Cron', '2021-02-01 08:50:28', '2021-02-01 08:50:28'),
(975, 682, 'action created', '2021-02-01 08:50:28', '2021-02-01 08:50:28'),
(976, 650, 'action started via WP Cron', '2021-02-01 10:52:25', '2021-02-01 10:52:25'),
(977, 650, 'action complete via WP Cron', '2021-02-01 10:52:25', '2021-02-01 10:52:25'),
(978, 683, 'action created', '2021-02-01 10:52:25', '2021-02-01 10:52:25'),
(979, 682, 'action started via WP Cron', '2021-02-01 10:52:25', '2021-02-01 10:52:25'),
(980, 682, 'action complete via WP Cron', '2021-02-01 10:52:25', '2021-02-01 10:52:25'),
(981, 684, 'action created', '2021-02-01 10:52:26', '2021-02-01 10:52:26'),
(982, 684, 'action started via WP Cron', '2021-02-01 11:01:21', '2021-02-01 11:01:21'),
(983, 684, 'action complete via WP Cron', '2021-02-01 11:01:21', '2021-02-01 11:01:21'),
(984, 685, 'action created', '2021-02-01 11:01:22', '2021-02-01 11:01:22'),
(985, 685, 'action started via WP Cron', '2021-02-01 12:24:59', '2021-02-01 12:24:59'),
(986, 685, 'action complete via WP Cron', '2021-02-01 12:24:59', '2021-02-01 12:24:59'),
(987, 686, 'action created', '2021-02-01 12:24:59', '2021-02-01 12:24:59'),
(988, 686, 'action started via WP Cron', '2021-02-01 12:44:22', '2021-02-01 12:44:22'),
(989, 686, 'action complete via WP Cron', '2021-02-01 12:44:22', '2021-02-01 12:44:22'),
(990, 687, 'action created', '2021-02-01 12:44:22', '2021-02-01 12:44:22'),
(991, 687, 'action started via WP Cron', '2021-02-01 12:57:17', '2021-02-01 12:57:17'),
(992, 687, 'action complete via WP Cron', '2021-02-01 12:57:17', '2021-02-01 12:57:17'),
(993, 688, 'action created', '2021-02-01 12:57:17', '2021-02-01 12:57:17'),
(994, 688, 'action started via WP Cron', '2021-02-01 13:15:17', '2021-02-01 13:15:17'),
(995, 688, 'action complete via WP Cron', '2021-02-01 13:15:17', '2021-02-01 13:15:17'),
(996, 689, 'action created', '2021-02-01 13:15:17', '2021-02-01 13:15:17'),
(997, 689, 'action started via WP Cron', '2021-02-01 13:33:57', '2021-02-01 13:33:57'),
(998, 689, 'action complete via WP Cron', '2021-02-01 13:33:57', '2021-02-01 13:33:57'),
(999, 690, 'action created', '2021-02-01 13:33:57', '2021-02-01 13:33:57'),
(1000, 690, 'action started via WP Cron', '2021-02-01 14:00:27', '2021-02-01 14:00:27'),
(1001, 690, 'action complete via WP Cron', '2021-02-01 14:00:27', '2021-02-01 14:00:27'),
(1002, 691, 'action created', '2021-02-01 14:00:27', '2021-02-01 14:00:27'),
(1003, 691, 'action started via WP Cron', '2021-02-01 15:12:11', '2021-02-01 15:12:11'),
(1004, 691, 'action complete via WP Cron', '2021-02-01 15:12:11', '2021-02-01 15:12:11'),
(1005, 692, 'action created', '2021-02-01 15:12:11', '2021-02-01 15:12:11'),
(1006, 692, 'action started via WP Cron', '2021-02-01 15:53:24', '2021-02-01 15:53:24'),
(1007, 692, 'action complete via WP Cron', '2021-02-01 15:53:24', '2021-02-01 15:53:24'),
(1008, 693, 'action created', '2021-02-01 15:53:24', '2021-02-01 15:53:24'),
(1009, 693, 'action started via WP Cron', '2021-02-01 16:53:13', '2021-02-01 16:53:13'),
(1010, 693, 'action complete via WP Cron', '2021-02-01 16:53:13', '2021-02-01 16:53:13'),
(1011, 694, 'action created', '2021-02-01 16:53:14', '2021-02-01 16:53:14'),
(1012, 694, 'action started via WP Cron', '2021-02-01 18:19:50', '2021-02-01 18:19:50'),
(1013, 694, 'action complete via WP Cron', '2021-02-01 18:19:50', '2021-02-01 18:19:50'),
(1014, 695, 'action created', '2021-02-01 18:19:50', '2021-02-01 18:19:50'),
(1015, 695, 'action started via WP Cron', '2021-02-01 20:53:47', '2021-02-01 20:53:47'),
(1016, 695, 'action complete via WP Cron', '2021-02-01 20:53:47', '2021-02-01 20:53:47'),
(1017, 696, 'action created', '2021-02-01 20:53:48', '2021-02-01 20:53:48'),
(1018, 696, 'action started via WP Cron', '2021-02-02 00:57:21', '2021-02-02 00:57:21'),
(1019, 696, 'action complete via WP Cron', '2021-02-02 00:57:21', '2021-02-02 00:57:21'),
(1020, 697, 'action created', '2021-02-02 00:57:21', '2021-02-02 00:57:21'),
(1021, 697, 'action started via WP Cron', '2021-02-02 01:29:10', '2021-02-02 01:29:10'),
(1022, 697, 'action complete via WP Cron', '2021-02-02 01:29:10', '2021-02-02 01:29:10'),
(1023, 698, 'action created', '2021-02-02 01:29:10', '2021-02-02 01:29:10'),
(1024, 675, 'action started via WP Cron', '2021-02-02 04:26:45', '2021-02-02 04:26:45'),
(1025, 675, 'action complete via WP Cron', '2021-02-02 04:26:45', '2021-02-02 04:26:45'),
(1026, 699, 'action created', '2021-02-02 04:26:45', '2021-02-02 04:26:45'),
(1027, 698, 'action started via WP Cron', '2021-02-02 04:26:45', '2021-02-02 04:26:45'),
(1028, 698, 'action complete via WP Cron', '2021-02-02 04:26:45', '2021-02-02 04:26:45'),
(1029, 700, 'action created', '2021-02-02 04:26:45', '2021-02-02 04:26:45'),
(1030, 700, 'action started via WP Cron', '2021-02-02 04:47:18', '2021-02-02 04:47:18'),
(1031, 700, 'action complete via WP Cron', '2021-02-02 04:47:18', '2021-02-02 04:47:18'),
(1032, 701, 'action created', '2021-02-02 04:47:18', '2021-02-02 04:47:18'),
(1033, 701, 'action started via WP Cron', '2021-02-02 04:48:56', '2021-02-02 04:48:56'),
(1034, 701, 'action complete via WP Cron', '2021-02-02 04:48:56', '2021-02-02 04:48:56'),
(1035, 702, 'action created', '2021-02-02 04:48:56', '2021-02-02 04:48:56'),
(1036, 702, 'action started via WP Cron', '2021-02-02 04:54:52', '2021-02-02 04:54:52'),
(1037, 702, 'action complete via WP Cron', '2021-02-02 04:54:52', '2021-02-02 04:54:52'),
(1038, 703, 'action created', '2021-02-02 04:54:52', '2021-02-02 04:54:52'),
(1039, 703, 'action started via WP Cron', '2021-02-02 04:55:15', '2021-02-02 04:55:15'),
(1040, 703, 'action complete via WP Cron', '2021-02-02 04:55:15', '2021-02-02 04:55:15'),
(1041, 704, 'action created', '2021-02-02 04:55:15', '2021-02-02 04:55:15'),
(1042, 704, 'action started via Async Request', '2021-02-02 04:55:56', '2021-02-02 04:55:56'),
(1043, 704, 'action complete via Async Request', '2021-02-02 04:55:56', '2021-02-02 04:55:56'),
(1044, 705, 'action created', '2021-02-02 04:56:04', '2021-02-02 04:56:04'),
(1045, 705, 'action started via WP Cron', '2021-02-02 06:49:27', '2021-02-02 06:49:27'),
(1046, 705, 'action complete via WP Cron', '2021-02-02 06:49:27', '2021-02-02 06:49:27'),
(1047, 706, 'action created', '2021-02-02 06:49:27', '2021-02-02 06:49:27'),
(1048, 706, 'action started via WP Cron', '2021-02-02 07:04:25', '2021-02-02 07:04:25'),
(1049, 706, 'action complete via WP Cron', '2021-02-02 07:04:25', '2021-02-02 07:04:25'),
(1050, 707, 'action created', '2021-02-02 07:04:25', '2021-02-02 07:04:25'),
(1051, 707, 'action started via WP Cron', '2021-02-02 07:20:20', '2021-02-02 07:20:20'),
(1052, 707, 'action complete via WP Cron', '2021-02-02 07:20:20', '2021-02-02 07:20:20'),
(1053, 708, 'action created', '2021-02-02 07:20:20', '2021-02-02 07:20:20'),
(1054, 708, 'action started via WP Cron', '2021-02-02 07:47:51', '2021-02-02 07:47:51'),
(1055, 708, 'action complete via WP Cron', '2021-02-02 07:47:51', '2021-02-02 07:47:51'),
(1056, 709, 'action created', '2021-02-02 07:47:51', '2021-02-02 07:47:51'),
(1057, 709, 'action started via WP Cron', '2021-02-02 08:53:04', '2021-02-02 08:53:04'),
(1058, 709, 'action complete via WP Cron', '2021-02-02 08:53:04', '2021-02-02 08:53:04'),
(1059, 710, 'action created', '2021-02-02 08:53:05', '2021-02-02 08:53:05'),
(1060, 710, 'action started via WP Cron', '2021-02-02 08:55:29', '2021-02-02 08:55:29'),
(1061, 710, 'action complete via WP Cron', '2021-02-02 08:55:29', '2021-02-02 08:55:29'),
(1062, 711, 'action created', '2021-02-02 08:55:29', '2021-02-02 08:55:29'),
(1063, 711, 'action started via WP Cron', '2021-02-02 09:52:16', '2021-02-02 09:52:16'),
(1064, 711, 'action complete via WP Cron', '2021-02-02 09:52:16', '2021-02-02 09:52:16'),
(1065, 712, 'action created', '2021-02-02 09:52:16', '2021-02-02 09:52:16'),
(1066, 712, 'action started via WP Cron', '2021-02-02 09:53:12', '2021-02-02 09:53:12'),
(1067, 712, 'action complete via WP Cron', '2021-02-02 09:53:12', '2021-02-02 09:53:12'),
(1068, 713, 'action created', '2021-02-02 09:53:12', '2021-02-02 09:53:12'),
(1069, 683, 'action started via WP Cron', '2021-02-02 11:17:51', '2021-02-02 11:17:51'),
(1070, 683, 'action complete via WP Cron', '2021-02-02 11:17:51', '2021-02-02 11:17:51'),
(1071, 714, 'action created', '2021-02-02 11:17:51', '2021-02-02 11:17:51'),
(1072, 713, 'action started via WP Cron', '2021-02-02 11:17:51', '2021-02-02 11:17:51'),
(1073, 713, 'action complete via WP Cron', '2021-02-02 11:17:51', '2021-02-02 11:17:51'),
(1074, 715, 'action created', '2021-02-02 11:17:51', '2021-02-02 11:17:51'),
(1075, 715, 'action started via WP Cron', '2021-02-02 11:18:32', '2021-02-02 11:18:32'),
(1076, 715, 'action complete via WP Cron', '2021-02-02 11:18:32', '2021-02-02 11:18:32'),
(1077, 716, 'action created', '2021-02-02 11:18:32', '2021-02-02 11:18:32'),
(1078, 716, 'action started via WP Cron', '2021-02-02 11:44:39', '2021-02-02 11:44:39'),
(1079, 716, 'action complete via WP Cron', '2021-02-02 11:44:39', '2021-02-02 11:44:39'),
(1080, 717, 'action created', '2021-02-02 11:44:39', '2021-02-02 11:44:39'),
(1081, 717, 'action started via WP Cron', '2021-02-02 12:35:46', '2021-02-02 12:35:46'),
(1082, 717, 'action complete via WP Cron', '2021-02-02 12:35:46', '2021-02-02 12:35:46'),
(1083, 718, 'action created', '2021-02-02 12:35:46', '2021-02-02 12:35:46'),
(1084, 718, 'action started via WP Cron', '2021-02-02 12:48:38', '2021-02-02 12:48:38'),
(1085, 718, 'action complete via WP Cron', '2021-02-02 12:48:38', '2021-02-02 12:48:38'),
(1086, 719, 'action created', '2021-02-02 12:48:38', '2021-02-02 12:48:38'),
(1087, 719, 'action started via WP Cron', '2021-02-02 14:28:49', '2021-02-02 14:28:49'),
(1088, 719, 'action complete via WP Cron', '2021-02-02 14:28:49', '2021-02-02 14:28:49'),
(1089, 720, 'action created', '2021-02-02 14:28:49', '2021-02-02 14:28:49'),
(1090, 720, 'action started via WP Cron', '2021-02-02 15:00:23', '2021-02-02 15:00:23'),
(1091, 720, 'action complete via WP Cron', '2021-02-02 15:00:23', '2021-02-02 15:00:23'),
(1092, 721, 'action created', '2021-02-02 15:00:23', '2021-02-02 15:00:23'),
(1093, 721, 'action started via WP Cron', '2021-02-02 15:41:12', '2021-02-02 15:41:12'),
(1094, 721, 'action complete via WP Cron', '2021-02-02 15:41:12', '2021-02-02 15:41:12'),
(1095, 722, 'action created', '2021-02-02 15:41:12', '2021-02-02 15:41:12'),
(1096, 722, 'action started via WP Cron', '2021-02-02 16:22:59', '2021-02-02 16:22:59'),
(1097, 722, 'action complete via WP Cron', '2021-02-02 16:22:59', '2021-02-02 16:22:59'),
(1098, 723, 'action created', '2021-02-02 16:22:59', '2021-02-02 16:22:59'),
(1099, 723, 'action started via WP Cron', '2021-02-02 16:57:16', '2021-02-02 16:57:16'),
(1100, 723, 'action complete via WP Cron', '2021-02-02 16:57:16', '2021-02-02 16:57:16'),
(1101, 724, 'action created', '2021-02-02 16:57:17', '2021-02-02 16:57:17'),
(1102, 724, 'action started via WP Cron', '2021-02-02 19:17:22', '2021-02-02 19:17:22'),
(1103, 724, 'action complete via WP Cron', '2021-02-02 19:17:22', '2021-02-02 19:17:22'),
(1104, 725, 'action created', '2021-02-02 19:17:22', '2021-02-02 19:17:22'),
(1105, 725, 'action started via WP Cron', '2021-02-02 20:48:02', '2021-02-02 20:48:02'),
(1106, 725, 'action complete via WP Cron', '2021-02-02 20:48:02', '2021-02-02 20:48:02'),
(1107, 726, 'action created', '2021-02-02 20:48:03', '2021-02-02 20:48:03'),
(1108, 726, 'action started via WP Cron', '2021-02-02 21:44:47', '2021-02-02 21:44:47'),
(1109, 726, 'action complete via WP Cron', '2021-02-02 21:44:47', '2021-02-02 21:44:47'),
(1110, 727, 'action created', '2021-02-02 21:44:47', '2021-02-02 21:44:47'),
(1111, 727, 'action started via WP Cron', '2021-02-02 22:08:50', '2021-02-02 22:08:50'),
(1112, 727, 'action complete via WP Cron', '2021-02-02 22:08:50', '2021-02-02 22:08:50'),
(1113, 728, 'action created', '2021-02-02 22:08:50', '2021-02-02 22:08:50'),
(1114, 728, 'action started via WP Cron', '2021-02-02 23:44:25', '2021-02-02 23:44:25'),
(1115, 728, 'action complete via WP Cron', '2021-02-02 23:44:25', '2021-02-02 23:44:25'),
(1116, 729, 'action created', '2021-02-02 23:44:25', '2021-02-02 23:44:25'),
(1117, 729, 'action started via WP Cron', '2021-02-02 23:56:27', '2021-02-02 23:56:27'),
(1118, 729, 'action complete via WP Cron', '2021-02-02 23:56:27', '2021-02-02 23:56:27'),
(1119, 730, 'action created', '2021-02-02 23:56:27', '2021-02-02 23:56:27'),
(1120, 730, 'action started via WP Cron', '2021-02-03 00:21:04', '2021-02-03 00:21:04'),
(1121, 730, 'action complete via WP Cron', '2021-02-03 00:21:04', '2021-02-03 00:21:04'),
(1122, 731, 'action created', '2021-02-03 00:21:04', '2021-02-03 00:21:04'),
(1123, 731, 'action started via WP Cron', '2021-02-03 00:28:14', '2021-02-03 00:28:14'),
(1124, 731, 'action complete via WP Cron', '2021-02-03 00:28:14', '2021-02-03 00:28:14'),
(1125, 732, 'action created', '2021-02-03 00:28:14', '2021-02-03 00:28:14'),
(1126, 732, 'action started via WP Cron', '2021-02-03 00:35:21', '2021-02-03 00:35:21'),
(1127, 732, 'action complete via WP Cron', '2021-02-03 00:35:21', '2021-02-03 00:35:21'),
(1128, 733, 'action created', '2021-02-03 00:35:21', '2021-02-03 00:35:21'),
(1129, 733, 'action started via WP Cron', '2021-02-03 00:52:27', '2021-02-03 00:52:27'),
(1130, 733, 'action complete via WP Cron', '2021-02-03 00:52:27', '2021-02-03 00:52:27'),
(1131, 734, 'action created', '2021-02-03 00:52:27', '2021-02-03 00:52:27'),
(1132, 734, 'action started via WP Cron', '2021-02-03 00:58:03', '2021-02-03 00:58:03'),
(1133, 734, 'action complete via WP Cron', '2021-02-03 00:58:03', '2021-02-03 00:58:03'),
(1134, 735, 'action created', '2021-02-03 00:58:03', '2021-02-03 00:58:03'),
(1135, 735, 'action started via WP Cron', '2021-02-03 01:46:38', '2021-02-03 01:46:38'),
(1136, 735, 'action complete via WP Cron', '2021-02-03 01:46:38', '2021-02-03 01:46:38'),
(1137, 736, 'action created', '2021-02-03 01:46:38', '2021-02-03 01:46:38'),
(1138, 736, 'action started via WP Cron', '2021-02-03 02:03:18', '2021-02-03 02:03:18'),
(1139, 736, 'action complete via WP Cron', '2021-02-03 02:03:18', '2021-02-03 02:03:18'),
(1140, 737, 'action created', '2021-02-03 02:03:18', '2021-02-03 02:03:18'),
(1141, 737, 'action started via WP Cron', '2021-02-03 03:13:05', '2021-02-03 03:13:05'),
(1142, 737, 'action complete via WP Cron', '2021-02-03 03:13:05', '2021-02-03 03:13:05'),
(1143, 738, 'action created', '2021-02-03 03:13:05', '2021-02-03 03:13:05'),
(1144, 699, 'action started via WP Cron', '2021-02-03 04:46:56', '2021-02-03 04:46:56'),
(1145, 699, 'action complete via WP Cron', '2021-02-03 04:46:56', '2021-02-03 04:46:56'),
(1146, 739, 'action created', '2021-02-03 04:46:56', '2021-02-03 04:46:56'),
(1147, 738, 'action started via WP Cron', '2021-02-03 04:46:56', '2021-02-03 04:46:56'),
(1148, 738, 'action complete via WP Cron', '2021-02-03 04:46:56', '2021-02-03 04:46:56'),
(1149, 740, 'action created', '2021-02-03 04:46:56', '2021-02-03 04:46:56'),
(1150, 740, 'action started via WP Cron', '2021-02-03 04:54:41', '2021-02-03 04:54:41'),
(1151, 740, 'action complete via WP Cron', '2021-02-03 04:54:41', '2021-02-03 04:54:41'),
(1152, 741, 'action created', '2021-02-03 04:54:41', '2021-02-03 04:54:41'),
(1153, 741, 'action started via WP Cron', '2021-02-03 05:05:34', '2021-02-03 05:05:34'),
(1154, 741, 'action complete via WP Cron', '2021-02-03 05:05:34', '2021-02-03 05:05:34'),
(1155, 742, 'action created', '2021-02-03 05:05:34', '2021-02-03 05:05:34'),
(1156, 742, 'action started via WP Cron', '2021-02-03 05:39:17', '2021-02-03 05:39:17'),
(1157, 742, 'action complete via WP Cron', '2021-02-03 05:39:17', '2021-02-03 05:39:17'),
(1158, 743, 'action created', '2021-02-03 05:39:17', '2021-02-03 05:39:17'),
(1159, 743, 'action started via WP Cron', '2021-02-03 05:52:28', '2021-02-03 05:52:28'),
(1160, 743, 'action complete via WP Cron', '2021-02-03 05:52:28', '2021-02-03 05:52:28'),
(1161, 744, 'action created', '2021-02-03 05:52:28', '2021-02-03 05:52:28'),
(1162, 744, 'action started via WP Cron', '2021-02-03 06:17:07', '2021-02-03 06:17:07'),
(1163, 744, 'action complete via WP Cron', '2021-02-03 06:17:07', '2021-02-03 06:17:07'),
(1164, 745, 'action created', '2021-02-03 06:17:07', '2021-02-03 06:17:07'),
(1165, 745, 'action started via WP Cron', '2021-02-03 06:58:13', '2021-02-03 06:58:13'),
(1166, 745, 'action complete via WP Cron', '2021-02-03 06:58:13', '2021-02-03 06:58:13'),
(1167, 746, 'action created', '2021-02-03 06:58:13', '2021-02-03 06:58:13'),
(1168, 746, 'action started via WP Cron', '2021-02-03 07:22:07', '2021-02-03 07:22:07'),
(1169, 746, 'action complete via WP Cron', '2021-02-03 07:22:07', '2021-02-03 07:22:07'),
(1170, 747, 'action created', '2021-02-03 07:22:07', '2021-02-03 07:22:07'),
(1171, 747, 'action started via WP Cron', '2021-02-03 08:45:42', '2021-02-03 08:45:42'),
(1172, 747, 'action complete via WP Cron', '2021-02-03 08:45:42', '2021-02-03 08:45:42'),
(1173, 748, 'action created', '2021-02-03 08:45:42', '2021-02-03 08:45:42'),
(1174, 748, 'action started via WP Cron', '2021-02-03 08:48:10', '2021-02-03 08:48:10'),
(1175, 748, 'action complete via WP Cron', '2021-02-03 08:48:10', '2021-02-03 08:48:10'),
(1176, 749, 'action created', '2021-02-03 08:48:10', '2021-02-03 08:48:10'),
(1177, 749, 'action started via WP Cron', '2021-02-03 10:32:50', '2021-02-03 10:32:50'),
(1178, 749, 'action complete via WP Cron', '2021-02-03 10:32:50', '2021-02-03 10:32:50'),
(1179, 750, 'action created', '2021-02-03 10:32:50', '2021-02-03 10:32:50'),
(1180, 750, 'action started via WP Cron', '2021-02-03 11:11:06', '2021-02-03 11:11:06'),
(1181, 750, 'action complete via WP Cron', '2021-02-03 11:11:06', '2021-02-03 11:11:06'),
(1182, 751, 'action created', '2021-02-03 11:11:06', '2021-02-03 11:11:06'),
(1183, 714, 'action started via WP Cron', '2021-02-03 12:40:12', '2021-02-03 12:40:12'),
(1184, 714, 'action complete via WP Cron', '2021-02-03 12:40:12', '2021-02-03 12:40:12'),
(1185, 752, 'action created', '2021-02-03 12:40:12', '2021-02-03 12:40:12'),
(1186, 751, 'action started via WP Cron', '2021-02-03 12:40:12', '2021-02-03 12:40:12'),
(1187, 751, 'action complete via WP Cron', '2021-02-03 12:40:12', '2021-02-03 12:40:12'),
(1188, 753, 'action created', '2021-02-03 12:40:12', '2021-02-03 12:40:12'),
(1189, 753, 'action started via WP Cron', '2021-02-03 12:51:36', '2021-02-03 12:51:36'),
(1190, 753, 'action complete via WP Cron', '2021-02-03 12:51:36', '2021-02-03 12:51:36'),
(1191, 754, 'action created', '2021-02-03 12:51:36', '2021-02-03 12:51:36'),
(1192, 754, 'action started via WP Cron', '2021-02-03 14:41:27', '2021-02-03 14:41:27'),
(1193, 754, 'action complete via WP Cron', '2021-02-03 14:41:27', '2021-02-03 14:41:27'),
(1194, 755, 'action created', '2021-02-03 14:41:28', '2021-02-03 14:41:28'),
(1195, 755, 'action started via WP Cron', '2021-02-03 15:31:35', '2021-02-03 15:31:35'),
(1196, 755, 'action complete via WP Cron', '2021-02-03 15:31:35', '2021-02-03 15:31:35'),
(1197, 756, 'action created', '2021-02-03 15:31:36', '2021-02-03 15:31:36'),
(1198, 756, 'action started via WP Cron', '2021-02-03 15:58:53', '2021-02-03 15:58:53'),
(1199, 756, 'action complete via WP Cron', '2021-02-03 15:58:53', '2021-02-03 15:58:53'),
(1200, 757, 'action created', '2021-02-03 15:58:53', '2021-02-03 15:58:53'),
(1201, 757, 'action started via WP Cron', '2021-02-03 16:55:44', '2021-02-03 16:55:44'),
(1202, 757, 'action complete via WP Cron', '2021-02-03 16:55:44', '2021-02-03 16:55:44'),
(1203, 758, 'action created', '2021-02-03 16:55:44', '2021-02-03 16:55:44'),
(1204, 758, 'action started via WP Cron', '2021-02-03 17:54:48', '2021-02-03 17:54:48'),
(1205, 758, 'action complete via WP Cron', '2021-02-03 17:54:48', '2021-02-03 17:54:48'),
(1206, 759, 'action created', '2021-02-03 17:54:48', '2021-02-03 17:54:48'),
(1207, 759, 'action started via WP Cron', '2021-02-03 18:05:04', '2021-02-03 18:05:04'),
(1208, 759, 'action complete via WP Cron', '2021-02-03 18:05:04', '2021-02-03 18:05:04'),
(1209, 760, 'action created', '2021-02-03 18:05:04', '2021-02-03 18:05:04'),
(1210, 760, 'action started via WP Cron', '2021-02-03 18:11:09', '2021-02-03 18:11:09'),
(1211, 760, 'action complete via WP Cron', '2021-02-03 18:11:09', '2021-02-03 18:11:09'),
(1212, 761, 'action created', '2021-02-03 18:11:09', '2021-02-03 18:11:09'),
(1213, 761, 'action started via WP Cron', '2021-02-03 20:32:07', '2021-02-03 20:32:07'),
(1214, 761, 'action complete via WP Cron', '2021-02-03 20:32:07', '2021-02-03 20:32:07'),
(1215, 762, 'action created', '2021-02-03 20:32:08', '2021-02-03 20:32:08'),
(1216, 762, 'action started via WP Cron', '2021-02-03 20:59:56', '2021-02-03 20:59:56');
INSERT INTO `wp_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES
(1217, 762, 'action complete via WP Cron', '2021-02-03 20:59:56', '2021-02-03 20:59:56'),
(1218, 763, 'action created', '2021-02-03 20:59:56', '2021-02-03 20:59:56'),
(1219, 763, 'action started via WP Cron', '2021-02-03 22:50:44', '2021-02-03 22:50:44'),
(1220, 763, 'action complete via WP Cron', '2021-02-03 22:50:44', '2021-02-03 22:50:44'),
(1221, 764, 'action created', '2021-02-03 22:50:44', '2021-02-03 22:50:44'),
(1222, 764, 'action started via WP Cron', '2021-02-03 23:16:48', '2021-02-03 23:16:48'),
(1223, 764, 'action complete via WP Cron', '2021-02-03 23:16:48', '2021-02-03 23:16:48'),
(1224, 765, 'action created', '2021-02-03 23:16:48', '2021-02-03 23:16:48'),
(1225, 765, 'action started via WP Cron', '2021-02-03 23:54:11', '2021-02-03 23:54:11'),
(1226, 765, 'action complete via WP Cron', '2021-02-03 23:54:11', '2021-02-03 23:54:11'),
(1227, 766, 'action created', '2021-02-03 23:54:11', '2021-02-03 23:54:11'),
(1228, 766, 'action started via WP Cron', '2021-02-04 00:01:03', '2021-02-04 00:01:03'),
(1229, 766, 'action complete via WP Cron', '2021-02-04 00:01:03', '2021-02-04 00:01:03'),
(1230, 767, 'action created', '2021-02-04 00:01:03', '2021-02-04 00:01:03'),
(1231, 767, 'action started via WP Cron', '2021-02-04 00:50:10', '2021-02-04 00:50:10'),
(1232, 767, 'action complete via WP Cron', '2021-02-04 00:50:10', '2021-02-04 00:50:10'),
(1233, 768, 'action created', '2021-02-04 00:50:10', '2021-02-04 00:50:10'),
(1234, 768, 'action started via WP Cron', '2021-02-04 01:34:39', '2021-02-04 01:34:39'),
(1235, 768, 'action complete via WP Cron', '2021-02-04 01:34:39', '2021-02-04 01:34:39'),
(1236, 769, 'action created', '2021-02-04 01:34:39', '2021-02-04 01:34:39'),
(1237, 769, 'action started via WP Cron', '2021-02-04 03:00:14', '2021-02-04 03:00:14'),
(1238, 769, 'action complete via WP Cron', '2021-02-04 03:00:14', '2021-02-04 03:00:14'),
(1239, 770, 'action created', '2021-02-04 03:00:14', '2021-02-04 03:00:14'),
(1240, 770, 'action started via Async Request', '2021-02-04 03:01:03', '2021-02-04 03:01:03'),
(1241, 770, 'action complete via Async Request', '2021-02-04 03:01:03', '2021-02-04 03:01:03'),
(1242, 771, 'action created', '2021-02-04 03:01:08', '2021-02-04 03:01:08'),
(1243, 771, 'action started via WP Cron', '2021-02-04 03:29:46', '2021-02-04 03:29:46'),
(1244, 771, 'action complete via WP Cron', '2021-02-04 03:29:46', '2021-02-04 03:29:46'),
(1245, 772, 'action created', '2021-02-04 03:29:46', '2021-02-04 03:29:46'),
(1246, 739, 'action started via WP Cron', '2021-02-04 04:57:04', '2021-02-04 04:57:04'),
(1247, 739, 'action complete via WP Cron', '2021-02-04 04:57:04', '2021-02-04 04:57:04'),
(1248, 773, 'action created', '2021-02-04 04:57:04', '2021-02-04 04:57:04'),
(1249, 772, 'action started via WP Cron', '2021-02-04 04:57:04', '2021-02-04 04:57:04'),
(1250, 772, 'action complete via WP Cron', '2021-02-04 04:57:04', '2021-02-04 04:57:04'),
(1251, 774, 'action created', '2021-02-04 04:57:04', '2021-02-04 04:57:04'),
(1252, 774, 'action started via WP Cron', '2021-02-04 05:48:11', '2021-02-04 05:48:11'),
(1253, 774, 'action complete via WP Cron', '2021-02-04 05:48:11', '2021-02-04 05:48:11'),
(1254, 775, 'action created', '2021-02-04 05:48:11', '2021-02-04 05:48:11'),
(1255, 775, 'action started via WP Cron', '2021-02-04 06:29:03', '2021-02-04 06:29:03'),
(1256, 775, 'action complete via WP Cron', '2021-02-04 06:29:03', '2021-02-04 06:29:03'),
(1257, 776, 'action created', '2021-02-04 06:29:03', '2021-02-04 06:29:03'),
(1258, 776, 'action started via WP Cron', '2021-02-04 06:29:13', '2021-02-04 06:29:13'),
(1259, 776, 'action complete via WP Cron', '2021-02-04 06:29:13', '2021-02-04 06:29:13'),
(1260, 777, 'action created', '2021-02-04 06:29:13', '2021-02-04 06:29:13'),
(1261, 777, 'action started via WP Cron', '2021-02-04 06:33:04', '2021-02-04 06:33:04'),
(1262, 777, 'action complete via WP Cron', '2021-02-04 06:33:04', '2021-02-04 06:33:04'),
(1263, 778, 'action created', '2021-02-04 06:33:04', '2021-02-04 06:33:04'),
(1264, 778, 'action started via WP Cron', '2021-02-04 07:14:44', '2021-02-04 07:14:44'),
(1265, 778, 'action complete via WP Cron', '2021-02-04 07:14:44', '2021-02-04 07:14:44'),
(1266, 779, 'action created', '2021-02-04 07:14:44', '2021-02-04 07:14:44'),
(1267, 779, 'action started via WP Cron', '2021-02-04 08:48:56', '2021-02-04 08:48:56'),
(1268, 779, 'action complete via WP Cron', '2021-02-04 08:48:56', '2021-02-04 08:48:56'),
(1269, 780, 'action created', '2021-02-04 08:48:56', '2021-02-04 08:48:56'),
(1270, 780, 'action started via WP Cron', '2021-02-04 09:58:44', '2021-02-04 09:58:44'),
(1271, 780, 'action complete via WP Cron', '2021-02-04 09:58:44', '2021-02-04 09:58:44'),
(1272, 781, 'action created', '2021-02-04 09:58:44', '2021-02-04 09:58:44'),
(1273, 781, 'action started via WP Cron', '2021-02-04 10:20:02', '2021-02-04 10:20:02'),
(1274, 781, 'action complete via WP Cron', '2021-02-04 10:20:02', '2021-02-04 10:20:02'),
(1275, 782, 'action created', '2021-02-04 10:20:02', '2021-02-04 10:20:02'),
(1276, 782, 'action started via WP Cron', '2021-02-04 10:20:16', '2021-02-04 10:20:16'),
(1277, 782, 'action complete via WP Cron', '2021-02-04 10:20:16', '2021-02-04 10:20:16'),
(1278, 783, 'action created', '2021-02-04 10:20:16', '2021-02-04 10:20:16'),
(1279, 783, 'action started via WP Cron', '2021-02-04 11:24:08', '2021-02-04 11:24:08'),
(1280, 783, 'action complete via WP Cron', '2021-02-04 11:24:08', '2021-02-04 11:24:08'),
(1281, 784, 'action created', '2021-02-04 11:24:08', '2021-02-04 11:24:08'),
(1282, 752, 'action started via WP Cron', '2021-02-04 12:52:04', '2021-02-04 12:52:04'),
(1283, 752, 'action complete via WP Cron', '2021-02-04 12:52:04', '2021-02-04 12:52:04'),
(1284, 785, 'action created', '2021-02-04 12:52:04', '2021-02-04 12:52:04'),
(1285, 784, 'action started via WP Cron', '2021-02-04 12:52:04', '2021-02-04 12:52:04'),
(1286, 784, 'action complete via WP Cron', '2021-02-04 12:52:04', '2021-02-04 12:52:04'),
(1287, 786, 'action created', '2021-02-04 12:52:04', '2021-02-04 12:52:04'),
(1288, 786, 'action started via WP Cron', '2021-02-04 15:35:22', '2021-02-04 15:35:22'),
(1289, 786, 'action complete via WP Cron', '2021-02-04 15:35:22', '2021-02-04 15:35:22'),
(1290, 787, 'action created', '2021-02-04 15:35:22', '2021-02-04 15:35:22'),
(1291, 787, 'action started via WP Cron', '2021-02-04 16:53:21', '2021-02-04 16:53:21'),
(1292, 787, 'action complete via WP Cron', '2021-02-04 16:53:21', '2021-02-04 16:53:21'),
(1293, 788, 'action created', '2021-02-04 16:53:21', '2021-02-04 16:53:21'),
(1294, 788, 'action started via WP Cron', '2021-02-04 17:04:51', '2021-02-04 17:04:51'),
(1295, 788, 'action complete via WP Cron', '2021-02-04 17:04:51', '2021-02-04 17:04:51'),
(1296, 789, 'action created', '2021-02-04 17:04:51', '2021-02-04 17:04:51'),
(1297, 789, 'action started via WP Cron', '2021-02-04 18:16:46', '2021-02-04 18:16:46'),
(1298, 789, 'action complete via WP Cron', '2021-02-04 18:16:46', '2021-02-04 18:16:46'),
(1299, 790, 'action created', '2021-02-04 18:16:46', '2021-02-04 18:16:46'),
(1300, 790, 'action started via WP Cron', '2021-02-04 18:17:13', '2021-02-04 18:17:13'),
(1301, 790, 'action complete via WP Cron', '2021-02-04 18:17:13', '2021-02-04 18:17:13'),
(1302, 791, 'action created', '2021-02-04 18:17:13', '2021-02-04 18:17:13'),
(1303, 791, 'action started via WP Cron', '2021-02-04 20:57:26', '2021-02-04 20:57:26'),
(1304, 791, 'action complete via WP Cron', '2021-02-04 20:57:26', '2021-02-04 20:57:26'),
(1305, 792, 'action created', '2021-02-04 20:57:26', '2021-02-04 20:57:26'),
(1306, 792, 'action started via WP Cron', '2021-02-04 21:01:07', '2021-02-04 21:01:07'),
(1307, 792, 'action complete via WP Cron', '2021-02-04 21:01:07', '2021-02-04 21:01:07'),
(1308, 793, 'action created', '2021-02-04 21:01:07', '2021-02-04 21:01:07'),
(1309, 793, 'action started via WP Cron', '2021-02-04 21:02:06', '2021-02-04 21:02:06'),
(1310, 793, 'action complete via WP Cron', '2021-02-04 21:02:06', '2021-02-04 21:02:06'),
(1311, 794, 'action created', '2021-02-04 21:02:06', '2021-02-04 21:02:06'),
(1312, 794, 'action started via WP Cron', '2021-02-04 22:33:16', '2021-02-04 22:33:16'),
(1313, 794, 'action complete via WP Cron', '2021-02-04 22:33:16', '2021-02-04 22:33:16'),
(1314, 795, 'action created', '2021-02-04 22:33:16', '2021-02-04 22:33:16'),
(1315, 795, 'action started via WP Cron', '2021-02-04 23:15:03', '2021-02-04 23:15:03'),
(1316, 795, 'action complete via WP Cron', '2021-02-04 23:15:03', '2021-02-04 23:15:03'),
(1317, 796, 'action created', '2021-02-04 23:15:03', '2021-02-04 23:15:03'),
(1318, 796, 'action started via WP Cron', '2021-02-05 00:05:53', '2021-02-05 00:05:53'),
(1319, 796, 'action complete via WP Cron', '2021-02-05 00:05:53', '2021-02-05 00:05:53'),
(1320, 797, 'action created', '2021-02-05 00:05:53', '2021-02-05 00:05:53'),
(1321, 797, 'action started via WP Cron', '2021-02-05 00:50:45', '2021-02-05 00:50:45'),
(1322, 797, 'action complete via WP Cron', '2021-02-05 00:50:45', '2021-02-05 00:50:45'),
(1323, 798, 'action created', '2021-02-05 00:50:45', '2021-02-05 00:50:45'),
(1324, 798, 'action started via WP Cron', '2021-02-05 01:33:24', '2021-02-05 01:33:24'),
(1325, 798, 'action complete via WP Cron', '2021-02-05 01:33:24', '2021-02-05 01:33:24'),
(1326, 799, 'action created', '2021-02-05 01:33:24', '2021-02-05 01:33:24'),
(1327, 799, 'action started via WP Cron', '2021-02-05 01:38:55', '2021-02-05 01:38:55'),
(1328, 799, 'action complete via WP Cron', '2021-02-05 01:38:55', '2021-02-05 01:38:55'),
(1329, 800, 'action created', '2021-02-05 01:38:55', '2021-02-05 01:38:55'),
(1330, 800, 'action started via WP Cron', '2021-02-05 02:56:28', '2021-02-05 02:56:28'),
(1331, 800, 'action complete via WP Cron', '2021-02-05 02:56:28', '2021-02-05 02:56:28'),
(1332, 801, 'action created', '2021-02-05 02:56:29', '2021-02-05 02:56:29'),
(1333, 801, 'action started via WP Cron', '2021-02-05 04:44:16', '2021-02-05 04:44:16'),
(1334, 801, 'action complete via WP Cron', '2021-02-05 04:44:16', '2021-02-05 04:44:16'),
(1335, 802, 'action created', '2021-02-05 04:44:16', '2021-02-05 04:44:16'),
(1336, 773, 'action started via WP Cron', '2021-02-05 05:28:34', '2021-02-05 05:28:34'),
(1337, 773, 'action complete via WP Cron', '2021-02-05 05:28:34', '2021-02-05 05:28:34'),
(1338, 803, 'action created', '2021-02-05 05:28:34', '2021-02-05 05:28:34'),
(1339, 802, 'action started via WP Cron', '2021-02-05 05:28:34', '2021-02-05 05:28:34'),
(1340, 802, 'action complete via WP Cron', '2021-02-05 05:28:34', '2021-02-05 05:28:34'),
(1341, 804, 'action created', '2021-02-05 05:28:34', '2021-02-05 05:28:34'),
(1342, 804, 'action started via WP Cron', '2021-02-05 06:42:06', '2021-02-05 06:42:06'),
(1343, 804, 'action complete via WP Cron', '2021-02-05 06:42:07', '2021-02-05 06:42:07'),
(1344, 805, 'action created', '2021-02-05 06:42:07', '2021-02-05 06:42:07'),
(1345, 805, 'action started via WP Cron', '2021-02-05 07:11:25', '2021-02-05 07:11:25'),
(1346, 805, 'action complete via WP Cron', '2021-02-05 07:11:25', '2021-02-05 07:11:25'),
(1347, 806, 'action created', '2021-02-05 07:11:25', '2021-02-05 07:11:25'),
(1348, 806, 'action started via WP Cron', '2021-02-05 08:37:31', '2021-02-05 08:37:31'),
(1349, 806, 'action complete via WP Cron', '2021-02-05 08:37:31', '2021-02-05 08:37:31'),
(1350, 807, 'action created', '2021-02-05 08:37:31', '2021-02-05 08:37:31'),
(1351, 807, 'action started via WP Cron', '2021-02-05 08:38:05', '2021-02-05 08:38:05'),
(1352, 807, 'action complete via WP Cron', '2021-02-05 08:38:05', '2021-02-05 08:38:05'),
(1353, 808, 'action created', '2021-02-05 08:38:06', '2021-02-05 08:38:06'),
(1354, 808, 'action started via WP Cron', '2021-02-05 08:39:04', '2021-02-05 08:39:04'),
(1355, 808, 'action complete via WP Cron', '2021-02-05 08:39:04', '2021-02-05 08:39:04'),
(1356, 809, 'action created', '2021-02-05 08:39:04', '2021-02-05 08:39:04'),
(1357, 809, 'action started via WP Cron', '2021-02-05 08:40:04', '2021-02-05 08:40:04'),
(1358, 809, 'action complete via WP Cron', '2021-02-05 08:40:04', '2021-02-05 08:40:04'),
(1359, 810, 'action created', '2021-02-05 08:40:04', '2021-02-05 08:40:04'),
(1360, 810, 'action started via WP Cron', '2021-02-05 08:48:08', '2021-02-05 08:48:08'),
(1361, 810, 'action complete via WP Cron', '2021-02-05 08:48:08', '2021-02-05 08:48:08'),
(1362, 811, 'action created', '2021-02-05 08:48:08', '2021-02-05 08:48:08'),
(1363, 811, 'action started via WP Cron', '2021-02-05 09:00:42', '2021-02-05 09:00:42'),
(1364, 811, 'action complete via WP Cron', '2021-02-05 09:00:42', '2021-02-05 09:00:42'),
(1365, 812, 'action created', '2021-02-05 09:00:42', '2021-02-05 09:00:42'),
(1366, 812, 'action started via WP Cron', '2021-02-05 10:45:48', '2021-02-05 10:45:48'),
(1367, 812, 'action complete via WP Cron', '2021-02-05 10:45:48', '2021-02-05 10:45:48'),
(1368, 813, 'action created', '2021-02-05 10:45:48', '2021-02-05 10:45:48'),
(1369, 813, 'action started via WP Cron', '2021-02-05 11:50:51', '2021-02-05 11:50:51'),
(1370, 813, 'action complete via WP Cron', '2021-02-05 11:50:51', '2021-02-05 11:50:51'),
(1371, 814, 'action created', '2021-02-05 11:50:51', '2021-02-05 11:50:51'),
(1372, 814, 'action started via WP Cron', '2021-02-05 11:52:42', '2021-02-05 11:52:42'),
(1373, 814, 'action complete via WP Cron', '2021-02-05 11:52:42', '2021-02-05 11:52:42'),
(1374, 815, 'action created', '2021-02-05 11:52:42', '2021-02-05 11:52:42'),
(1375, 815, 'action started via WP Cron', '2021-02-05 12:48:12', '2021-02-05 12:48:12'),
(1376, 815, 'action complete via WP Cron', '2021-02-05 12:48:12', '2021-02-05 12:48:12'),
(1377, 816, 'action created', '2021-02-05 12:48:12', '2021-02-05 12:48:12'),
(1378, 785, 'action started via WP Cron', '2021-02-05 13:07:45', '2021-02-05 13:07:45'),
(1379, 785, 'action complete via WP Cron', '2021-02-05 13:07:45', '2021-02-05 13:07:45'),
(1380, 817, 'action created', '2021-02-05 13:07:45', '2021-02-05 13:07:45'),
(1381, 816, 'action started via WP Cron', '2021-02-05 13:07:45', '2021-02-05 13:07:45'),
(1382, 816, 'action complete via WP Cron', '2021-02-05 13:07:45', '2021-02-05 13:07:45'),
(1383, 818, 'action created', '2021-02-05 13:07:45', '2021-02-05 13:07:45'),
(1384, 818, 'action started via WP Cron', '2021-02-05 14:04:56', '2021-02-05 14:04:56'),
(1385, 818, 'action complete via WP Cron', '2021-02-05 14:04:56', '2021-02-05 14:04:56'),
(1386, 819, 'action created', '2021-02-05 14:04:56', '2021-02-05 14:04:56'),
(1387, 819, 'action started via WP Cron', '2021-02-05 14:51:44', '2021-02-05 14:51:44'),
(1388, 819, 'action complete via WP Cron', '2021-02-05 14:51:44', '2021-02-05 14:51:44'),
(1389, 820, 'action created', '2021-02-05 14:51:45', '2021-02-05 14:51:45'),
(1390, 820, 'action started via WP Cron', '2021-02-05 15:05:48', '2021-02-05 15:05:48'),
(1391, 820, 'action complete via WP Cron', '2021-02-05 15:05:48', '2021-02-05 15:05:48'),
(1392, 821, 'action created', '2021-02-05 15:05:48', '2021-02-05 15:05:48'),
(1393, 821, 'action started via WP Cron', '2021-02-05 16:39:20', '2021-02-05 16:39:20'),
(1394, 821, 'action complete via WP Cron', '2021-02-05 16:39:20', '2021-02-05 16:39:20'),
(1395, 822, 'action created', '2021-02-05 16:39:20', '2021-02-05 16:39:20'),
(1396, 822, 'action started via WP Cron', '2021-02-05 16:53:48', '2021-02-05 16:53:48'),
(1397, 822, 'action complete via WP Cron', '2021-02-05 16:53:48', '2021-02-05 16:53:48'),
(1398, 823, 'action created', '2021-02-05 16:53:48', '2021-02-05 16:53:48'),
(1399, 823, 'action started via WP Cron', '2021-02-05 17:48:44', '2021-02-05 17:48:44'),
(1400, 823, 'action complete via WP Cron', '2021-02-05 17:48:44', '2021-02-05 17:48:44'),
(1401, 824, 'action created', '2021-02-05 17:48:44', '2021-02-05 17:48:44'),
(1402, 824, 'action started via WP Cron', '2021-02-05 19:07:50', '2021-02-05 19:07:50'),
(1403, 824, 'action complete via WP Cron', '2021-02-05 19:07:50', '2021-02-05 19:07:50'),
(1404, 825, 'action created', '2021-02-05 19:07:50', '2021-02-05 19:07:50'),
(1405, 825, 'action started via WP Cron', '2021-02-05 19:09:25', '2021-02-05 19:09:25'),
(1406, 825, 'action complete via WP Cron', '2021-02-05 19:09:25', '2021-02-05 19:09:25'),
(1407, 826, 'action created', '2021-02-05 19:09:26', '2021-02-05 19:09:26'),
(1408, 826, 'action started via WP Cron', '2021-02-05 19:10:31', '2021-02-05 19:10:31'),
(1409, 826, 'action complete via WP Cron', '2021-02-05 19:10:31', '2021-02-05 19:10:31'),
(1410, 827, 'action created', '2021-02-05 19:10:31', '2021-02-05 19:10:31'),
(1411, 827, 'action started via WP Cron', '2021-02-05 19:32:11', '2021-02-05 19:32:11'),
(1412, 827, 'action complete via WP Cron', '2021-02-05 19:32:11', '2021-02-05 19:32:11'),
(1413, 828, 'action created', '2021-02-05 19:32:11', '2021-02-05 19:32:11'),
(1414, 828, 'action started via WP Cron', '2021-02-05 19:37:59', '2021-02-05 19:37:59'),
(1415, 828, 'action complete via WP Cron', '2021-02-05 19:37:59', '2021-02-05 19:37:59'),
(1416, 829, 'action created', '2021-02-05 19:37:59', '2021-02-05 19:37:59'),
(1417, 829, 'action started via WP Cron', '2021-02-05 20:13:22', '2021-02-05 20:13:22'),
(1418, 829, 'action complete via WP Cron', '2021-02-05 20:13:22', '2021-02-05 20:13:22'),
(1419, 830, 'action created', '2021-02-05 20:13:22', '2021-02-05 20:13:22'),
(1420, 830, 'action started via WP Cron', '2021-02-05 20:44:11', '2021-02-05 20:44:11'),
(1421, 830, 'action complete via WP Cron', '2021-02-05 20:44:11', '2021-02-05 20:44:11'),
(1422, 831, 'action created', '2021-02-05 20:44:11', '2021-02-05 20:44:11'),
(1423, 831, 'action started via WP Cron', '2021-02-05 21:00:08', '2021-02-05 21:00:08'),
(1424, 831, 'action complete via WP Cron', '2021-02-05 21:00:08', '2021-02-05 21:00:08'),
(1425, 832, 'action created', '2021-02-05 21:00:08', '2021-02-05 21:00:08'),
(1426, 832, 'action started via WP Cron', '2021-02-05 21:03:05', '2021-02-05 21:03:05'),
(1427, 832, 'action complete via WP Cron', '2021-02-05 21:03:05', '2021-02-05 21:03:05'),
(1428, 833, 'action created', '2021-02-05 21:03:05', '2021-02-05 21:03:05'),
(1429, 833, 'action started via WP Cron', '2021-02-05 21:45:08', '2021-02-05 21:45:08'),
(1430, 833, 'action complete via WP Cron', '2021-02-05 21:45:08', '2021-02-05 21:45:08'),
(1431, 834, 'action created', '2021-02-05 21:45:08', '2021-02-05 21:45:08'),
(1432, 834, 'action started via WP Cron', '2021-02-05 22:04:31', '2021-02-05 22:04:31'),
(1433, 834, 'action complete via WP Cron', '2021-02-05 22:04:31', '2021-02-05 22:04:31'),
(1434, 835, 'action created', '2021-02-05 22:04:31', '2021-02-05 22:04:31'),
(1435, 835, 'action started via WP Cron', '2021-02-05 22:55:56', '2021-02-05 22:55:56'),
(1436, 835, 'action complete via WP Cron', '2021-02-05 22:55:56', '2021-02-05 22:55:56'),
(1437, 836, 'action created', '2021-02-05 22:55:57', '2021-02-05 22:55:57'),
(1438, 836, 'action started via WP Cron', '2021-02-05 22:56:07', '2021-02-05 22:56:07'),
(1439, 836, 'action complete via WP Cron', '2021-02-05 22:56:07', '2021-02-05 22:56:07'),
(1440, 837, 'action created', '2021-02-05 22:56:07', '2021-02-05 22:56:07'),
(1441, 837, 'action started via WP Cron', '2021-02-05 23:21:29', '2021-02-05 23:21:29'),
(1442, 837, 'action complete via WP Cron', '2021-02-05 23:21:29', '2021-02-05 23:21:29'),
(1443, 838, 'action created', '2021-02-05 23:21:29', '2021-02-05 23:21:29'),
(1444, 838, 'action started via WP Cron', '2021-02-05 23:47:41', '2021-02-05 23:47:41'),
(1445, 838, 'action complete via WP Cron', '2021-02-05 23:47:41', '2021-02-05 23:47:41'),
(1446, 839, 'action created', '2021-02-05 23:47:41', '2021-02-05 23:47:41'),
(1447, 839, 'action started via WP Cron', '2021-02-06 00:35:41', '2021-02-06 00:35:41'),
(1448, 839, 'action complete via WP Cron', '2021-02-06 00:35:41', '2021-02-06 00:35:41'),
(1449, 840, 'action created', '2021-02-06 00:35:41', '2021-02-06 00:35:41'),
(1450, 840, 'action started via WP Cron', '2021-02-06 00:46:06', '2021-02-06 00:46:06'),
(1451, 840, 'action complete via WP Cron', '2021-02-06 00:46:06', '2021-02-06 00:46:06'),
(1452, 841, 'action created', '2021-02-06 00:46:06', '2021-02-06 00:46:06'),
(1453, 841, 'action started via WP Cron', '2021-02-06 00:56:35', '2021-02-06 00:56:35'),
(1454, 841, 'action complete via WP Cron', '2021-02-06 00:56:35', '2021-02-06 00:56:35'),
(1455, 842, 'action created', '2021-02-06 00:56:35', '2021-02-06 00:56:35'),
(1456, 842, 'action started via WP Cron', '2021-02-06 01:19:26', '2021-02-06 01:19:26'),
(1457, 842, 'action complete via WP Cron', '2021-02-06 01:19:26', '2021-02-06 01:19:26'),
(1458, 843, 'action created', '2021-02-06 01:19:26', '2021-02-06 01:19:26'),
(1459, 843, 'action started via WP Cron', '2021-02-06 01:51:25', '2021-02-06 01:51:25'),
(1460, 843, 'action complete via WP Cron', '2021-02-06 01:51:25', '2021-02-06 01:51:25'),
(1461, 844, 'action created', '2021-02-06 01:51:25', '2021-02-06 01:51:25'),
(1462, 844, 'action started via WP Cron', '2021-02-06 02:12:11', '2021-02-06 02:12:11'),
(1463, 844, 'action complete via WP Cron', '2021-02-06 02:12:11', '2021-02-06 02:12:11'),
(1464, 845, 'action created', '2021-02-06 02:12:16', '2021-02-06 02:12:16'),
(1465, 845, 'action started via WP Cron', '2021-02-06 02:16:44', '2021-02-06 02:16:44'),
(1466, 845, 'action complete via WP Cron', '2021-02-06 02:16:44', '2021-02-06 02:16:44'),
(1467, 846, 'action created', '2021-02-06 02:16:44', '2021-02-06 02:16:44'),
(1468, 846, 'action started via WP Cron', '2021-02-06 03:28:24', '2021-02-06 03:28:24'),
(1469, 846, 'action complete via WP Cron', '2021-02-06 03:28:24', '2021-02-06 03:28:24'),
(1470, 847, 'action created', '2021-02-06 03:28:24', '2021-02-06 03:28:24'),
(1471, 847, 'action started via WP Cron', '2021-02-06 04:47:57', '2021-02-06 04:47:57'),
(1472, 847, 'action complete via WP Cron', '2021-02-06 04:47:57', '2021-02-06 04:47:57'),
(1473, 848, 'action created', '2021-02-06 04:47:57', '2021-02-06 04:47:57'),
(1474, 848, 'action started via WP Cron', '2021-02-06 04:52:08', '2021-02-06 04:52:08'),
(1475, 848, 'action complete via WP Cron', '2021-02-06 04:52:08', '2021-02-06 04:52:08'),
(1476, 849, 'action created', '2021-02-06 04:52:08', '2021-02-06 04:52:08'),
(1477, 849, 'action started via WP Cron', '2021-02-06 05:05:49', '2021-02-06 05:05:49'),
(1478, 849, 'action complete via WP Cron', '2021-02-06 05:05:49', '2021-02-06 05:05:49'),
(1479, 850, 'action created', '2021-02-06 05:05:49', '2021-02-06 05:05:49'),
(1480, 850, 'action started via WP Cron', '2021-02-06 05:09:46', '2021-02-06 05:09:46'),
(1481, 850, 'action complete via WP Cron', '2021-02-06 05:09:46', '2021-02-06 05:09:46'),
(1482, 851, 'action created', '2021-02-06 05:09:46', '2021-02-06 05:09:46'),
(1483, 803, 'action started via WP Cron', '2021-02-06 08:45:46', '2021-02-06 08:45:46'),
(1484, 803, 'action complete via WP Cron', '2021-02-06 08:45:46', '2021-02-06 08:45:46'),
(1485, 852, 'action created', '2021-02-06 08:45:46', '2021-02-06 08:45:46'),
(1486, 851, 'action started via WP Cron', '2021-02-06 08:45:46', '2021-02-06 08:45:46'),
(1487, 851, 'action complete via WP Cron', '2021-02-06 08:45:46', '2021-02-06 08:45:46'),
(1488, 853, 'action created', '2021-02-06 08:45:46', '2021-02-06 08:45:46'),
(1489, 853, 'action started via WP Cron', '2021-02-06 09:24:17', '2021-02-06 09:24:17'),
(1490, 853, 'action complete via WP Cron', '2021-02-06 09:24:17', '2021-02-06 09:24:17'),
(1491, 854, 'action created', '2021-02-06 09:24:17', '2021-02-06 09:24:17'),
(1492, 854, 'action started via WP Cron', '2021-02-06 09:25:22', '2021-02-06 09:25:22'),
(1493, 854, 'action complete via WP Cron', '2021-02-06 09:25:22', '2021-02-06 09:25:22'),
(1494, 855, 'action created', '2021-02-06 09:25:22', '2021-02-06 09:25:22'),
(1495, 855, 'action started via WP Cron', '2021-02-06 11:53:37', '2021-02-06 11:53:37'),
(1496, 855, 'action complete via WP Cron', '2021-02-06 11:53:37', '2021-02-06 11:53:37'),
(1497, 856, 'action created', '2021-02-06 11:53:37', '2021-02-06 11:53:37'),
(1498, 856, 'action started via WP Cron', '2021-02-06 11:56:43', '2021-02-06 11:56:43'),
(1499, 856, 'action complete via WP Cron', '2021-02-06 11:56:43', '2021-02-06 11:56:43'),
(1500, 857, 'action created', '2021-02-06 11:56:43', '2021-02-06 11:56:43'),
(1501, 857, 'action started via WP Cron', '2021-02-06 12:47:12', '2021-02-06 12:47:12'),
(1502, 857, 'action complete via WP Cron', '2021-02-06 12:47:12', '2021-02-06 12:47:12'),
(1503, 858, 'action created', '2021-02-06 12:47:12', '2021-02-06 12:47:12'),
(1504, 858, 'action started via WP Cron', '2021-02-06 12:55:30', '2021-02-06 12:55:30'),
(1505, 858, 'action complete via WP Cron', '2021-02-06 12:55:30', '2021-02-06 12:55:30'),
(1506, 817, 'action started via WP Cron', '2021-02-06 13:13:02', '2021-02-06 13:13:02'),
(1507, 817, 'action complete via WP Cron', '2021-02-06 13:13:02', '2021-02-06 13:13:02'),
(1508, 859, 'action created', '2021-02-06 13:13:02', '2021-02-06 13:13:02'),
(1509, 860, 'action created', '2021-02-06 13:13:02', '2021-02-06 13:13:02'),
(1510, 860, 'action started via WP Cron', '2021-02-06 13:29:59', '2021-02-06 13:29:59'),
(1511, 860, 'action complete via WP Cron', '2021-02-06 13:29:59', '2021-02-06 13:29:59'),
(1512, 861, 'action created', '2021-02-06 13:29:59', '2021-02-06 13:29:59'),
(1513, 861, 'action started via WP Cron', '2021-02-06 13:57:03', '2021-02-06 13:57:03'),
(1514, 861, 'action complete via WP Cron', '2021-02-06 13:57:03', '2021-02-06 13:57:03'),
(1515, 862, 'action created', '2021-02-06 13:57:03', '2021-02-06 13:57:03'),
(1516, 862, 'action started via WP Cron', '2021-02-06 14:08:37', '2021-02-06 14:08:37'),
(1517, 862, 'action complete via WP Cron', '2021-02-06 14:08:37', '2021-02-06 14:08:37'),
(1518, 863, 'action created', '2021-02-06 14:08:37', '2021-02-06 14:08:37'),
(1519, 863, 'action started via WP Cron', '2021-02-06 14:10:31', '2021-02-06 14:10:31'),
(1520, 863, 'action complete via WP Cron', '2021-02-06 14:10:31', '2021-02-06 14:10:31'),
(1521, 864, 'action created', '2021-02-06 14:10:31', '2021-02-06 14:10:31'),
(1522, 864, 'action started via WP Cron', '2021-02-06 14:31:59', '2021-02-06 14:31:59'),
(1523, 864, 'action complete via WP Cron', '2021-02-06 14:31:59', '2021-02-06 14:31:59'),
(1524, 865, 'action created', '2021-02-06 14:32:00', '2021-02-06 14:32:00'),
(1525, 865, 'action started via WP Cron', '2021-02-06 14:57:13', '2021-02-06 14:57:13'),
(1526, 865, 'action complete via WP Cron', '2021-02-06 14:57:13', '2021-02-06 14:57:13'),
(1527, 866, 'action created', '2021-02-06 14:57:13', '2021-02-06 14:57:13'),
(1528, 866, 'action started via WP Cron', '2021-02-06 16:46:47', '2021-02-06 16:46:47'),
(1529, 866, 'action complete via WP Cron', '2021-02-06 16:46:47', '2021-02-06 16:46:47'),
(1530, 867, 'action created', '2021-02-06 16:46:47', '2021-02-06 16:46:47'),
(1531, 867, 'action started via WP Cron', '2021-02-06 17:32:19', '2021-02-06 17:32:19'),
(1532, 867, 'action complete via WP Cron', '2021-02-06 17:32:19', '2021-02-06 17:32:19'),
(1533, 868, 'action created', '2021-02-06 17:32:19', '2021-02-06 17:32:19'),
(1534, 868, 'action started via WP Cron', '2021-02-06 17:58:24', '2021-02-06 17:58:24'),
(1535, 868, 'action complete via WP Cron', '2021-02-06 17:58:24', '2021-02-06 17:58:24'),
(1536, 869, 'action created', '2021-02-06 17:58:24', '2021-02-06 17:58:24'),
(1537, 869, 'action started via WP Cron', '2021-02-06 18:00:01', '2021-02-06 18:00:01'),
(1538, 869, 'action complete via WP Cron', '2021-02-06 18:00:01', '2021-02-06 18:00:01'),
(1539, 870, 'action created', '2021-02-06 18:00:01', '2021-02-06 18:00:01'),
(1540, 870, 'action started via WP Cron', '2021-02-06 18:54:12', '2021-02-06 18:54:12'),
(1541, 870, 'action complete via WP Cron', '2021-02-06 18:54:12', '2021-02-06 18:54:12'),
(1542, 871, 'action created', '2021-02-06 18:54:12', '2021-02-06 18:54:12'),
(1543, 871, 'action started via WP Cron', '2021-02-06 18:55:11', '2021-02-06 18:55:11'),
(1544, 871, 'action complete via WP Cron', '2021-02-06 18:55:11', '2021-02-06 18:55:11'),
(1545, 872, 'action created', '2021-02-06 18:55:11', '2021-02-06 18:55:11'),
(1546, 872, 'action started via WP Cron', '2021-02-06 18:56:22', '2021-02-06 18:56:22'),
(1547, 872, 'action complete via WP Cron', '2021-02-06 18:56:22', '2021-02-06 18:56:22'),
(1548, 873, 'action created', '2021-02-06 18:56:22', '2021-02-06 18:56:22'),
(1549, 873, 'action started via WP Cron', '2021-02-06 19:37:56', '2021-02-06 19:37:56'),
(1550, 873, 'action complete via WP Cron', '2021-02-06 19:37:56', '2021-02-06 19:37:56'),
(1551, 874, 'action created', '2021-02-06 19:37:57', '2021-02-06 19:37:57'),
(1552, 874, 'action started via WP Cron', '2021-02-06 20:03:36', '2021-02-06 20:03:36'),
(1553, 874, 'action complete via WP Cron', '2021-02-06 20:03:36', '2021-02-06 20:03:36'),
(1554, 875, 'action created', '2021-02-06 20:03:36', '2021-02-06 20:03:36'),
(1555, 875, 'action started via WP Cron', '2021-02-06 20:29:29', '2021-02-06 20:29:29'),
(1556, 875, 'action complete via WP Cron', '2021-02-06 20:29:29', '2021-02-06 20:29:29'),
(1557, 876, 'action created', '2021-02-06 20:29:29', '2021-02-06 20:29:29'),
(1558, 876, 'action started via WP Cron', '2021-02-06 20:50:29', '2021-02-06 20:50:29'),
(1559, 876, 'action complete via WP Cron', '2021-02-06 20:50:29', '2021-02-06 20:50:29'),
(1560, 877, 'action created', '2021-02-06 20:50:29', '2021-02-06 20:50:29'),
(1561, 877, 'action started via WP Cron', '2021-02-06 20:51:58', '2021-02-06 20:51:58'),
(1562, 877, 'action complete via WP Cron', '2021-02-06 20:51:58', '2021-02-06 20:51:58'),
(1563, 878, 'action created', '2021-02-06 20:51:58', '2021-02-06 20:51:58'),
(1564, 878, 'action started via WP Cron', '2021-02-06 20:58:05', '2021-02-06 20:58:05'),
(1565, 878, 'action complete via WP Cron', '2021-02-06 20:58:05', '2021-02-06 20:58:05'),
(1566, 879, 'action created', '2021-02-06 20:58:05', '2021-02-06 20:58:05'),
(1567, 879, 'action started via WP Cron', '2021-02-06 22:45:06', '2021-02-06 22:45:06'),
(1568, 879, 'action complete via WP Cron', '2021-02-06 22:45:06', '2021-02-06 22:45:06'),
(1569, 880, 'action created', '2021-02-06 22:45:06', '2021-02-06 22:45:06'),
(1570, 880, 'action started via WP Cron', '2021-02-06 23:08:45', '2021-02-06 23:08:45'),
(1571, 880, 'action complete via WP Cron', '2021-02-06 23:08:45', '2021-02-06 23:08:45'),
(1572, 881, 'action created', '2021-02-06 23:08:45', '2021-02-06 23:08:45'),
(1573, 881, 'action started via WP Cron', '2021-02-07 00:30:21', '2021-02-07 00:30:21'),
(1574, 881, 'action complete via WP Cron', '2021-02-07 00:30:21', '2021-02-07 00:30:21'),
(1575, 882, 'action created', '2021-02-07 00:30:21', '2021-02-07 00:30:21'),
(1576, 882, 'action started via WP Cron', '2021-02-07 00:38:12', '2021-02-07 00:38:12'),
(1577, 882, 'action complete via WP Cron', '2021-02-07 00:38:12', '2021-02-07 00:38:12'),
(1578, 883, 'action created', '2021-02-07 00:38:13', '2021-02-07 00:38:13'),
(1579, 883, 'action started via WP Cron', '2021-02-07 00:52:16', '2021-02-07 00:52:16'),
(1580, 883, 'action complete via WP Cron', '2021-02-07 00:52:16', '2021-02-07 00:52:16'),
(1581, 884, 'action created', '2021-02-07 00:52:16', '2021-02-07 00:52:16'),
(1582, 884, 'action started via WP Cron', '2021-02-07 01:49:00', '2021-02-07 01:49:00'),
(1583, 884, 'action complete via WP Cron', '2021-02-07 01:49:00', '2021-02-07 01:49:00'),
(1584, 885, 'action created', '2021-02-07 01:49:00', '2021-02-07 01:49:00'),
(1585, 885, 'action started via WP Cron', '2021-02-07 03:13:59', '2021-02-07 03:13:59'),
(1586, 885, 'action complete via WP Cron', '2021-02-07 03:13:59', '2021-02-07 03:13:59'),
(1587, 886, 'action created', '2021-02-07 03:14:00', '2021-02-07 03:14:00'),
(1588, 886, 'action started via WP Cron', '2021-02-07 03:26:00', '2021-02-07 03:26:00'),
(1589, 886, 'action complete via WP Cron', '2021-02-07 03:26:00', '2021-02-07 03:26:00'),
(1590, 887, 'action created', '2021-02-07 03:26:00', '2021-02-07 03:26:00'),
(1591, 887, 'action started via WP Cron', '2021-02-07 04:05:49', '2021-02-07 04:05:49'),
(1592, 887, 'action complete via WP Cron', '2021-02-07 04:05:49', '2021-02-07 04:05:49'),
(1593, 888, 'action created', '2021-02-07 04:05:50', '2021-02-07 04:05:50'),
(1594, 888, 'action started via WP Cron', '2021-02-07 04:08:00', '2021-02-07 04:08:00'),
(1595, 888, 'action complete via WP Cron', '2021-02-07 04:08:00', '2021-02-07 04:08:00'),
(1596, 889, 'action created', '2021-02-07 04:08:00', '2021-02-07 04:08:00'),
(1597, 889, 'action started via WP Cron', '2021-02-07 04:26:23', '2021-02-07 04:26:23'),
(1598, 889, 'action complete via WP Cron', '2021-02-07 04:26:23', '2021-02-07 04:26:23'),
(1599, 890, 'action created', '2021-02-07 04:26:23', '2021-02-07 04:26:23'),
(1600, 890, 'action started via WP Cron', '2021-02-07 04:33:35', '2021-02-07 04:33:35'),
(1601, 890, 'action complete via WP Cron', '2021-02-07 04:33:35', '2021-02-07 04:33:35'),
(1602, 891, 'action created', '2021-02-07 04:33:35', '2021-02-07 04:33:35'),
(1603, 891, 'action started via WP Cron', '2021-02-07 04:46:14', '2021-02-07 04:46:14'),
(1604, 891, 'action complete via WP Cron', '2021-02-07 04:46:14', '2021-02-07 04:46:14'),
(1605, 892, 'action created', '2021-02-07 04:46:14', '2021-02-07 04:46:14'),
(1606, 892, 'action started via WP Cron', '2021-02-07 05:08:01', '2021-02-07 05:08:01'),
(1607, 892, 'action complete via WP Cron', '2021-02-07 05:08:01', '2021-02-07 05:08:01'),
(1608, 893, 'action created', '2021-02-07 05:08:01', '2021-02-07 05:08:01'),
(1609, 893, 'action started via WP Cron', '2021-02-07 05:38:37', '2021-02-07 05:38:37'),
(1610, 893, 'action complete via WP Cron', '2021-02-07 05:38:37', '2021-02-07 05:38:37'),
(1611, 894, 'action created', '2021-02-07 05:38:37', '2021-02-07 05:38:37'),
(1612, 894, 'action started via WP Cron', '2021-02-07 05:40:38', '2021-02-07 05:40:38'),
(1613, 894, 'action complete via WP Cron', '2021-02-07 05:40:38', '2021-02-07 05:40:38'),
(1614, 895, 'action created', '2021-02-07 05:40:38', '2021-02-07 05:40:38'),
(1615, 895, 'action started via WP Cron', '2021-02-07 05:48:51', '2021-02-07 05:48:51'),
(1616, 895, 'action complete via WP Cron', '2021-02-07 05:48:51', '2021-02-07 05:48:51'),
(1617, 896, 'action created', '2021-02-07 05:48:51', '2021-02-07 05:48:51'),
(1618, 896, 'action started via WP Cron', '2021-02-07 06:18:10', '2021-02-07 06:18:10'),
(1619, 896, 'action complete via WP Cron', '2021-02-07 06:18:10', '2021-02-07 06:18:10'),
(1620, 897, 'action created', '2021-02-07 06:18:10', '2021-02-07 06:18:10'),
(1621, 897, 'action started via WP Cron', '2021-02-07 07:36:37', '2021-02-07 07:36:37'),
(1622, 897, 'action complete via WP Cron', '2021-02-07 07:36:37', '2021-02-07 07:36:37'),
(1623, 898, 'action created', '2021-02-07 07:36:37', '2021-02-07 07:36:37'),
(1624, 852, 'action started via WP Cron', '2021-02-07 08:48:09', '2021-02-07 08:48:09'),
(1625, 852, 'action complete via WP Cron', '2021-02-07 08:48:09', '2021-02-07 08:48:09'),
(1626, 899, 'action created', '2021-02-07 08:48:09', '2021-02-07 08:48:09'),
(1627, 898, 'action started via WP Cron', '2021-02-07 08:48:09', '2021-02-07 08:48:09'),
(1628, 898, 'action complete via WP Cron', '2021-02-07 08:48:09', '2021-02-07 08:48:09'),
(1629, 900, 'action created', '2021-02-07 08:48:09', '2021-02-07 08:48:09'),
(1630, 900, 'action started via WP Cron', '2021-02-07 11:02:38', '2021-02-07 11:02:38'),
(1631, 900, 'action complete via WP Cron', '2021-02-07 11:02:38', '2021-02-07 11:02:38'),
(1632, 901, 'action created', '2021-02-07 11:02:38', '2021-02-07 11:02:38'),
(1633, 901, 'action started via WP Cron', '2021-02-07 12:41:37', '2021-02-07 12:41:37'),
(1634, 901, 'action complete via WP Cron', '2021-02-07 12:41:37', '2021-02-07 12:41:37'),
(1635, 902, 'action created', '2021-02-07 12:41:37', '2021-02-07 12:41:37'),
(1636, 902, 'action started via WP Cron', '2021-02-07 12:47:42', '2021-02-07 12:47:42'),
(1637, 902, 'action complete via WP Cron', '2021-02-07 12:47:42', '2021-02-07 12:47:42'),
(1638, 903, 'action created', '2021-02-07 12:47:42', '2021-02-07 12:47:42'),
(1639, 859, 'action started via WP Cron', '2021-02-07 16:20:54', '2021-02-07 16:20:54'),
(1640, 859, 'action complete via WP Cron', '2021-02-07 16:20:54', '2021-02-07 16:20:54'),
(1641, 904, 'action created', '2021-02-07 16:20:54', '2021-02-07 16:20:54'),
(1642, 903, 'action started via WP Cron', '2021-02-07 16:20:54', '2021-02-07 16:20:54'),
(1643, 903, 'action complete via WP Cron', '2021-02-07 16:20:54', '2021-02-07 16:20:54'),
(1644, 905, 'action created', '2021-02-07 16:20:54', '2021-02-07 16:20:54'),
(1645, 905, 'action started via WP Cron', '2021-02-07 16:57:02', '2021-02-07 16:57:02'),
(1646, 905, 'action complete via WP Cron', '2021-02-07 16:57:02', '2021-02-07 16:57:02'),
(1647, 906, 'action created', '2021-02-07 16:57:02', '2021-02-07 16:57:02'),
(1648, 906, 'action started via WP Cron', '2021-02-07 17:20:20', '2021-02-07 17:20:20'),
(1649, 906, 'action complete via WP Cron', '2021-02-07 17:20:20', '2021-02-07 17:20:20'),
(1650, 907, 'action created', '2021-02-07 17:20:20', '2021-02-07 17:20:20'),
(1651, 907, 'action started via WP Cron', '2021-02-07 17:46:22', '2021-02-07 17:46:22'),
(1652, 907, 'action complete via WP Cron', '2021-02-07 17:46:22', '2021-02-07 17:46:22'),
(1653, 908, 'action created', '2021-02-07 17:46:22', '2021-02-07 17:46:22'),
(1654, 908, 'action started via WP Cron', '2021-02-07 17:49:42', '2021-02-07 17:49:42'),
(1655, 908, 'action complete via WP Cron', '2021-02-07 17:49:42', '2021-02-07 17:49:42'),
(1656, 909, 'action created', '2021-02-07 17:49:42', '2021-02-07 17:49:42'),
(1657, 909, 'action started via WP Cron', '2021-02-07 17:50:39', '2021-02-07 17:50:39'),
(1658, 909, 'action complete via WP Cron', '2021-02-07 17:50:39', '2021-02-07 17:50:39'),
(1659, 910, 'action created', '2021-02-07 17:50:39', '2021-02-07 17:50:39'),
(1660, 910, 'action started via WP Cron', '2021-02-07 18:28:22', '2021-02-07 18:28:22'),
(1661, 910, 'action complete via WP Cron', '2021-02-07 18:28:22', '2021-02-07 18:28:22'),
(1662, 911, 'action created', '2021-02-07 18:28:22', '2021-02-07 18:28:22'),
(1663, 911, 'action started via WP Cron', '2021-02-07 19:45:03', '2021-02-07 19:45:03'),
(1664, 911, 'action complete via WP Cron', '2021-02-07 19:45:03', '2021-02-07 19:45:03'),
(1665, 912, 'action created', '2021-02-07 19:45:03', '2021-02-07 19:45:03'),
(1666, 912, 'action started via WP Cron', '2021-02-07 19:47:14', '2021-02-07 19:47:14'),
(1667, 912, 'action complete via WP Cron', '2021-02-07 19:47:14', '2021-02-07 19:47:14'),
(1668, 913, 'action created', '2021-02-07 19:47:14', '2021-02-07 19:47:14'),
(1669, 913, 'action started via WP Cron', '2021-02-07 19:59:10', '2021-02-07 19:59:10'),
(1670, 913, 'action complete via WP Cron', '2021-02-07 19:59:10', '2021-02-07 19:59:10'),
(1671, 914, 'action created', '2021-02-07 19:59:10', '2021-02-07 19:59:10'),
(1672, 914, 'action started via WP Cron', '2021-02-07 20:44:42', '2021-02-07 20:44:42'),
(1673, 914, 'action complete via WP Cron', '2021-02-07 20:44:42', '2021-02-07 20:44:42'),
(1674, 915, 'action created', '2021-02-07 20:44:42', '2021-02-07 20:44:42'),
(1675, 915, 'action started via WP Cron', '2021-02-07 21:15:20', '2021-02-07 21:15:20'),
(1676, 915, 'action complete via WP Cron', '2021-02-07 21:15:20', '2021-02-07 21:15:20'),
(1677, 916, 'action created', '2021-02-07 21:15:20', '2021-02-07 21:15:20'),
(1678, 916, 'action started via WP Cron', '2021-02-07 21:47:21', '2021-02-07 21:47:21'),
(1679, 916, 'action complete via WP Cron', '2021-02-07 21:47:21', '2021-02-07 21:47:21'),
(1680, 917, 'action created', '2021-02-07 21:47:21', '2021-02-07 21:47:21'),
(1681, 917, 'action started via WP Cron', '2021-02-07 22:09:00', '2021-02-07 22:09:00'),
(1682, 917, 'action complete via WP Cron', '2021-02-07 22:09:00', '2021-02-07 22:09:00'),
(1683, 918, 'action created', '2021-02-07 22:09:01', '2021-02-07 22:09:01'),
(1684, 918, 'action started via WP Cron', '2021-02-08 00:51:44', '2021-02-08 00:51:44'),
(1685, 918, 'action complete via WP Cron', '2021-02-08 00:51:44', '2021-02-08 00:51:44'),
(1686, 919, 'action created', '2021-02-08 00:51:44', '2021-02-08 00:51:44'),
(1687, 919, 'action started via WP Cron', '2021-02-08 01:15:43', '2021-02-08 01:15:43'),
(1688, 919, 'action complete via WP Cron', '2021-02-08 01:15:43', '2021-02-08 01:15:43'),
(1689, 920, 'action created', '2021-02-08 01:15:44', '2021-02-08 01:15:44'),
(1690, 920, 'action started via WP Cron', '2021-02-08 02:02:04', '2021-02-08 02:02:04'),
(1691, 920, 'action complete via WP Cron', '2021-02-08 02:02:04', '2021-02-08 02:02:04'),
(1692, 921, 'action created', '2021-02-08 02:02:04', '2021-02-08 02:02:04'),
(1693, 921, 'action started via WP Cron', '2021-02-08 02:35:16', '2021-02-08 02:35:16'),
(1694, 921, 'action complete via WP Cron', '2021-02-08 02:35:16', '2021-02-08 02:35:16'),
(1695, 922, 'action created', '2021-02-08 02:35:16', '2021-02-08 02:35:16'),
(1696, 922, 'action started via WP Cron', '2021-02-08 03:09:34', '2021-02-08 03:09:34'),
(1697, 922, 'action complete via WP Cron', '2021-02-08 03:09:34', '2021-02-08 03:09:34'),
(1698, 923, 'action created', '2021-02-08 03:09:34', '2021-02-08 03:09:34'),
(1699, 923, 'action started via WP Cron', '2021-02-08 03:13:02', '2021-02-08 03:13:02'),
(1700, 923, 'action complete via WP Cron', '2021-02-08 03:13:02', '2021-02-08 03:13:02'),
(1701, 924, 'action created', '2021-02-08 03:13:02', '2021-02-08 03:13:02'),
(1702, 924, 'action started via WP Cron', '2021-02-08 04:49:59', '2021-02-08 04:49:59'),
(1703, 924, 'action complete via WP Cron', '2021-02-08 04:49:59', '2021-02-08 04:49:59'),
(1704, 925, 'action created', '2021-02-08 04:50:00', '2021-02-08 04:50:00'),
(1705, 925, 'action started via WP Cron', '2021-02-08 07:34:53', '2021-02-08 07:34:53'),
(1706, 925, 'action complete via WP Cron', '2021-02-08 07:34:53', '2021-02-08 07:34:53'),
(1707, 926, 'action created', '2021-02-08 07:34:53', '2021-02-08 07:34:53'),
(1708, 926, 'action started via WP Cron', '2021-02-08 08:42:47', '2021-02-08 08:42:47'),
(1709, 926, 'action complete via WP Cron', '2021-02-08 08:42:47', '2021-02-08 08:42:47'),
(1710, 927, 'action created', '2021-02-08 08:42:47', '2021-02-08 08:42:47'),
(1711, 927, 'action started via WP Cron', '2021-02-08 08:43:08', '2021-02-08 08:43:08'),
(1712, 927, 'action complete via WP Cron', '2021-02-08 08:43:08', '2021-02-08 08:43:08'),
(1713, 928, 'action created', '2021-02-08 08:43:08', '2021-02-08 08:43:08'),
(1714, 899, 'action started via WP Cron', '2021-02-08 08:57:14', '2021-02-08 08:57:14'),
(1715, 899, 'action complete via WP Cron', '2021-02-08 08:57:14', '2021-02-08 08:57:14'),
(1717, 928, 'action started via WP Cron', '2021-02-08 08:57:14', '2021-02-08 08:57:14'),
(1718, 928, 'action complete via WP Cron', '2021-02-08 08:57:14', '2021-02-08 08:57:14'),
(1719, 930, 'action created', '2021-02-08 08:57:14', '2021-02-08 08:57:14'),
(1720, 930, 'action started via WP Cron', '2021-02-08 10:59:18', '2021-02-08 10:59:18'),
(1721, 930, 'action complete via WP Cron', '2021-02-08 10:59:18', '2021-02-08 10:59:18'),
(1722, 931, 'action created', '2021-02-08 10:59:19', '2021-02-08 10:59:19'),
(1723, 931, 'action started via WP Cron', '2021-02-08 12:06:51', '2021-02-08 12:06:51'),
(1724, 931, 'action complete via WP Cron', '2021-02-08 12:06:51', '2021-02-08 12:06:51'),
(1725, 932, 'action created', '2021-02-08 12:06:51', '2021-02-08 12:06:51'),
(1726, 932, 'action started via WP Cron', '2021-02-08 12:54:24', '2021-02-08 12:54:24'),
(1727, 932, 'action complete via WP Cron', '2021-02-08 12:54:24', '2021-02-08 12:54:24'),
(1728, 933, 'action created', '2021-02-08 12:54:25', '2021-02-08 12:54:25'),
(1729, 933, 'action started via WP Cron', '2021-02-08 13:05:12', '2021-02-08 13:05:12'),
(1730, 933, 'action complete via WP Cron', '2021-02-08 13:05:12', '2021-02-08 13:05:12'),
(1731, 934, 'action created', '2021-02-08 13:05:12', '2021-02-08 13:05:12'),
(1732, 934, 'action started via WP Cron', '2021-02-08 14:39:22', '2021-02-08 14:39:22'),
(1733, 934, 'action complete via WP Cron', '2021-02-08 14:39:22', '2021-02-08 14:39:22'),
(1734, 935, 'action created', '2021-02-08 14:39:23', '2021-02-08 14:39:23'),
(1735, 904, 'action started via WP Cron', '2021-02-08 17:04:59', '2021-02-08 17:04:59'),
(1736, 904, 'action complete via WP Cron', '2021-02-08 17:04:59', '2021-02-08 17:04:59'),
(1738, 935, 'action started via WP Cron', '2021-02-08 17:04:59', '2021-02-08 17:04:59'),
(1739, 935, 'action complete via WP Cron', '2021-02-08 17:04:59', '2021-02-08 17:04:59'),
(1740, 937, 'action created', '2021-02-08 17:04:59', '2021-02-08 17:04:59'),
(1741, 937, 'action started via WP Cron', '2021-02-08 18:26:43', '2021-02-08 18:26:43'),
(1742, 937, 'action complete via WP Cron', '2021-02-08 18:26:43', '2021-02-08 18:26:43'),
(1743, 938, 'action created', '2021-02-08 18:26:43', '2021-02-08 18:26:43'),
(1744, 938, 'action started via WP Cron', '2021-02-08 18:28:51', '2021-02-08 18:28:51'),
(1745, 938, 'action complete via WP Cron', '2021-02-08 18:28:51', '2021-02-08 18:28:51'),
(1746, 939, 'action created', '2021-02-08 18:28:51', '2021-02-08 18:28:51'),
(1747, 939, 'action started via WP Cron', '2021-02-08 20:51:44', '2021-02-08 20:51:44'),
(1748, 939, 'action complete via WP Cron', '2021-02-08 20:51:44', '2021-02-08 20:51:44'),
(1749, 940, 'action created', '2021-02-08 20:51:45', '2021-02-08 20:51:45'),
(1750, 940, 'action started via WP Cron', '2021-02-08 21:04:14', '2021-02-08 21:04:14'),
(1751, 940, 'action complete via WP Cron', '2021-02-08 21:04:14', '2021-02-08 21:04:14'),
(1752, 941, 'action created', '2021-02-08 21:04:14', '2021-02-08 21:04:14'),
(1753, 941, 'action started via WP Cron', '2021-02-09 00:50:03', '2021-02-09 00:50:03'),
(1754, 941, 'action complete via WP Cron', '2021-02-09 00:50:03', '2021-02-09 00:50:03'),
(1755, 942, 'action created', '2021-02-09 00:50:03', '2021-02-09 00:50:03'),
(1756, 942, 'action started via WP Cron', '2021-02-09 02:44:01', '2021-02-09 02:44:01'),
(1757, 942, 'action complete via WP Cron', '2021-02-09 02:44:01', '2021-02-09 02:44:01'),
(1758, 943, 'action created', '2021-02-09 02:44:02', '2021-02-09 02:44:02'),
(1759, 943, 'action started via WP Cron', '2021-02-09 03:41:48', '2021-02-09 03:41:48'),
(1760, 943, 'action complete via WP Cron', '2021-02-09 03:41:48', '2021-02-09 03:41:48'),
(1761, 944, 'action created', '2021-02-09 03:41:48', '2021-02-09 03:41:48'),
(1762, 944, 'action started via WP Cron', '2021-02-09 04:09:36', '2021-02-09 04:09:36'),
(1763, 944, 'action complete via WP Cron', '2021-02-09 04:09:36', '2021-02-09 04:09:36'),
(1764, 945, 'action created', '2021-02-09 04:09:36', '2021-02-09 04:09:36'),
(1765, 945, 'action started via WP Cron', '2021-02-09 04:52:25', '2021-02-09 04:52:25'),
(1766, 945, 'action complete via WP Cron', '2021-02-09 04:52:25', '2021-02-09 04:52:25'),
(1767, 946, 'action created', '2021-02-09 04:52:25', '2021-02-09 04:52:25'),
(1768, 946, 'action started via WP Cron', '2021-02-09 06:14:52', '2021-02-09 06:14:52'),
(1769, 946, 'action complete via WP Cron', '2021-02-09 06:14:52', '2021-02-09 06:14:52'),
(1770, 947, 'action created', '2021-02-09 06:14:52', '2021-02-09 06:14:52'),
(1771, 947, 'action started via WP Cron', '2021-02-09 06:18:32', '2021-02-09 06:18:32'),
(1772, 947, 'action complete via WP Cron', '2021-02-09 06:18:32', '2021-02-09 06:18:32'),
(1773, 948, 'action created', '2021-02-09 06:18:32', '2021-02-09 06:18:32'),
(1774, 948, 'action started via WP Cron', '2021-02-09 06:37:38', '2021-02-09 06:37:38'),
(1775, 948, 'action complete via WP Cron', '2021-02-09 06:37:38', '2021-02-09 06:37:38'),
(1776, 949, 'action created', '2021-02-09 06:37:38', '2021-02-09 06:37:38'),
(1777, 949, 'action started via WP Cron', '2021-02-09 07:50:22', '2021-02-09 07:50:22'),
(1778, 949, 'action complete via WP Cron', '2021-02-09 07:50:22', '2021-02-09 07:50:22'),
(1779, 950, 'action created', '2021-02-09 07:50:22', '2021-02-09 07:50:22'),
(1780, 950, 'action started via WP Cron', '2021-02-09 08:53:01', '2021-02-09 08:53:01'),
(1781, 950, 'action complete via WP Cron', '2021-02-09 08:53:01', '2021-02-09 08:53:01'),
(85300, 28792, 'action created', '2025-11-20 16:31:19', '2025-11-20 16:31:19'),
(85303, 28793, 'action created', '2025-11-20 16:31:19', '2025-11-20 16:31:19'),
(85306, 28794, 'action created', '2025-11-20 16:31:19', '2025-11-20 16:31:19'),
(85311, 28796, 'action created', '2025-11-21 00:29:23', '2025-11-21 00:29:23'),
(85313, 28796, 'action started via WP Cron', '2025-11-21 04:27:04', '2025-11-21 04:27:04'),
(85314, 28797, 'action created', '2025-11-21 04:27:04', '2025-11-21 04:27:04'),
(85315, 28796, 'action complete via WP Cron', '2025-11-21 04:27:04', '2025-11-21 04:27:04'),
(85316, 28798, 'action created', '2025-12-04 03:49:29', '2025-12-04 03:49:29');

-- --------------------------------------------------------

--
-- Table structure for table `wp_aioseo_ai_insights_keyword_reports`
--

CREATE TABLE `wp_aioseo_ai_insights_keyword_reports` (
  `id` bigint UNSIGNED NOT NULL,
  `uuid` varchar(40) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `keyword` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `status` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'pending',
  `brands` longtext COLLATE utf8mb4_unicode_520_ci,
  `brands_mentioned` int DEFAULT '0',
  `results` longtext COLLATE utf8mb4_unicode_520_ci,
  `created` datetime NOT NULL,
  `updated` datetime NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

-- --------------------------------------------------------

--
-- Table structure for table `wp_aioseo_cache`
--

CREATE TABLE `wp_aioseo_cache` (
  `id` bigint UNSIGNED NOT NULL,
  `key` varchar(80) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `value` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `is_object` tinyint(1) DEFAULT '0',
  `expiration` datetime DEFAULT NULL,
  `created` datetime NOT NULL,
  `updated` datetime NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `wp_aioseo_cache`
--

INSERT INTO `wp_aioseo_cache` (`id`, `key`, `value`, `is_object`, `expiration`, `created`, `updated`) VALUES
(1, 'db_schema', '{\"wp_actionscheduler_actions\":[\"action_id\",\"args\",\"attempts\",\"claim_id\",\"extended_args\",\"group_id\",\"hook\",\"last_attempt_gmt\",\"last_attempt_local\",\"priority\",\"schedule\",\"scheduled_date_gmt\",\"scheduled_date_local\",\"status\"],\"wp_actionscheduler_claims\":[\"claim_id\",\"date_created_gmt\"],\"wp_actionscheduler_groups\":[\"group_id\",\"slug\"],\"wp_actionscheduler_logs\":[\"action_id\",\"log_date_gmt\",\"log_date_local\",\"log_id\",\"message\"],\"wp_aioseo_ai_insights_keyword_reports\":[\"brands\",\"brands_mentioned\",\"created\",\"id\",\"keyword\",\"results\",\"status\",\"updated\",\"uuid\"],\"wp_aioseo_cache\":[\"created\",\"expiration\",\"id\",\"is_object\",\"key\",\"updated\",\"value\"],\"wp_aioseo_crawl_cleanup_blocked_args\":[\"created\",\"hits\",\"id\",\"key\",\"key_value_hash\",\"regex\",\"updated\",\"value\"],\"wp_aioseo_crawl_cleanup_logs\":[\"created\",\"hash\",\"hits\",\"id\",\"key\",\"slug\",\"updated\",\"value\"],\"wp_aioseo_notifications\":[\"addon\",\"button1_action\",\"button1_label\",\"button2_action\",\"button2_label\",\"content\",\"created\",\"dismissed\",\"end\",\"id\",\"level\",\"new\",\"notification_id\",\"notification_name\",\"slug\",\"start\",\"title\",\"type\",\"updated\"],\"wp_aioseo_posts\":[\"ai\",\"breadcrumb_settings\",\"canonical_url\",\"created\",\"description\",\"frequency\",\"id\",\"image_scan_date\",\"images\",\"keyphrases\",\"keywords\",\"limit_modified_date\",\"local_seo\",\"og_article_section\",\"og_article_tags\",\"og_custom_url\",\"og_description\",\"og_image_custom_fields\",\"og_image_custom_url\",\"og_image_height\",\"og_image_type\",\"og_image_url\",\"og_image_width\",\"og_object_type\",\"og_title\",\"og_video\",\"options\",\"page_analysis\",\"pillar_content\",\"post_id\",\"primary_term\",\"priority\",\"robots_default\",\"robots_max_imagepreview\",\"robots_max_snippet\",\"robots_max_videopreview\",\"robots_noarchive\",\"robots_nofollow\",\"robots_noimageindex\",\"robots_noindex\",\"robots_noodp\",\"robots_nosnippet\",\"robots_notranslate\",\"schema\",\"schema_type\",\"schema_type_options\",\"seo_score\",\"title\",\"twitter_card\",\"twitter_description\",\"twitter_image_custom_fields\",\"twitter_image_custom_url\",\"twitter_image_type\",\"twitter_image_url\",\"twitter_title\",\"twitter_use_og\",\"updated\",\"video_scan_date\",\"video_thumbnail\",\"videos\"],\"wp_aioseo_seo_analyzer_results\":[\"competitor_url\",\"created\",\"data\",\"id\",\"score\",\"updated\"],\"wp_aioseo_writing_assistant_keywords\":[\"competitors\",\"country\",\"created\",\"id\",\"keyword\",\"keywords\",\"language\",\"progress\",\"updated\",\"uuid\"],\"wp_aioseo_writing_assistant_posts\":[\"content_analysis\",\"content_analysis_hash\",\"created\",\"id\",\"keyword_id\",\"post_id\",\"updated\"]}', 0, '2026-03-17 11:28:17', '2026-03-10 20:35:21', '2026-03-16 11:28:17'),
(4, 'addons', '[{\"sku\":\"aioseo-redirects\",\"name\":\"Redirection Manager\",\"version\":\"1.4.15\",\"image\":null,\"icon\":\"PHN2ZyB2aWV3Qm94PSIwIDAgMjQgMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgY2xhc3M9ImFpb3Nlby1yZWRpcmVjdCI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMC41OSA5LjE3TDUuNDEgNEw0IDUuNDFMOS4xNyAxMC41OEwxMC41OSA5LjE3Wk0xNC41IDRMMTYuNTQgNi4wNEw0IDE4LjU5TDUuNDEgMjBMMTcuOTYgNy40NkwyMCA5LjVWNEgxNC41Wk0xMy40MiAxNC44MkwxNC44MyAxMy40MUwxNy45NiAxNi41NEwyMCAxNC41VjIwSDE0LjVMMTYuNTUgMTcuOTVMMTMuNDIgMTQuODJaIiBmaWxsPSJjdXJyZW50Q29sb3IiIC8+PC9zdmc+\",\"levels\":[\"business\",\"agency\",\"pro\",\"elite\"],\"currentLevels\":[\"pro\",\"elite\"],\"requiresUpgrade\":true,\"description\":\"<p>Our Redirection Manager allows you to create and manage redirects for 404s or modified posts.<\\/p>\\n\",\"descriptionVersion\":0,\"downloadUrl\":\"\",\"productUrl\":\"https:\\/\\/aioseo.com\\/features\\/redirection-manager\\/\",\"learnMoreUrl\":\"https:\\/\\/aioseo.com\\/features\\/redirection-manager\\/\",\"manageUrl\":\"https:\\/\\/route#aioseo-redirects:redirects\",\"features\":[{\"license_level\":\"elite\",\"feature\":\"404-parent-redirect\"}]},{\"sku\":\"aioseo-link-assistant\",\"name\":\"Link Assistant\",\"version\":\"1.1.13\",\"image\":null,\"icon\":\"PHN2ZyB2aWV3Qm94PSIwIDAgMjQgMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMSAxNUg3QzUuMzUgMTUgNCAxMy42NSA0IDEyQzQgMTAuMzUgNS4zNSA5IDcgOUgxMVY3SDdDNC4yNCA3IDIgOS4yNCAyIDEyQzIgMTQuNzYgNC4yNCAxNyA3IDE3SDExVjE1Wk0xNyA3SDEzVjlIMTdDMTguNjUgOSAyMCAxMC4zNSAyMCAxMkMyMCAxMy42NSAxOC42NSAxNSAxNyAxNUgxM1YxN0gxN0MxOS43NiAxNyAyMiAxNC43NiAyMiAxMkMyMiA5LjI0IDE5Ljc2IDcgMTcgN1pNMTYgMTFIOFYxM0gxNlYxMVoiIGZpbGw9ImN1cnJlbnRDb2xvciIvPjwvc3ZnPgo=\",\"levels\":[\"agency\",\"pro\",\"elite\"],\"currentLevels\":[\"pro\",\"elite\"],\"requiresUpgrade\":true,\"description\":\"<p>Super-charge your SEO with Link Assistant! Get relevant suggestions for adding internal links to older content as well as finding any orphaned posts that have no internal links. Use our reporting feature to see all link suggestions or add them directly from any page or post.<\\/p>\\n\",\"descriptionVersion\":0,\"downloadUrl\":\"\",\"productUrl\":\"https:\\/\\/aioseo.com\\/docs\\/link-assistant\\/\",\"learnMoreUrl\":\"https:\\/\\/aioseo.com\\/docs\\/link-assistant\\/\",\"manageUrl\":\"https:\\/\\/route#aioseo-link-assistant:overview\",\"features\":[]},{\"sku\":\"aioseo-video-sitemap\",\"name\":\"Video Sitemap\",\"version\":\"1.1.26\",\"image\":null,\"icon\":\"PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyMCAyMCI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNMy4zMzMgNWgxMGMuNDU5IDAgLjgzNC4zNzUuODM0LjgzM1Y4Ljc1TDE3LjUgNS40MTd2OS4xNjZsLTMuMzMzLTMuMzMzdjIuOTE3YS44MzYuODM2IDAgMCAxLS44MzQuODMzaC0xMGEuODM2LjgzNiAwIDAgMS0uODMzLS44MzNWNS44MzNjMC0uNDU4LjM3NS0uODMzLjgzMy0uODMzWm05LjE2NyA4LjMzM1Y2LjY2N0g0LjE2N3Y2LjY2NkgxMi41WiIgY2xpcC1ydWxlPSJldmVub2RkIi8+PC9zdmc+\",\"levels\":[\"individual\",\"business\",\"agency\",\"pro\",\"elite\"],\"currentLevels\":[\"pro\",\"elite\"],\"requiresUpgrade\":true,\"description\":\"<p>The Video Sitemap works in much the same way as the XML Sitemap module, it generates an XML Sitemap specifically for video content on your site. Search engines use this information to display rich snippet information in search results.<\\/p>\\n\",\"descriptionVersion\":0,\"downloadUrl\":\"\",\"productUrl\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-create-a-video-sitemap\\/\",\"learnMoreUrl\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-create-a-video-sitemap\\/\",\"manageUrl\":\"https:\\/\\/route#aioseo-sitemaps:video-sitemap\",\"features\":[]},{\"sku\":\"aioseo-local-business\",\"name\":\"Local Business SEO\",\"version\":\"1.3.12\",\"image\":null,\"icon\":\"svg-local-business\",\"levels\":[\"business\",\"agency\",\"plus\",\"pro\",\"elite\"],\"currentLevels\":[\"plus\",\"pro\",\"elite\"],\"requiresUpgrade\":true,\"description\":\"<p>Local Business schema markup enables you to tell Google about your business, including your business name, address and phone number, opening hours and price range. This information may be displayed as a Knowledge Graph card or business carousel.<\\/p>\\n\",\"descriptionVersion\":0,\"downloadUrl\":\"\",\"productUrl\":\"https:\\/\\/aioseo.com\\/docs\\/local-business-seo\\/\",\"learnMoreUrl\":\"https:\\/\\/aioseo.com\\/docs\\/local-business-seo\\/\",\"manageUrl\":\"https:\\/\\/route#aioseo-local-seo:locations\",\"features\":[]},{\"sku\":\"aioseo-news-sitemap\",\"name\":\"News Sitemap\",\"version\":\"1.0.20\",\"image\":null,\"icon\":\"svg-sitemaps-pro\",\"levels\":[\"business\",\"agency\",\"pro\",\"elite\"],\"currentLevels\":[\"pro\",\"elite\"],\"requiresUpgrade\":true,\"description\":\"<p>Our Google News Sitemap lets you control which content you submit to Google News and only contains articles that were published in the last 48 hours. In order to submit a News Sitemap to Google, you must have added your site to Google\\u2019s Publisher Center and had it approved.<\\/p>\\n\",\"descriptionVersion\":0,\"downloadUrl\":\"\",\"productUrl\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-create-a-google-news-sitemap\\/\",\"learnMoreUrl\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-create-a-google-news-sitemap\\/\",\"manageUrl\":\"https:\\/\\/route#aioseo-sitemaps:news-sitemap\",\"features\":[]},{\"sku\":\"aioseo-index-now\",\"name\":\"IndexNow\",\"version\":\"1.0.13\",\"image\":null,\"icon\":\"PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyMCAyMCI+PHBhdGggZD0iTTE3LjY0NCAxMS42NTVjLS4zMjEtLjIyOS0uNjU0LS40NDYtLjk2NC0uNjk3LS42NDMtLjUzNC0uNjMxLTEuMzcyLjAyMy0xLjg4NC4zMS0uMjQuNjQyLS40NTguOTY0LS42OTcuMTg0LS4xMy4zMjEtLjI5NC4zMzMtLjUzNCAwLS4wMzIgMC0uMDc2LS4wMTItLjEyYTcuNDQyIDcuNDQyIDAgMCAwLTEuODkzLTMuMTQ3Yy0uMjA3LS4yMDctLjQ2LS4yNC0uNzQ2LS4xMmEyMi4wNSAyMi4wNSAwIDAgMS0xLjA2OC40MzZjLS45MTguMzQ4LTEuNjg3LS4wODctMS44MTMtMS4wMjQtLjA0Ni0uMzM4LS4wOC0uNjc1LS4xMTUtMS4wMTMtLjAzNC0uMzctLjI0LS41OTktLjYzLS42NzVhOC40NDYgOC40NDYgMCAwIDAtMy40NjcgMGMtLjM2Ny4wNzYtLjU3NC4yNzItLjYwOC42MzJhMTMuNzggMTMuNzggMCAwIDEtLjE2IDEuMTc2Yy0uMTYxLjgyOC0uOTE5IDEuMjMtMS43NDUuOTE1LS4zNTYtLjEzLS43MTItLjI5NC0xLjA2Ny0uNDQ3LS4zMzMtLjE0MS0uNjA5LS4wODctLjg1LjE2NGE3Ljc3OSA3Ljc3OSAwIDAgMC0xLjc3OSAyLjkxOGMtLjExNC4zMzgtLjAyMy42MS4yODcuODI4LjI5OS4yMDcuNjA5LjQxNC44OTUuNjMyLjc3LjU4OC43NTggMS40NDgtLjAyMiAyLjAxNC0uMjg3LjIwNy0uNTc0LjQxNC0uODYxLjYxLS4zMjIuMjE4LS40MTMuNTEyLS4yOTkuODZhNy44NyA3Ljg3IDAgMCAwIDEuNzQ1IDIuODg3Yy4yNC4yNS41MTYuMzE2Ljg1LjE4NS4zOS0uMTUzLjc2OC0uMzI3IDEuMTU4LS40NjguNzU4LS4yNzMgMS41MTUuMTIgMS42NzYuODcuMDguNDA0LjEyNi44MTguMTYgMS4yMi4wMzUuMzcuMjQxLjU2Ny41OTcuNjQzIDEuMTYuMjQgMi4zMDcuMjQgMy40NjYuMDExLjQxMy0uMDg3LjYwOC0uMzE2LjY0My0uNzA4LjAyMy0uMzI3LjA2OS0uNjUzLjEwMy0uOTcuMTE1LS45MjUuODk1LTEuMzgyIDEuODE0LTEuMDQ1LjM0NC4xMzEuNjg4LjI3MyAxLjAzMi40MjUuMzY4LjE1My42NjYuMDc2LjkxOC0uMjA3YTguNDk0IDguNDk0IDAgMCAwIDEuNzEtMi44MmMuMTUtLjMzOC4wNTgtLjYyMS0uMjc1LS44NXptLTkuNDguNjk3Yy0uMTAzLjEzLS4zMS4xMi0uNDEzLS4wMUw2LjAzIDEwLjE3M2EuMjIuMjIgMCAwIDEgMC0uMjgzbDEuOTI4LTIuNDI5IDEuNDY5IDEuNzItLjYzMS44NS41MjcuNzA4YS4yMDUuMjA1IDAgMCAxLS4wMTEuMjYyem01LjgzLTIuMTc4LTIuNDc5IDMuMDE3YS4yNi4yNiAwIDAgMS0uMjA2LjEwOUg5LjEwNWEuMjUuMjUgMCAwIDEtLjIwNi0uNDAzbDIuMzUzLTIuODY1LTIuNjc0LTMuMjY3aDIuODY5bDIuNTU5IDMuMTI2YS4yMzYuMjM2IDAgMCAxLS4wMTEuMjgzeiIvPjwvc3ZnPg==\",\"levels\":[\"business\",\"agency\",\"basic\",\"plus\",\"pro\",\"elite\"],\"currentLevels\":[\"basic\",\"plus\",\"pro\",\"elite\"],\"requiresUpgrade\":true,\"description\":\"<p>Add IndexNow support to instantly notify search engines when your content has changed. This helps the search engines to prioritize the changes on your website and helps you rank faster.<\\/p>\\n\",\"descriptionVersion\":0,\"downloadUrl\":\"\",\"productUrl\":\"https:\\/\\/aioseo.com\\/index-now\",\"learnMoreUrl\":\"https:\\/\\/aioseo.com\\/index-now\",\"manageUrl\":\"https:\\/\\/route#aioseo-settings:webmaster-tools\",\"features\":[]},{\"sku\":\"aioseo-rest-api\",\"name\":\"REST API\",\"version\":\"1.0.9\",\"image\":null,\"icon\":\"PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgY2xhc3M9ImFpb3Nlby1jb2RlIj48cGF0aCBkPSJNOS40IDE2LjZMNC44IDEybDQuNi00LjZMOCA2bC02IDYgNiA2IDEuNC0xLjR6bTUuMiAwbDQuNi00LjYtNC42LTQuNkwxNiA2bDYgNi02IDYtMS40LTEuNHoiIGZpbGw9ImN1cnJlbnRDb2xvciIvPjwvc3ZnPg==\",\"levels\":[\"plus\",\"pro\",\"elite\"],\"currentLevels\":[\"plus\",\"pro\",\"elite\"],\"requiresUpgrade\":true,\"description\":\"<p>Manage your post and term SEO meta via the WordPress REST API. This addon also works seamlessly with headless WordPress installs.<\\/p>\\n\",\"descriptionVersion\":0,\"downloadUrl\":\"\",\"productUrl\":\"https:\\/\\/aioseo.com\\/feature\\/rest-api\\/\",\"learnMoreUrl\":\"https:\\/\\/aioseo.com\\/feature\\/rest-api\\/\",\"manageUrl\":\"\",\"features\":[]},{\"sku\":\"aioseo-image-seo\",\"name\":\"Image SEO\",\"version\":\"1.2.3\",\"image\":null,\"icon\":\"PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyMCAyMCI+PHBhdGggZD0iTTE1LjgzMyA0LjE2N3YxMS42NjZINC4xNjdWNC4xNjdoMTEuNjY2Wm0wLTEuNjY3SDQuMTY3QzMuMjUgMi41IDIuNSAzLjI1IDIuNSA0LjE2N3YxMS42NjZjMCAuOTE3Ljc1IDEuNjY3IDEuNjY3IDEuNjY3aDExLjY2NmMuOTE3IDAgMS42NjctLjc1IDEuNjY3LTEuNjY3VjQuMTY3YzAtLjkxNy0uNzUtMS42NjctMS42NjctMS42NjdabS00LjA1IDcuMzgzLTIuNSAzLjIyNUw3LjUgMTAuOTUgNSAxNC4xNjdoMTBsLTMuMjE3LTQuMjg0WiIvPjwvc3ZnPg==\",\"levels\":[\"business\",\"agency\",\"plus\",\"pro\",\"elite\"],\"currentLevels\":[\"plus\",\"pro\",\"elite\"],\"requiresUpgrade\":true,\"description\":\"<p>Globally control the Title, Alt Text, Caption and Descriptions for images in your content. These attributes are essential for both accessibility and SEO.<\\/p>\\n\",\"descriptionVersion\":0,\"downloadUrl\":\"\",\"productUrl\":\"https:\\/\\/aioseo.com\\/docs\\/using-the-image-seo-features-in-all-in-one-seo\\/\",\"learnMoreUrl\":\"https:\\/\\/aioseo.com\\/docs\\/using-the-image-seo-features-in-all-in-one-seo\\/\",\"manageUrl\":\"https:\\/\\/route#aioseo-search-appearance:media\",\"features\":[]},{\"sku\":\"aioseo-eeat\",\"name\":\"Author SEO (E-E-A-T)\",\"version\":\"1.2.10\",\"image\":null,\"icon\":\"PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgLTk2MCA5NjAgOTYwIiB3aWR0aD0iMjQiPjxwYXRoIGQ9Ik00NDAuMTE4LTU2MHEzMy44MzkgMCA1Ny44MTctMjQuMDk3dDIzLjk3OC01Ny45MzVxMC0zMy44MzgtMjMuOTc4LTU3LjY5Ni0yMy45NzgtMjMuODU5LTU3LjgxNy0yMy44NTktMzMuODM4IDAtNTcuOTM0IDIzLjg1OS0yNC4wOTcgMjMuODU4LTI0LjA5NyA1Ny42OTYgMCAzMy44MzggMjQuMDk3IDU3LjkzNVE0MDYuMjgtNTYwIDQ0MC4xMTgtNTYwWk00NDAtMzk2LjQxM3E0NS43MTcgMCA4NS41NzYtMTkuNDc4IDM5Ljg1OS0xOS40NzkgNjkuNTc2LTU2LjE1Mi0zNS45NTYtMjMuNzE4LTc0LjkzNS0zNS44MzdRNDgxLjIzOS01MjAgNDQwLTUyMHQtODAuMjE3IDEyLjEycS0zOC45NzkgMTIuMTE5LTc0LjkzNSAzNS44MzcgMjkuNzE3IDM2LjY3MyA2OS41NzYgNTYuMTUyIDM5Ljg1OSAxOS40NzggODUuNTc2IDE5LjQ3OFptMzg2LjM5MSAyODYuOTM1TDYzNy45MTMtMjk3Ljk1NnEtNDEuNzE3IDMxLjc2MS05MS42OTYgNDkuNDAyUTQ5Ni4yMzktMjMwLjkxMyA0NDAtMjMwLjkxM3EtMTM3LjU4NyAwLTIzMy4zMzctOTUuNzVUMTEwLjkxMy01NjBxMC0xMzcuNTg3IDk1Ljc1LTIzMy4zMzdUNDQwLTg4OS4wODdxMTM3LjU4NyAwIDIzMy4zMzcgOTUuNzVUNzY5LjA4Ny01NjBxMCA1NS43NjEtMTcuNzYxIDEwNS45NzgtMTcuNzYxIDUwLjIxOC00OS41MjEgOTIuMTc0TDg5MC4yODMtMTczLjM3bC02My44OTIgNjMuODkyWk00NDAuMTEzLTMyMS45MTNxOTkuMTU2IDAgMTY4LjU2NS02OS41MjIgNjkuNDA5LTY5LjUyMiA2OS40MDktMTY4LjY3OCAwLTk5LjE1Ni02OS40MDktMTY4LjU2NS02OS40MDktNjkuNDA5LTE2OC41NjUtNjkuNDA5LTk5LjE1NiAwLTE2OC42NzggNjkuNDA5LTY5LjUyMiA2OS40MDktNjkuNTIyIDE2OC41NjUgMCA5OS4xNTYgNjkuNTIyIDE2OC42NzggNjkuNTIyIDY5LjUyMiAxNjguNjc4IDY5LjUyMlpNNDQwLTU2MFoiLz48L3N2Zz4=\",\"levels\":[\"plus\",\"pro\",\"elite\"],\"currentLevels\":[\"plus\",\"pro\",\"elite\"],\"requiresUpgrade\":true,\"description\":\"<p>Optimize your site for Google\'s E-E-A-T ranking factor by proving your writer\'s expertise through author schema markup and new UI elements.<\\/p>\\n\",\"descriptionVersion\":0,\"downloadUrl\":\"\",\"productUrl\":\"https:\\/\\/aioseo.com\\/features\\/eeat\\/\",\"learnMoreUrl\":\"https:\\/\\/aioseo.com\\/features\\/eeat\\/\",\"manageUrl\":\"https:\\/\\/route#aioseo-search-appearance:author-seo\",\"features\":[]}]', 0, '2026-03-17 11:28:18', '2026-03-10 20:35:21', '2026-03-16 11:28:18');

-- --------------------------------------------------------

--
-- Table structure for table `wp_aioseo_crawl_cleanup_blocked_args`
--

CREATE TABLE `wp_aioseo_crawl_cleanup_blocked_args` (
  `id` bigint UNSIGNED NOT NULL,
  `key` text COLLATE utf8mb4_unicode_520_ci,
  `value` text COLLATE utf8mb4_unicode_520_ci,
  `key_value_hash` varchar(40) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `regex` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `hits` int NOT NULL DEFAULT '0',
  `created` datetime NOT NULL,
  `updated` datetime NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

-- --------------------------------------------------------

--
-- Table structure for table `wp_aioseo_crawl_cleanup_logs`
--

CREATE TABLE `wp_aioseo_crawl_cleanup_logs` (
  `id` bigint UNSIGNED NOT NULL,
  `slug` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `key` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `value` text COLLATE utf8mb4_unicode_520_ci,
  `hash` varchar(40) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `hits` int NOT NULL DEFAULT '1',
  `created` datetime NOT NULL,
  `updated` datetime NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

-- --------------------------------------------------------

--
-- Table structure for table `wp_aioseo_notifications`
--

CREATE TABLE `wp_aioseo_notifications` (
  `id` bigint UNSIGNED NOT NULL,
  `slug` varchar(13) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `addon` varchar(64) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `title` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `content` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `type` varchar(64) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `level` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `notification_id` bigint UNSIGNED DEFAULT NULL,
  `notification_name` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `start` datetime DEFAULT NULL,
  `end` datetime DEFAULT NULL,
  `button1_label` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `button1_action` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `button2_label` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `button2_action` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `dismissed` tinyint(1) NOT NULL DEFAULT '0',
  `new` tinyint(1) NOT NULL DEFAULT '1',
  `created` datetime NOT NULL,
  `updated` datetime NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `wp_aioseo_notifications`
--

INSERT INTO `wp_aioseo_notifications` (`id`, `slug`, `addon`, `title`, `content`, `type`, `level`, `notification_id`, `notification_name`, `start`, `end`, `button1_label`, `button1_action`, `button2_label`, `button2_action`, `dismissed`, `new`, `created`, `updated`) VALUES
(1, '600b2a50eb146', NULL, 'Review Your Homepage Title & Description', 'Due to a bug in the previous version of All in One SEO, your homepage title and description may have changed. Please take a minute to review your homepage settings to verify that they are correct.', 'warning', '[\"all\"]', NULL, 'v3-migration-homepage-settings', '2021-01-22 19:41:04', NULL, 'Review Now', 'http://route#aioseo-search-appearance&aioseo-scroll=home-page-settings&aioseo-highlight=home-page-settings:global-settings', NULL, NULL, 0, 0, '2021-01-22 19:41:04', '2021-01-22 19:41:04'),
(2, '60adce9fb5f91', NULL, 'Introducing Breadcrumbs - Boost SEO & User Experience 📣', 'Now you can easily add breadcrumb navigation on your website to improve user experience & boost SEO rankings.\r\n<br /><br />\r\nOur breadcrumbs feature is available for all users, so you can get an enhanced website listing in Google.\r\n<br /><br />\r\nIf you want more control over Breadcrumb templates, then please upgrade to AIOSEO Pro today and save 50% off.', 'success', '[\"4-x\"]', 59, NULL, '2021-06-24 12:58:36', NULL, 'Learn More', 'https://aioseo.com/introducing-breadcrumbs/?utm_source=WordPress&utm_campaign=introducing-breadcrumbs-v4&utm_medium=plugin-notification&utm_content=Learn More', 'Get AIOSEO Pro', 'https://aioseo.com/pricing/?utm_source=WordPress&utm_campaign=introducing-breadcrumbs-v4&utm_medium=plugin-notification&utm_content=Get AIOSEO Pro', 0, 0, '2021-05-26 04:29:19', '2021-07-07 12:00:46'),
(3, '60d4b8e9cd832', NULL, '⚡ [LAST CHANCE] - 60% OFF AIOSEO ⚡', 'We’re celebrating our 14th anniversary by offering you a <strong>huge 60% discount for a limited time!</strong> If you want to optimize your site on Google, this is your last chance to update your AIOSEO plan without the high costs.\r\n<br /><br />\r\nUnlock powerful features like <strong>Local SEO Module, Image SEO Module, 301 Redirects, 404 Error Tracking, Custom Breadcrumbs, Smart Schema Markup</strong>, and more…\r\n<br /><br />', 'success', '[\"4-x\",\"lite\"]', 70, NULL, '2021-06-29 00:00:00', '2021-07-31 00:00:00', 'Upgrade AIOSEO NOW! (60% OFF)', 'https://aioseo.com/pricing/?utm_source=WordPress&utm_campaign=14th-birthday-sale-last-chance-v4&utm_medium=plugin-notification&utm_content=Upgrade AIOSEO NOW', 'Learn More', 'https://aioseo.com/aioseo-turns-14/?utm_source=WordPress&utm_campaign=14th-birthday-sale-last-chance-v4&utm_medium=plugin-notification&utm_content=Learn More', 0, 0, '2021-06-24 16:55:05', '2021-07-07 12:00:46'),
(4, '60d4b8e9cf753', NULL, '⚡ 14th Birthday Sale - 60% OFF AIOSEO ⚡', 'Want to upgrade your AIOSEO plan without the high costs? As we’re celebrating our anniversary, <strong>we’re offering up to 60% OFF for a limited time.</strong>\r\n<br /><br />\r\nUnlock powerful features like <strong>Local SEO Module, Image SEO Module, 301 Redirects, 404 Error Tracking, Custom Breadcrumbs, Smart Schema Markup</strong>, and more…\r\n<br /><br />', 'success', '[\"4-x\"]', 68, NULL, '2021-06-24 00:00:00', '2021-06-28 23:59:00', 'Upgrade AIOSEO NOW! (60% OFF)', 'https://aioseo.com/pricing/?utm_source=WordPress&utm_campaign=14th-birthday-sale-v4&utm_medium=plugin-notification&utm_content=Upgrade AIOSEO NOW', 'Learn More', 'https://aioseo.com/aioseo-turns-14/?utm_source=WordPress&utm_campaign=14th-birthday-sale-v4&utm_medium=plugin-notification&utm_content=Learn More', 0, 0, '2021-06-24 16:55:05', '2021-06-27 20:52:43'),
(5, '610275fc0d602', NULL, '🎉 Introducing Full Site Redirects + Headline Analyzer', 'Now easily redirect your ENTIRE website to another domain. No need to hire a developer!\r\n<br /><br />\r\nPlus, with our brand new Headline Analyzer, you can write catchy headlines that users can\'t help but click.\r\n<br /><br />\r\nTo get full access to our Pro features, upgrade your license today and save 50% OFF.', 'success', '[\"4-x\",\"lite\"]', 76, NULL, '2021-07-28 11:37:03', NULL, 'Learn More', 'https://aioseo.com/introducing-the-new-aioseo-full-site-redirect-and-headline-analyzer/?utm_source=WordPress&utm_campaign=introducing-the-new-aioseo-full-site-redirect-and-headline-analyzer-v4-lite&utm_medium=plugin-notification&utm_content=Learn More', 'Get AIOSEO Pro', 'https://aioseo.com/pricing/?utm_source=WordPress&utm_campaign=introducing-the-new-aioseo-full-site-redirect-and-headline-analyzer-v4-lite&utm_medium=plugin-notification&utm_content=Get AIOSEO Pro', 0, 0, '2021-07-29 09:33:48', '2021-08-11 09:03:04'),
(6, '61151ccc40b11', NULL, '📢 Announcing HTML Sitemaps: Help Visitors Find Your Content Faster', 'Help your visitors to discover the posts, pages, and products they’re looking for.\r\n<br /><br />\r\nPlus, help improve your rankings by making your website user-friendly and easy to crawl.\r\n<br /><br />\r\nTo get full access to our Pro features, upgrade your license today and save 50% OFF. 😍', 'success', '[\"4-x\",\"lite\"]', 86, NULL, '2021-07-28 11:36:58', NULL, 'Learn More', 'https://aioseo.com/introducing-html-sitemaps/?utm_source=WordPress&utm_campaign=introducing-html-sitemaps-v4-lite&utm_medium=plugin-notification&utm_content=Learn More', 'Get AIOSEO Pro', 'https://aioseo.com/pricing/?utm_source=WordPress&utm_campaign=introducing-html-sitemaps-v4-lite&utm_medium=plugin-notification&utm_content=Get AIOSEO Pro', 0, 0, '2021-08-12 13:06:20', '2021-11-01 18:49:09'),
(7, '613a4c6a9dd59', NULL, '📣 Introducing Local SEO Map Embeds!', 'Now it\'s easy to add multiple locations and embed a custom Google Map on your website!\r\n<br /><br />\r\nEnter your address or drop a pin on your precise location, then choose from 4 different map styles.\r\n<br /><br />\r\nPlus, get access to SEO pro tips in your editor sidebar so you can make sure each post is fully optimized.\r\n<br /><br />\r\nTo get full access to our Pro features, upgrade your license today and save 50% OFF.', 'success', '[\"4-x\",\"lite\"]', 92, NULL, '2021-09-07 00:00:00', NULL, 'Learn More', 'https://aioseo.com/announcing-local-seo-map-embeds/?utm_source=WordPress&utm_campaign=introducing-local-seo-maps-v4-lite&utm_medium=plugin-notification&utm_content=Learn More', 'Get AIOSEO Pro', 'https://aioseo.com/pricing/?utm_source=WordPress&utm_campaign=introducing-local-seo-maps-v4-lite&utm_medium=plugin-notification&utm_content=Get AIOSEO Pro', 0, 0, '2021-09-09 18:03:22', '2021-11-01 18:49:09'),
(8, '6182f11b5f911', NULL, '📢 Introducing Our Updated Redirect Testing Tool + Enhancements to Sitemaps', 'Check out our completely revamped <strong>Redirect Testing tool</strong>! Now, you can easily test URL redirect right within your WordPress dashboard and see the status code with a single click.\r\n<br><br>\r\n<img style=\"width:100%;max-width:400px\" src=\"data:image/png;base64,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\" />\r\n<br><br>\r\nWe\'ve also added a number of improvements to sitemaps, including the last generated date and a custom 404 page.\r\n<br><br>\r\nUpdate to AIOSEO 4.1.5 today and take advantage of these enhancements!', 'info', '[\"4-x\",\"lite\"]', 110, NULL, '2022-01-19 20:15:04', NULL, 'Learn More', 'https://aioseo.com/introducing-our-redirect-testing-tool-new-enhancements-to-our-sitemaps/?utm_source=WordPress&utm_campaign=redirects-testing-tool-v4-lite&utm_medium=plugin-notification&utm_content=Learn More', 'Get AIOSEO Pro', 'https://aioseo.com/lite-upgrade/?utm_source=WordPress&utm_campaign=redirects-testing-tool-v4-lite&utm_medium=plugin-notification&utm_content=Get AIOSEO Pro', 0, 1, '2021-11-03 20:29:15', '2022-01-20 15:51:41'),
(9, '6182f11b619ef', NULL, '🎉 Celebrating 3M+ Active Installs + Get 60% OFF Today!', 'Your beloved SEO plugin, All in One SEO (AIOSEO), just crossed <strong>3 million active installs</strong>!\r\n<br><br>\r\nTo celebrate this milestone, we’re running a huge sale for a limited time.\r\n<br><br>\r\n<strong>Save 60% OFF any AIOSEO plan!</strong>', 'success', '[\"4-x\",\"lite\"]', 107, NULL, '2021-11-03 14:11:37', '2021-11-09 00:00:00', 'Upgrade AIOSEO NOW! (60% OFF)', 'https://aioseo.com/pricing/?utm_source=WordPress&utm_campaign=3-million-installs-v4-lite&utm_medium=plugin-notification&utm_content=Upgrade AIOSEO NOW', NULL, NULL, 0, 1, '2021-11-03 20:29:15', '2021-11-08 00:22:14'),
(10, '619f58f107cca', NULL, '🔥 Save 65% OFF AIOSEO - Limited Time Black Friday Sale!', 'This Black Friday, we’re offering an incredible discount, up to <strong><em>65% OFF</em></strong> on AIOSEO!\r\n<br><br>\r\n<strong>This is the biggest sale we have <em>EVER</em> had, and it\'s available RIGHT NOW!</strong>\r\n<br><br>\r\nIf you’ve been thinking about becoming part of the AIOSEO Pro family, now’s the perfect time, but you’ll have to act fast since this remarkable deal expires soon!', 'success', '[\"4-x\",\"lite\"]', 165, NULL, '2021-11-23 18:42:05', '2021-11-27 00:00:00', 'Upgrade AIOSEO NOW! (65% OFF)', 'https://aioseo.com/black-friday/?utm_source=WordPress&utm_campaign=black-friday-2021-v4-lite&utm_medium=plugin-notification&utm_content=Upgrade AIOSEO NOW', 'Learn More', 'https://aioseo.com/black-friday/?utm_source=WordPress&utm_campaign=black-friday-2021-v4-lite&utm_medium=plugin-notification&utm_content=Learn More', 0, 1, '2021-11-25 09:35:45', '2021-11-26 11:45:35'),
(11, '61a379f7101d9', NULL, '🌳 Get AIOSEO Pro (65% OFF Today) + Donate for a Cause 🌳', 'Want to boost your SEO rankings while giving back something in return?\r\n<br><br>\r\nThis Green Monday, we’re offering <strong><em>up to 65% OFF</em></strong> on AIOSEO Pro purchases.\r\n<br><br>\r\nAnd a portion of sales will be donated to The Conservation Fund, a non-profit that protects America\'s legacy of land and water resources through land acquisition and more.', 'success', '[\"4-x\",\"lite\"]', 183, NULL, '2021-12-13 00:00:00', '2021-12-14 00:00:00', 'Upgrade AIOSEO NOW! (65% OFF)', 'https://aioseo.com/pricing/?utm_source=WordPress&utm_campaign=green-monday-2021-v4-lite&utm_medium=plugin-notification&utm_content=Upgrade AIOSEO NOW', NULL, NULL, 0, 1, '2021-11-28 12:45:43', '2021-12-13 03:16:06'),
(12, '61a379f711811', NULL, '⌛ Cyber Monday Sale is Ending Soon!', 'This Cyber Monday sale is your last chance to grab the world’s best SEO plugin for the best price.\r\n<br><br>\r\n<strong><em>This is the biggest sale we have EVER had, and it\'s available RIGHT NOW!</em></strong>\r\n<br><br>\r\nIf you want to step up your SEO game in 2022, then you need AIOSEO Pro, and NOW is the best time to get it!', 'success', '[\"4-x\",\"lite\"]', 176, NULL, '2021-11-29 00:00:00', '2021-12-04 00:00:00', 'Upgrade AIOSEO NOW! (65% OFF)', 'https://aioseo.com/black-friday/?utm_source=WordPress&utm_campaign=cyber-monday-2021-v4-lite&utm_medium=plugin-notification&utm_content=Upgrade AIOSEO NOW', 'Learn More', 'https://aioseo.com/black-friday/?utm_source=WordPress&utm_campaign=cyber-monday-2021-v4-lite&utm_medium=plugin-notification&utm_content=Learn More', 0, 1, '2021-11-28 12:45:43', '2021-12-03 14:57:25'),
(13, '61eadc4c31b32', NULL, '📢 Introducing Link Assistant + Our Stand-Alone Headline Analyzer', 'Check out the brand new features in AIOSEO 4.1.6! First, we have Link Assistant, a powerful tool to help you build effective internal links and audit external ones.\r\n<br><br>\r\nWe’ve also added a stand-alone Headline Analyzer to help you craft, and A/B test your headlines right from within WordPress.\r\n<br><br>\r\nUpdate to AIOSEO 4.1.6 today and up your SEO game without breaking a sweat!', 'success', '[\"4-x\",\"lite\"]', 203, NULL, '2022-02-08 13:39:00', NULL, 'Learn More', 'https://aioseo.com/new-introducing-link-assistant-a-stand-alone-headline-analyzer-and-more-in-aioseo-4-1-6/?utm_source=WordPress&utm_campaign=link-assistant-v4-lite&utm_medium=plugin-notification&utm_content=Learn More', 'Get AIOSEO Pro', 'https://aioseo.com/lite-upgrade/?utm_source=WordPress&utm_campaign=link-assistant-v4-lite&utm_medium=plugin-notification&utm_content=Get AIOSEO Pro', 0, 1, '2022-01-21 16:16:12', '2022-02-17 11:02:12'),
(14, '620e2b343a608', NULL, '🎉 Introducing IndexNow and Page Builder Integrations', 'Check out the fantastic new features in AIOSEO 4.1.7! First, we have IndexNow, a feature that gets your new or updated content indexed faster on Bing and Yandex (with more search engines to follow).\r\n<br><br>\r\nWe’ve also integrated AIOSEO with 3 major page builders, namely Elementor, Divi and SeedProd. Now you can work on your SEO right from within your page builder.\r\n<br><br>\r\nGet AIOSEO Pro today and up your SEO game without breaking a sweat!', 'success', '[\"4-x\",\"lite\"]', 223, NULL, '2022-03-01 16:19:06', NULL, 'Learn More', 'https://aioseo.com/introducing-indexnow-and-page-builder-integrations-in-aioseo-4-1-7/?utm_source=WordPress&utm_campaign=index-now-v4-lite&utm_medium=plugin-notification&utm_content=Learn More', 'Get AIOSEO Pro', 'https://aioseo.com/lite-upgrade/?utm_source=WordPress&utm_campaign=index-now-v4-lite&utm_medium=plugin-notification&utm_content=Get AIOSEO Pro', 0, 1, '2022-02-17 11:02:12', '2022-03-29 02:26:44'),
(15, '62276f3d6130d', NULL, '📢 Announcing 4.1.8: Improved Site Redirects and Modified Date for Posts 📢', 'Redirects have never been easier! Our 4.1.8 update comes with a powerful feature that enables you to implement a redirect from right within a post.\r\n<br><br>\r\nWe’ve also added a \"limit modified date\" feature that allows you to make minor edits to posts/pages and keep the date the same.\r\n<br><br>\r\nUpdate to AIOSEO 4.1.8 today and enjoy these 2 powerful features and more.', 'success', '[\"4-x\",\"lite\"]', 241, NULL, '2022-04-08 19:59:50', NULL, 'Learn More', 'https://aioseo.com/announcing-improved-site-redirects-and-modified-date-for-posts/?utm_source=WordPress&utm_campaign=introducing-on-page-redirects-and-limit-modified-date-v4-lite&utm_medium=plugin-notification&utm_content=Learn More', 'Get AIOSEO Pro', 'https://aioseo.com/lite-upgrade/?utm_source=WordPress&utm_campaign=introducing-on-page-redirects-and-limit-modified-date-v4-lite&utm_medium=plugin-notification&utm_content=Get AIOSEO Pro', 0, 1, '2022-03-08 14:59:09', '2022-04-22 10:39:04'),
(16, '6254e52e3a1cc', NULL, 'Microsoft Clarity Integration and a New REST API Addon 🎉🎉', 'Now you can see how your website visitors interact with your web pages with heatmaps and session recordings, thanks to Microsoft Clarity.\r\n<br><br>\r\nWe’ve also added a REST API addon to make SEO easier for your headless website.\r\n<br><br>\r\nUpdate to AIOSEO 4.1.9 today and enjoy these 2 powerful features on your website!', 'success', '[\"4-x\",\"lite\"]', 263, NULL, '2022-05-03 15:26:42', NULL, 'Learn More', 'https://aioseo.com/introducing-the-new-microsoft-clarity-integration-and-rest-api-addon/?utm_source=WordPress&utm_campaign=microsoft-clarity-rest-api-v4-lite&utm_medium=plugin-notification&utm_content=Learn More', 'Get AIOSEO Pro', 'https://aioseo.com/lite-upgrade/?utm_source=WordPress&utm_campaign=microsoft-clarity-rest-api-v4-lite&utm_medium=plugin-notification&utm_content=Get AIOSEO Pro', 0, 1, '2022-04-12 02:34:22', '2022-05-31 02:43:17'),
(17, '6277b871e4728', NULL, '📢 Introducing 2 New Features! — Dashboard Widgets And Shorter URLs 📢', 'We’ve added 2 new dashboard widgets. One to help you set up your website for better SEO and the other to show you an overview of how optimized your posts are.\r\n<br><br>\r\nAnother feature you’ll love is the Strip Category Base Prefix feature that enables you to create shorter URLs by removing the category base.\r\n<br><br>\r\nUpgrade to AIOSEO 4.2.0 Pro today and enjoy these powerful features on your website!!', 'success', '[\"4-x\",\"lite\"]', 308, NULL, '2022-05-31 21:15:05', NULL, 'Learn More', 'https://aioseo.com/new-dashboard-widgets-and-strip-category-base-feature/?utm_source=WordPress&utm_campaign=dashboard-widgets-strip-category-base-v4-lite&utm_medium=plugin-notification&utm_content=Learn More', 'Get AIOSEO Pro', 'https://aioseo.com/lite-upgrade/?utm_source=WordPress&utm_campaign=dashboard-widgets-strip-category-base-v4-lite&utm_medium=plugin-notification&utm_content=Get AIOSEO Pro', 0, 1, '2022-05-08 12:32:49', '2022-06-06 22:10:30'),
(18, '629e7b56d4d23', NULL, '📣 Introducing Crawl Cleanup and Import URLs to Your Sitemap!', 'AIOSEO 4.2.1 now allows you to manage Search Engine crawl quota by removing query args (URL parameters) from selected URLs and disabling unnecessary RSS feeds.\r\n<br><br>\r\nYou can also import bulk URLs from a CSV file to add more pages to your sitemap.\r\n<br><br>\r\nUpdate to AIOSEO 4.2.1 to take advantage of these powerful SEO features today!', 'success', '[\"4-x\",\"lite\"]', 327, NULL, '2022-07-19 14:22:11', NULL, 'Learn More', 'https://aioseo.com/introducing-crawl-cleanup-and-importing-urls-from-a-csv-file-to-your-sitemap/?utm_source=WordPress&utm_campaign=crawl-cleanup-v4-lite&utm_medium=plugin-notification&utm_content=Learn More', 'Get AIOSEO Pro', 'https://aioseo.com/pricing/?utm_source=WordPress&utm_campaign=crawl-cleanup-v4-lite&utm_medium=plugin-notification&utm_content=Get%20AIOSEO%20Pro', 0, 1, '2022-06-06 22:10:30', '2022-07-21 02:34:15'),
(19, '62b8ef612105c', NULL, 'AIOSEO is Turning 15 YEARS OLD!! 🥳 🥳', '<img src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAZAAAADYCAMAAADyHUVLAAACOlBMVEUAAAABTp7ppw79/frnpiitjHPpQTSDrr/IjyE2NGQxYp3dsSLsly0GTN0cOHH1vzlJjtvkkAWTtcHFhWLXWSeolXXwpBTmczPzvTBAJCxVbaCtWzf92zrlVDPnzHf71zzrpB7h48RwnuCArsXnaS3LmYI0ME/9+/PeZzn3GKqbn6IATp6oK55ifbL79PCivtNEJBn974IATp77+f8APZ0YUJ/2QTMBXKj41nDmzHOloYbw8v1fdZV6h44AXpf/3i7d5PRmi79Qfbf6xygnJ1bJuXuCn8u5roG1xeA7crLR2+/E0einu9o+PnNrgY/wfEL9wgTXwnh0lcSPlYrl6vg6X4380ilKJAkQCTeZm4j4krN+PAqTqtCEjYzy4Mb9sAMYY6w8apaujF0Bqvb+hX35PyHMYCRKbpWchmhcLg3wsAQrY5bHm0kcXJacs9RUc5RNTogqZ6yJfnFna32CSnbXoTz8sR39z5FjTX+8RVVlYqPTQ0JVZ4V5c3r9oATsj1szTY7tn2ihSGe2kk74skpyPyNtMwznjKzaazIdGkX8kgT/0AjQhaxYW5zce0eMbaX9Vk/7oJm2VyIAIZ6teKb1uYf+cGidSyDsbg8Hb7kMQIYFAAw5DAgGoOr58u6hcV+FXVzv17yJSis3gcwIgMj1rnnRvaM9W5ykdhllufr16Nvrw6sHk9uZV1FiP0ja1MxjWWMKLGoGHVQ5JjVWp+u5PzbOLiDCrpattbp4kKrkSQMM4/v/+3UQpDypT5GWAAAAMnRSTlMAnv4y/hT6/P7+MPon/f1B/v6U/Yz+vZ9iTIH7x8eJlIde/cZF/p6NZfb20f7qusfYsy2IE9oAAC1mSURBVHja7NrRS9tAHAfwtBAtTSEWRhZCaKPsTfrQH7kdk+lhxwbCBhnDvo24wZx0DibroIMuD9tb8g/kaQp78Gn4VJjFP26pdzZdMSrD1PO8j5X+7pqH0G9yv2upIkmSJEmSJEmSJEmUqrOioisSB3StQotaXZE44HRMWti2InHAiBy6dBFbVaQbppqO5mmOOWohhIjdRFQ164VaQuGDXow6HS8atRGTEF7OKhflRsNSztc8OeGmf1ZMzTPMUVuvE8LNWeXBWm811MxAOLoWHdZDbEKE7urW+nojHd1z0lptNpscXYumpyu0hQjeRCwrvUH0qqGkknmO9jO6oSp0xSL8rKQ5U42gxFEEU1QlYRLSJoSYyp3gBEGR69VArxNCE6nr/F45/0l1KtM7maIf+I7CK71uj9JI/k7ZNb1cEIhlBIb179T9IPD94uQkrfNllctX2PSy7kHa7H9kF7BADkth2McoQceA3xcDP/KDtxhhCsHTl5A8b7X2cI5guXBZJKatsluEaXtfdvogmNI+IADXpSME+0EQJYFU+8AgeP0KEq1nLcjZJZHUSIUlQxctT/sG4lkDAPd4/hixYSn0o8gLwh+AgGJp7bX2IGd4+cJEbLLIKp0kPK0PCIFoUPJw//w8Yu//52roRVEUhPHmxCFZZprIIkm/4a0R0u7suELGMQpk/ug5psPvcRgl/GrcY0HMMpfsRFS617VNlQ5tEmkfQThnrQMDRmeB0DskpoHMHC5kNHTC2DpbvqJdEI67uoJoNX46iGPf87wwjl/AzShfcIc8KTrso2CdRDsuCAa5K4/esHI8tz2MwyAcDgd0jnLTo3JXUDKYpG1U0oEn4hYLDmFab3hqAJMWNmBWvR0vq9m7LHNcV0hnE+6GT78H24MDmLS11DrNqguzUFYy1KIH6RJma+JtsWDyqsdbMLYGUzAkunNzPcgftpQMuq2mA2NXwE3vpIUlDBRC569OXx++6+a+bmXus6Z/G1cT8VPIpI1fwGR1i96gC7ljgVyuIHYcHLlqIBjOhW7zg6IFQmwi+zh0zSeQQyAIwL21gJqeyD7wugFC1xsIAhc+PF69rf6ybwW7cYNA9J9GgwTI+Ia4ISFOHHzwyQfL8sfkI/qb5QEu3u5uqnZdqVvlNd4YGGBmHjNAmuzF02vSB4ZSYfTPWEq9MNfC7xuzuJQQ3qJVUr0ppC7uWJQ8EHOFYCd/hocg71fPL4MzxOIqQgRTUsrqaXhXfCP6mRB6RIgaitfEcC181EEFT+IaQgSvVrrljbcQpntCxCeEEF8OMkHqayJE8KyUx770vuiEKKluCEHVPSHichCTlo5IXBAhq1Lzgy1JtAdguhZ/PCx/1mVWze23ERLsD7j9dUvET2/iKHCU+gJCBLlbPoS4d9my0aeEAU8lntctxHetn2Od6Tk2b0xSP6csBRIuBD8rC47SsHiREMFGTudRmLmZPtM2gwlBWtlv9+dkxpf4THWgp+wyG3od02nlxC/X/62uKnj+dMLlESGigq4A/NIwzyvRsi9dP6vW11NWsDdejSlhRtbS8qBAliAr1dK82EWNdi7NLJ6vbaOtixuR1wULDpzaWd18OgapZqYOYeJ+TgX3hMTi6ruYEl1iuCdkYOaf2e5a3w/2PLZRpaVtUy1BRh6ttOOP2XelWbxGCHs18ckgn01IuYKdtCigkRdtqkH9rru2/OxJnFvE8YK4koAVrI87ALWEoqlg0LV3izNelUxcJ2qfjNlP468pbj9Ph8KnhCxYO9bpqd8UuM9xVgDlHw9RbzmJORnGWlqKulYGOoWIfTFCBGs13hThQ6JGiKrpbF5m2rzfyJudKlwmQzuF9bfWlqWYMHszENfVIq3PYpq1VDqm+A0LXDmnUCeoDAtajG9xYpR0gxDeI+7zZx5syM+2Z4HFeOi3LCvtfiEU23QrRD8jJFlZEfzByOD3uucsxPnTr0UBP3nKUxI04GHhrhpWSxYDo1oGEiitcyPklGF4wjnuJULI3mSsNUircJ89EYL3QNnSYlkqpk5Y5gwBx761RBI1BOxS873UHyImA0JGzsgW2Jl5rRlQwJYaaSqW4Cy+9IOUhinLxo88r1EBtySsE0dsEGe5WylusB/romj5lJCOnu+sDFtJgBObAKoM0QZpDVP3bJCWkQ7VgKkY5muEsA+5TyyEuBtCFhVfJSS4PkJx9BCkfkyIChYh0Wo2fNdSzWixFskaJlqnEGICLlV65w+GkM/RUB0gSlqMjZBcp5IGBYJ3jGF3fxCSMiFw+JzrMbPUjRCIBRR3NOfnE0LU/cXw2IvIVucHF9CgczPIQR26xZjZcJhQFL+oYjwsh3ISCt0RQkLp1wihLWimDtCgZVjpESGWYElqvoQahcDakhAiQTr+gEfRKypYYYjbZkKpnHhw8ZH6ICRhwRmNBARHaKIbQmRIZrNwxB6kPQhRHsWAXSpt4OsXEaIUavHU1cdIBBBNMHb8GIPU+Qk7GVUJkS6uDtv1pD26QAU06uKLiPywukpIG7MhvErIeEPIgkSxK3jknhBYefIlibrUdrTUHJOf4JxrewQv2mL1ghBrreZUw4vmPkgJPBzW4KZSz2dC0AEr2XGVPlIWV53wEPtfEeL2bTNB9ktJiewlqzODXecQ1DhRtGH3ogesVzat5VSDmqoCBDR68gBC+FpCBJ1TlsAyt9plEx5FCN7XALWrQUzwlRJoqYQsCt11SsNxrUiInrKH5KKBBUQ1dTVCeI1IBYbrckiNENEICaOgB4SQgGOgV+HgCSGUgs3QhEn32mAgWTzsEM5IW1pnjc18IqSZPScrEY3iJ0LwCIwIc/Zpp4711ZQl2NnzDn/E+PIpIWVV2n2bNYLBH4QkCnkf/xi0nmGERfCFH4RwoW/aVqSFkahFSGrRSFQih+BSDdIqIRs9J4Q00iS5JxHS7RJ1tt4Ak4qvy6HpY0zajzhxoDsIgRj75Hmsc4vM2wxD3ZGyEpEu6XseFmoA7XJ6lZCEy1m3xplp0nBGu4fcE1KXgK67HIxohEC9JCXiP6yUYVHIT0lZzrkdkjIEiYAQlRBEjTawuvZQdqCQPzG0/iUhgyrb+1NCuIAAdADaAka+wTD4bnVA5Oh2dFAHIRGqFXvxXht98cUCw7N5/djbvbm8RgiWZfphTc2NdZLbCLEHIUo2cRxwwQedIoRJl8qlbiG2FfrF0JeqYEi0CGnjKM/HwXfiCV5Jqi6KTogrhKhOiCWKENXqGSE+xfxv79FfCWnFatuk2uF2g4BzR4QQVWPCzoT3KgYL7cgRJQ2LxxtCKKDwGiHs1EZAuxkJIWiYzDbk99WYGSJ4/2YmxKY5UibPJsYBSnwrUltt36M2I1cJ8jH6EWnWACuJUmXG5j4MSzxPKa5UUCfkJU4r5eEwb1OrSc8YxU9DKzLPMY77E0KOoHBE2BDOTOWnRR/mj1NNEiYZ2mF2NQXGpGnjIs9LFsMGX3VaYtzJmKXq0QB2Db9MyN73IWY+vtf3XsZHF6k6dvHeUiuBXuCKc9V5utsefbou8KiWMwbr5g8c3vxDQo7QTMQ8upv/EIEczO7Dn81+rOydmV2tNvmmLL3+43dOfQsU/TueXm51vQavXbp/9tpTQRTQXftdjz4Unj7mWYneDbk8aFfPCI8IQQGwWof2RgXtmHhnx9nse9XEIxVPGwhZNfPLhJTIjvyOf+J2/LQleH5ACCzT56t6v9KXI6vjS3UBH7jVX0EIaelGZvF+oCVqnRYSjwjJWEMjon06ahi03ulKRZiHgEvONb91QkmpNLzlbzl8ZDA/iJBaXKw8wW1UgX58JUbvVMD+dAkhUNwpFax+V5gnF0PBFH9QYiM1rPpaOBuUSsSCLiKEBA6QNgT1pkg/fDFrB5x2FRpirtPRb9x/SH4tQtAYXVz5q6QCcT++K6iDC875mCvODrt6+jb6dYQA4g3PWQ8gCm5qqNb8RfPKhBcTAog3+9e/fhOts7jKZOAlQr7wHP/OH+x84YuQ/xxfhPxj+CLkH8MXIf8Yvgj5x/BFyD+G3yNEiP/kbv6dvfN7TeSK4jhIK0L6UNlCoWXfWih9PHvvzIMQ/AHij0AHMSmoJbKp3Ww2SeOPiMZErEEFcZvtNmTJQ3BJLMlDtuRl+/f1nvnhmZk6Go3ptt1+oW1m5s51vJ/5nnPunWnyz9UUQIgEh/+pWPSufrVGY6dSqlR2FjUo9yGuy77z/bHmrR3CK82q2+3OSeJf1WblnogwXaN2/ud+pd1dgHzWrEk5yVAuJ1VLUyDh1HLCWcGApiyYFNCVh/dAtwLy4SfCGTblapXbEOH0zs9kIlyO+TQFGLWine+DR24D5KOHFhQvTk5OJFTztsvWhfUt/ceSG60FRMkGxP9IlQGEdqL+B6LpCyuPk+9RL9Ak1QZM0OXRJcCzDeUQNFVzxlny4PSv6EYBgX8HEMurZfcK5Cu31R/fa1JNUmtMMMdRqnPM2bqyC3yZAzSqbuSIV3y6dvZfcgj/2xzyBfEgICqRF0hkwoX0UqkewNb6Pux7PcvAeaPSlKQScDZYW5Pv4BAOfMTvHLNu2JtZWzscp6MOOx1UaTaHYWF/mRrPG8hHxIOAkEfUu91ZvJNKHWkt3nS9W6CqKU4SDjkb8NkdwsH8EgKVxZYte7PbHGdTFt6yFni5sH6uos+YN7UIze8FyEPJphwRQYvg3T4uYqU6eoB97e0DlKoip+9I7h39fxsuTnYIH+EQzpgcCAsFZdyVD2qKAiqqb2EHLIvNEkEYDjm1zmM/EMRuAnlmfF7QEG7QKXSOVfLZmaznRinX1D5kf0M5YJfHvR6/ByBfEQnyyIsTExB3A5yBHKdSx0a6W2wIbwg1KwaQoqd7AHx6h3AWXYr51HaxbRlYxodK+pbUt6XjwyKZZZf8WrN4Rh6+FhfWjy8xgHBcO+5fiurHI/rRZELbYdnpVy+LxEUmXDsFLr6YqB5LFfxKfYB1YZC9lBob5g3kQzKIrfLVYxbdF05AjtRa6/hY/HfHLVWrUs6NmQcx9eve18CndQiOKe7RFQv+uq3/GFGBxPStMAuYmhljyVlG3xNn2TgdT27rXT8ydaYr6DM+C7gtsZxeo0MabqkJMu4pdr3L6jHMnsfzdwgZxE5EA0IWcQTS4/xIZBK8vFLODXLJrTPkcHC4zKbPIZwtiQEi+eXMSCCBgKWZL8y4BUgEsCVpCVDDnckgAyCEqrQuSIsAyAEquRqHSqkk0Hi9ReBci9Y9PncgZBC7TlQg4y2iGbfXE4mk10l1nqNDKgJIDYBtFeik8Q6xAKHxIcUdHKL9QEQSjFuALNn60SLetrGZMYIcxIbowaK+t8+16W6uulh153CGVSzqOfMSv/H8gFCJ5UwEgaBq4Ci0CDLZQwcfaTkECUJxQTkEzsdUWSQLEM6MG5+UHAnEb2/mz1t4JqkfswFko7cYDr/lA7dtK0CeeheTITrEXctJNbdaPj4/2rvUY9bevIF8Io3Ric4DU7SzN496vR6mkZ56v5SqtVrtjxKwgqIc8jEOCUeDJGvIosBPsgMh2S2AQJzkz6oB0XDUMEIaBKMMLGr0PQ1tLlMTo1ASRqkt4i2Ik2Hg9+GQT6VbaOLvqC++3oG9TqqnOoI1arnXwBYfF4D013ThS5r0iIBwljANYDwS948FEotE4klyUpQcYuuBLMKCPmtazxoN4rht1SKHZ5gHmyJOLDaquRqmDlTvGAP15byBPJzEYmISAY7O7uN1HuNwLq/vSpJrYR0YG5dD7CKHsMgwJ2SiwEAOJx2B+BMyMIjiGUbM4WYgvu08MMhqPVCUMtr7owwBJsw5yCrc3twoAFoEI1aupNaVez1kcg9V1odu6VaaMFvve3bUmuNoDwoLrh+k2ivP6u6zkU0nAyEPJcQWWi6YdAASk7UWlKfjQEBG9eALqh70kWGID9W8JG0WuLHFG2/dAketBCoQJgJ1p9M75vMG8tGtgTiI/kzK8w6G1s5PV+23Uq397efK45kcwimgLJlmelYgNLpGi/jwngcEQn6x17WICOSYwW8YsQiPXXx/8zEwVv2j2qgY1S7wxeJzzOzvCkiNO1nkeu36VP0UEEsJyKTafiW5W62WS9mfxSE0+r6g6QGWDQiFfAMZ5WlTlUU9ZP1E2d48TDXaSCHCwuY3Um19meEERK1ePN0bBvxdAgEnIGtrAwBewmrku59E4ZFOu6VXrZYHq95ZHJKxhHsqg0bN1EEXxaSEqYe46QLiljwu+02bMWLlMPvd2tzw/CBJXtc6wOWeALIHj7u0BDH/HDI7EPlsDYmwqroovOt900n10SLnAsjG/hiH+JbCpIzPBGSbwoku2ucEhIwXNgNhnJDSPvOmX0aWuiMdgWyuvvr2XNxmV64vjzsdEbIuYVn9cvLcgTy8a8g6PRVIzgCBQGHjvP0m9WW69baWbi2EVvvAnechwdETQ9PgTwSSYNTtVECAKISH62RxJx6soHietvAuaz9ICXV6+nRQLHOdvpt5CAJxEhPLodcylADYobedPn/QT7eEPl8J1T2Lk54YImfOcec4h0wOWZAdDwRYxLKP0zbEHGpe0oLystUSpUpa+P+X346eAzQqALIarec+U59D2SsskgWhwccXT35PCwke7V0BpF5kAFM9D7Gk5DydFbcDoaBPix+U1GlePpTpHOsJ275xNS82LSrKFRrkVfpBqvPSdcB4o+qusMHafIHQ49vJyk0CMmB4wwhdB59Eb9Kt9pWyEiqvHjI+7RND08KScctSJWxfy5K53ULJIAGx9kAOshbKxoGMo0EOlZDn6Uvpbfv8l87nTz27ABV3ronZ8/p63iGLksjsM3UY4J0yENf38cdqiv8x3Xq5qoRCZWVhcWqHAOR9NO3j6mHDIASEbneujbdpvRCBOPVAj8CGxS4tujho2bu6siBySKt93nmQTl9tFAFKTT4QqVOetcq6c8yqjANyuqbqbFBw3SxHg09u2h78e8zlckgpAJ/+mfpwvON5hpIjTksnvm2ZoQJ+amBZOolHbT0kZfvcZmLNu94tr4Su2iIOq+G4+HXQuA2v4R6AfDEWBK32jtO1yuMUthZcr8Q1X7kUodVuKKT8DHzat07M45lcSgQSGf+YxcVYJhAIR3xDQgEdCPUQDiS2/bZxp8qNTnQEslsvr6y4kMfNzc3+hfpVGcD13YHMHrNqzgbpe64acDq4HmTxAaGifPBBSNF41JWVsncf+NQOyftnXn6Pg+Pyu/1TWTRpPtGRR3FDWD2keAWQC/XGuz4TwUDGsHA6XyBkkdlTCIfNOj5iZky/+k1FGfJQRFpfZ3w6h9C9a5bDWhY1oMVEExDfSKAoqnwdlrGolUjp5bKiIJHoxcVF9GAzjzMv/CfL+T2/BuScQhxV7B9sAYdKFdtwJpBsiPTR7WIW6ZZDu7O8lyXH7Q8MIyOBRJKjxpuAxMhKI1arqPLCeg0cxL2hlXJdEXJdpdtP22nXLmQxRmNpObND7miRGjg4hP7aRlOrjDkw2F/31hGHUu+GVlyVGd5cZHnbSIczo2fqNivFZbC+5BC1eoQWR2h2Q8vCo3VQF0CE3VEbHo+njGumspiji4p3v9/fmR8Q0id3KnqP9vBoLVeiNw4XCxi50CWheh/4DG+dBGPmccyw0UDCsGTxhwxWIPFfw2Yi/oD1WuixiN+x5mWbq+WQGoB1LRQZ7gb8rNfd7uvZgcye153ft+aCBy59Ai8ZPEC3yWNvHU1S3gU+hUMSTB9TeVhb+WIJcFxclMPDZv4wAzsQBoG4z2gQke02yJvXfEdrayFUxpSoxWBlt7AF2HRH/bqVnz2VuQKh6frsBunh0ucIUGzrT+rO/MVpIIrj4H2AiCKigiDigT+oTGcMGJE0lpprrZRqKytrEC1WtOyqeGs98EbBVbFa8UREF896/nfOy8R909S0TWyrftdjOzOZrvPpm5eZzHvum7n17NlN+w83Xq3sdIRMuXmgEJi6acO2LNtIK7B6F9VGNgCEk/ObZRVKmoEwSrKOV7/TxMcXuN/S9p730NbtZ6/7dykTLp7xH+qeO+UvBDb2KD5kZctFCCMtdPKunKa20UzOTNu/FdaGcWIMGTgnRSF+GdY3AAk2CwIBfJR69c27ONSWfE8IkFu7Nm0VRCbtG/aRwgwtPqWvWGwg0d0IGkj8eAru4A+AhUSLwsUy8YfcIAgEm4UAwfqg5P2tsH/B6f1Hd8Hdyf4DZ+SE0vyw0xF4mHul24ccUPMj3mKhWMsqSuIoPFg+CASbhQEJ78YIe3SLTfbdOMqdx8zd4MmbO4GDNoTFAhLLRnAbK756EHoeBAIKBxIqXKk7Yc0YucjNY9qTbYQ0WbQgAo+q2mpWJCBIZMrvJ6x/LqVDd4DgfkBOD2+2e/+BfRsRR5wwt4f1/EC8xAHHT+393YOQf05dspARrRNs23DU4/GYlc/nU3EzOVxAIrgE+efUDSDYCBajPZxzgUe+3gRkxvIFHeU6CRjJ3lPn/rkJq1tAFC24jdWL0NuH+Xyp1Axkwdr82sntLQTe/YiPBPKdrPsneXQFCKNpeZ+3Z6rnSxxIPvAOA3muBZ2mZzoCcSlTvnJ9+Sd5RABihANRpLOnvVMqX7p8OQgEprFSh0AEgOEjF754QP5JHl2wEDnkwemJgeCENTgYBAI8OgSCXuwIADlOeioWG4idUD1lw4CI6hYWovzqIqf3EEgKeCAQpBQFiGDC3TsexuqycK8qbv96Nsm/sqHJnMysaKCTMCm8XnyRHgiH/vLgYHDKms5LL0cEAps1GDfVG1FF100a81pf8RsQ2qJJVw0EgNT9QcVpLDqQE3hesQdiRClbqqoZerQBwcOnnsLbCbXIYcL6kFSwLmYsAUSmFAfIqb1cvds2+XVQyjJj2UYvL+nyjAVAUl786IdhKKzHAgI3v3fv/pFTZ82/5Ien0vGbtl2gTF+MdKwRU4j0W3A3NSjGHoAcLxaLb6GwBH4lOhDy4PVn8ieizcLnCdSQ4pQ7l2JrQkka+RKd9FnKQL7kA4HNxadXM7eKT5XpUBgLyIvXs8kfyE0HldVHqBwS2H7jQvGFBVbUPGf4tF6npL9Cn54/p5w7/raYyVwtDqdKfuHayZGBvBBnpFxu70pk+zDVRFDch4+fYdjZwZTl2pYn2wwCUaMDUf8KkEve2D96qLwtjhavZjLF5wXhV2IB+ewS4r74/Jrr84toSBhBILJUw5+hRrT2Q+vm8MMdAPJfWEh98P6op/tvny4qcl29Wrz/qHRZTGPLoybjdz+//jz7M8CAv4BObAuRZbliYHRb5dLAZEKB/IL2fwI5N8oRgDwWRaH7vk8vRQdCXI/GbBOKX3A6UWyEhQDByEFK9XQ6qVDWAkjuPwbCyKLirQyo8rKSGXozdssj8/wR+vSoQIhimq5LxNlOTmd2FywEo5oYo1yY45ILb3ChmElAoPo3QMJXdgwUCgSvxLYMi1mgL2wQRcfBZ4DuHXs5lkiMVSvnK9yJDF72ffqMqEBAFL81X792owHBFDMa/x04EB3Y3KDBrJVQNO6PTagKAAlkt0RhBQ0BgvVMfu922TEjWhi/qxKqZCpvEkOZzPlj9+Dl1dH7g3nw6TO4JkcEIuvFi1hTVk434ctMa3L6F9jcE/Ioj/gvkt5oKUnHGTGz2fR49B801huBMM48WzYMJ81xIRK/A15hlJMKbQbip8V04EoXkOhZLtF/MutrhKBMvyytRzOQUWEg3Cyq98BAOJlKxiNSHB29/G7VGsO2jTVzZsQEEvu2VxuhQuCi/RLxwVVBIhdMMue94qy8Q738UrfMS/DmjKtMmQyEmk5OFS8MXSLid+Cf9iW0GQgdP+6bc1xKHfGDJBxK4T397+X4dlUoypNFRo54HqQy9Pj9vepY4vH5TKZarWZAt4rF0VWGptm2beUsZ05sICweEJNfiEEbEhAhAeRXY4UmxZi7TiIgpxGInCQTxyp4bt52g0Coa6jyefg7xnj/xFSbV6vyo/coWgQGUn32/sOnHeeHEm8ymT1DQ2M+kLnfLQ4CtMbW7Dn9sBAmAwFJZ/8tN7Bek4AQbisdAYErmokIY5NlB4G4duPCyHWwfzr+pthfVs7P2IkePoQ/h0c9IEPfa49qcx8nnlUrj7VVq3wn8t2yVy1ZAVqyZI1mzenjlIVAMMmPTUKBWHou0REQtA/sBkT9DlCODARjdJAYWoj/c+C9eSDtU2c8pg8PDKQ+1i/dhznrsfWhXpsLLuR27l2tdsgDssqy1y9bzeUhWWMZM/psIQxEqI0ftTAgKpS2AhIaXGgLIDje6H4QCJ41kRtg/4zaoYCNDg1k1vDJDRtuDg/PKhTezZ37/kPtWm1ZInGv+izxvV4oAZC5hrWqAjiWTJw4ccmSJU5uTV8tRKGelLI0F4cBAbUHgp5eeoHjHSI9NL4XgWBIVRkzAON9XSdKDdzcsOHklpMDhWuF9Zvnzdu3b/AbABkCW3kO09g3y1k2Bjh8zbHshX0EotqGp18jkUtS1gEQEyJ0xicQhytJiQxEK+umng4ECSo21htO2dAagTQkY7SdsmOpjcBJU/5eWwq37gxIKjV9gE9ahUJhQE28eQ9KPH5ZffO9VqvdB5/+3Vp1+9lq4OHL0Ob0ccpCYTrwdkBU1VsLkvGF4R1cGPqyXCihiiHtGsv9GCPCLNVGC7Gkn4OLJLWQBLMiNZAcQdI5kGsF0LXaD3zze9V77wtPD80FIIa9bGxoxUTUGntO3ywkiGOnSxlpCURzsuI/QWBsJGTrBMNpGZZoCpPi2w1KhePaKQPB8dVMykBU12QggahDRuV5NjIQDIP3FuqVSuU8uBCbAxm7tRiBLJ26dPJfApJz9DZAbOFyWm8u4lMUOV9iYwTOr3obgUguJovXS0CCWYVwEVLu1EDYdB9IqnZYHoFnlWrGU/WWYSx7NnarslgG8vemLLVMWgGxCWUEvloCwUUBXqqZNJhX0a9HIBgR4hIQmhgC0dGto4/ndEhnOnj42qfUNa5a6n1C1puxlz+ZO/vflsIojrOUKjqLaQQhMS9B+OVqSVqqtKnq7UVYvQTbNAvF0JdtnWlTVS8VWtsoMTLdaCMVZUtkRPxvzrlP26fP3PXey1a+xHrdrt3O555znpdzT9FH8tlhrfZbcTyfyWygQBoastptqHY2+0oDoaFaDgjZRiF9mSiQLvfvLxOsBeKR6FXH1wKp9bK9+JgCVqgLZ4XXqDDyYDUGwkvyuwcedyRayzw2arWNTOqWg0dQh5wuxuiSQPBKVLUfguBtFEjQRjOyxH5IrYHpD+qhQMhKF71t5AhzS70yxQq2bxf274DfdjbxWq0NiBQMG8vDXq126b9YXGT67kkDwdypGki7JBCmLkINEDp0dj1zMg2vlcgEQOhkU1oWrfaGZaxjekeVx8oGL52Q/Si6auE0zg8QyQ7VcL5+yHJRIDTNk0TDrC0o1NHD9WiMlV3kRnH88IYKD+2if7G4yHYWnR8ge9mkzi4O0l6M9H3IjVQMkNoey1UnV3EhXjaM1QFSwMxi+QYQvpkRyEbksbbxi4uo2vavdYDUJnWbOiCSw16X5LDXKT3sZX9O5ozSkHXd/3l3sTg2C5W3hrFisWMciWg3gbSER6NDFpGRVwKEiukdC5IFgh5Ak0T9iWFXZWLY/rvZgxI9nZRr/3QHqiiF5POD0wXx7GdtRSsxXjU0ZO2tJnULndUpA8LXzhblPYRZOukSl07gPSkQ+oq40C+1dDLDq+iPq0IX/UgEkfyeQc6+eUNOjpvPrly5ybmJ7uA2bnHRSe6dOc9XbXNDIRBqGDesTjqNskBoW304dp2/4XLXW1y8cd7DW6QCE+VKx9AqtM/wsYNoppMUHlyZKIzjmYIBRlaL9tParAbO1C1E7Ie2KMghjPlIopYBomD5HWcWrCQ8hN1VcXNqddRQIEDGmbg19jl3emLdx49A5KPBAJFqjW5y66rNixroIdLi9yqch7Dbfx5ZIEo2qM7X26Di2M1NOuZVTwSsTlRN78WC//Sbl7CMhQHLsAIMvvXMVCkeX798roGY1AHBaa8MEDpQVgVEdgtXipibnYfQBa6/uWv6ZshMkXQUQRClzIUt/unxjvHxj2bDNuxRNnHG0RqJ5FcvamzIoqIhWQ4ITevyQGy1QPCl6hQ5sC9J9lrYmToNluqXsWq6cl3fFzJPUyYAYdowLX4tFA4bQuE1Cxatike25BLZSARcZE6B3OkNcBKaBQgv+odMDqGCmh0VQAgRW90yIEqElgFRIHR+L7N1K1t2IoRDfvP0dAGEDPx+gxlkMJwMhWKBgG5r87psJNuaiAAQtR5iAvB14tVdaPigMGTZXE6O7ocQ1fUQLB5y2SzKQxYS6fK0V/fD9rKFckTO6jaXCzYmZ3rIH27d3gkIQu/du7kSbuBOkn3c8P4LIbP5cGj/9OeiKxb7kvsS+yI4AunBwYBDACARXy4fSaT+xENmbxc1+nUxApG/g+rEwUPBmkLcE06iIB4Ey0cHJWKfMXiIfK46HuIjVJC+z4nyy9MtDmPwhAfGyZ4TXTicq7xRV01tI3SLBznxYoCyUqJDzHCiOmhHjPLCOqxMJp7IJzIjE70BwQE4dDohMLjLttv1Tg/QXZPC1KOpqalHDuCR1gUGXkKtb+4LFvyuUgckvXPnzjRzw+beV7RG/Wlm6O6A0nsMKdjZiq2lwnL5pNTz2P+SKqaWP8/NPM9uinDK9CmeheiTzecj+dRIbxrcBaAE0uld7ZY2vb7FYvnuEByiBHQQITAxEs++PePPRyIJVUBM3M7t27fvrLkb1vj+xw+xxzbieDI8/HCWSn2TxB+J0+xRnRdiHrPnJV4bxVGxTyVPkHhvGgfVbd2aAEgkkYjEoZo3kr30cgBMDrEJXGEXz3v0LZ7d7klBR4DoAgAkMDAxkkmUzrwFIHGVHkKAgCiPH6/Ei2vg1tDQixfP/8MONaKFq1Jbmcx+VrEyBS5lIEHjnnk2khrJpRGIAEC+u/g2fRvvdkIQg912AIKBLJAWgeSgli6fz6gEwg3uxM7V2CMIf89XP9BBsGXt8xdDQ0P/R09GEyP29hYq63WvNxqOhTkZsaUnCrUuH4FhUxw9JDVSQiA6IQ0e4nLpAYhHAHXpOePo5KQAoQw8BEpNc2emplLHUptVAaGuDh+UjEmSfJoJtKwdRnV3pxsExET+ziDAZiVaa+BNR8PhWCgU8vv9Pl+yp6enT6PR9Pd3dnY2ebl6Ul+uiBpIAA1wElD80kgpIAKB4DToaUMgu+DQ6ub1zndtLZyAAiCXRu6XPh2DnK4GCJ3tYPeTDPxeS3r8IW/vbfAO+Pz77uGH+F3zYXvJix5lrP1iBXnR9jHR9EkwfR+avqnpamc/UWdFVzV9PUmfPyx/W6LKrVvMIZAM8vEEEEmkRia+CGSUBfnb2QJAbsChscXNt/AeN//KIaDuT5A7c9eRUa9qD4n6+o4d639st586dfxedzeEK+gWNNf9aWaanx3/WK95y7YPwVXfiqbvE00vCi0OJPr6enqSSR+CIQ4BXBCEPxSLeq3IUUbMNhanGAigyGQxaqXWlUoCSudAF3mn1+vfpeHI6HG7cLTNv2omxaZTjvsv163LrVmgHoiJ8yb7j9urujcsCrB0D81HBye86r3RqHjZo+3pdU+udFBTU5MGeEAoavX5/GDtMJgb5YVA5Uv2wVOvNgGIVn8oHL1G4FaIyxnXTfcdFetLCsquSMAqNYs0HM0OAYikAcgdtL/eZeOh3Jh3caZRggTmj7rmrQvUAzFxIY2d0QsSrlCDc0nC39oKJq5e950oNKxGNH1SNH0oBsaPer3XrYwTWaMxv68HQMB3NWkwNMWi16ys88mNtWhpnfrmf58upcBDIvnMS51IA9ZPEEx6EHngFKRL/66lraWNbxO7km7VIROHbs0i9UBMnL+TcDhlPwWCfzVDe0A46O2eS//waq6i7SHAVGwfDkcve2kSxsvcyGQTUzQcEkFcRWn6kugRXsYhFFCQnBSqbP4HzUzwts5LpclmoIEaRTcIpO8AINTkqBEU1O8VGykvXbN14ULEoQ4Iy4MKsghJI7fmNlahpCfkM9K71VsB0Ulikw9yhJUOtehzVaqmrFXtsmIv9s7I0eNmnYByMJriVHS2niVedVZwHADhP0gkOyzq6ZymEGPV+hJ5npjaG41VPaJfQ5M1HX5ITfnVTAot7aJsB1U3u7vT2zvAUTnKuZ1R818CwTjST3gQGmU9tschXkEKmb9ZCLOicb0SmiClo0e0okdcY6kRcDOWZFTrSFlB7i81qpsPICYuSXgcOGU/QAXHdg2ErMVRvJrnT1brNeIR6BIaMnwNg0NUAppRTlwjxbpmsyDKMadA0EGIfyz7cO7DsjKOZRPw+JTdrjl27K3158/5+q29PjqXAEHGhrETyKdCoT/1zL/3/GaHFBCHciBrKRA2o6N/LHmDIkQqj5FU8ufP69y8yMSFcbLBqkmlrib/4UrbKJkAPmJ4jCKQtYqALP3Vzh2+NBHGARx/NnZw3G1z5TxFEUZaKBOCgzGKUOq3Fb3JC/G6EbKCkBrWi8y9imL0VI6FgQgDN1AUYW8c7dYb/7ue5+bu1rxqKt4kfp8dx/N6X37bPbttrs/KihUEPvO/K6/u8R7AFux4CroVRL04rxfPTe2jZMrgMYyUw2ionER6IcSTJ3vMrgEXqFZqUKu8Ah6ktf5iBcnuXIIPey+rotFizUjRilNUOYn0xOcyIO/9AEApFUWY00V5jpNFdhJlnQUpZQcvMkii+3CWHY+Ow+XUP9tGsWjwKMcne0R8pDeS2+9PckCPzXXTS/KD9CeckL8E4QmYlF2kmFLtATn9dRYPkgWN0kKhQCl099BX2PcPIs9U9K8gphPE2E76SK+kePJkkMJWgRY+ugWhzzNHR/cjKnIXbqYY3qKRMriUaRab4bhAzlyEB7ke+s5GpP2SJdfs3Ujp8WwufW8BR+QPEg3DbJim4QQx63vlzbGx6JRwxiJ8L5CD/dAQpe0BqVUqFfF4QuBhJh1ZwiBu+BtrvXx4eLjb5EHCBtMsL1vW18eDvRfputRaDNBvW18p3xu2yGK11h6R9J39TCaCb+quVgc35rmNsaYR5lfA9c3llnF7RHpMEleTbQl1jR4cUJbDxoIA8AWApq0N/dxXk+ikl/O2jb1GYtuos8mwYgTJaUmSz6FkSxroutOj8uTdzMzqj9VHzNHdyIQPuRgd7sTuRd2IDkd5jHMb8ecBfitSre/s7L5llhYyt2MEeUmYuPbmltZZBMRqucQXJUb7MEWQl4SbE1cLGjhFxGqlKlq7QmDyikCQ1xT7Di5rIpf5PkRngELuygBBngsqebBYSXQrBwDQ6RdXRgjymiDZRXQ+JlYOpkSnp6MEeW405BThTdo0FoQg7wmhkEBILAA2nWfJ+5WpSYL6QApJ7ByMBfLQls/6FazRNwKxBEeGFTng9wf8ihILEnQZCAOTkwNB3HsghBBCCCGEEELoP/cLoEBEqwRkrqYAAAAASUVORK5CYII=\" />\r\n\r\nTo celebrate, we’re running a sale with as much as <strong>65% off our paid plans</strong>.\r\n<br><br>\r\nGrab it while the party lasts! (<strong>Hurry! This offer won\'t last long!</strong>) 🎉', 'success', '[\"4-x\",\"lite\"]', 346, NULL, '2022-06-23 12:45:59', '2022-06-30 00:00:00', 'Get AIOSEO Pro NOW! (65% OFF)', 'https://aioseo.com/pricing-lite/?utm_source=WordPress&utm_campaign=15th-birthday-sale-v4-lite&utm_medium=plugin-notification&utm_content=Get AIOSEO Pro NOW! (65% OFF)', NULL, NULL, 0, 1, '2022-06-26 23:44:33', '2022-06-26 23:44:33'),
(20, '62b8ef6124089', NULL, 'AIOSEO 4.2.2 is HERE with some great new features! 🎉', 'Connect your WordPress user profile directly to your social media accounts for improved SEO.\r\n<br><br>\r\nOur new Translations API enables third-party translation apps to hook into AIOSEO’s data for multilingual SEO.\r\n<br><br>\r\nUpdate to AIOSEO 4.2.2 now and enjoy more SEO opportunities!', 'success', '[\"4-x\",\"lite\"]', 338, NULL, '2022-07-19 14:22:11', NULL, 'Learn More', 'https://aioseo.com/announcing-our-new-user-social-profile-tab-and-translation-api-in-aioseo-4-2-2/?utm_source=WordPress&utm_campaign=social-profiles-translations-api-v4-lite&utm_medium=plugin-notification&utm_content=Learn More', 'Get AIOSEO Pro', 'https://aioseo.com/lite-upgrade/?utm_source=WordPress&utm_campaign=social-profiles-translations-api-v4-lite&utm_medium=plugin-notification&utm_content=Get AIOSEO Pro', 0, 1, '2022-06-26 23:44:33', '2022-07-21 02:34:15'),
(21, '62d8bb2712ffb', NULL, '📣 AIOSEO 4.2.3: Introducing FAQ and Table of Contents blocks + URL Slug Monitor.', 'You can now add <strong>FAQ and Table of Contents blocks</strong> to increase your visibility on SERPs and improve user experience.\r\n<br><br>\r\nAnd our <strong>URL Slug Monitor</strong> is a powerful addition that checks for changes in your URLs and prompts you to add redirects which helps <strong>prevents 404 errors</strong> on your site.\r\n<br><br>\r\nUpdate to 4.2.3 today and check out these powerful new features!', 'success', '[\"4-x\",\"lite\"]', 414, NULL, '2022-08-16 12:14:02', NULL, 'Learn More', 'https://aioseo.com/introducing-aioseo-4-2-3-faq-and-table-of-contents-blocks-all-new-url-slug-monitor/?utm_source=WordPress&utm_campaign=introducing-faq-toc-blocks-v4-lite&utm_medium=plugin-notification&utm_content=Learn More', 'Get AIOSEO Pro', 'https://aioseo.com/lite-upgrade/?utm_source=WordPress&utm_campaign=introducing-faq-toc-blocks-vv-lite&utm_medium=plugin-notification&utm_content=Get AIOSEO Pro', 0, 1, '2022-07-21 02:34:15', '2022-09-12 19:45:13'),
(22, '62e0c5a71824d', NULL, 'We\'re celebrating 100 million downloads of AIOSEO!!! 🥳', 'And we want to share this HUGE milestone with you by <strong>slashing our prices</strong>.\r\n<br><br>\r\nWe\'re offering up to <strong>65% off</strong> our paid plans until July 28.\r\n<br><br>\r\nGrab it while the party lasts! (<strong>Hurry! This offer won\'t last long!</strong>) 🎉\r\n', 'success', '[\"4-x\",\"lite\"]', 417, NULL, '2022-07-25 15:21:38', '2022-07-28 00:00:00', 'Get AIOSEO Pro NOW! (65% OFF)', 'https://aioseo.com/pricing-lite/?utm_source=WordPress&utm_campaign=100m-downloads-sale-v4-lite&utm_medium=plugin-notification&utm_content=Get%20AIOSEO%20Pro%20NOW!%20(65%%20OFF)', NULL, NULL, 0, 1, '2022-07-27 04:57:11', '2022-07-27 04:57:11');
INSERT INTO `wp_aioseo_notifications` (`id`, `slug`, `addon`, `title`, `content`, `type`, `level`, `notification_id`, `notification_name`, `start`, `end`, `button1_label`, `button1_action`, `button2_label`, `button2_action`, `dismissed`, `new`, `created`, `updated`) VALUES
(23, '62e0c5a719650', NULL, 'LAST CHANCE: We\'re celebrating 100 million downloads of AIOSEO!!! ⌛', 'AIOSEO just hit <strong>100 MILLION DOWNLOADS</strong> and we\'ve been celebrating all week with as much as <strong>65% off our paid plans!</strong> 🥳\r\n<br><br>\r\nThe party’s almost over and you’re about to miss out on this amazing celebration deal.\r\n<br><br>\r\nMake sure to grab yours ASAP because it <strong>expires today!</strong> 🎉 🎉', 'success', '[\"4-x\",\"lite\"]', 456, NULL, '2022-07-28 00:00:00', '2022-07-29 00:00:00', 'Get AIOSEO Pro NOW! (65% OFF)', 'https://aioseo.com/pricing-lite/?utm_source=WordPress&utm_campaign=100m-downloads-sale-last-chance-v4-lite&utm_medium=plugin-notification&utm_content=Get%20AIOSEO%20Pro%20NOW!%20(65%%20OFF)', NULL, NULL, 0, 1, '2022-07-27 04:57:11', '2022-07-27 04:57:11'),
(24, '62fbdbae57b10', NULL, 'AIOSEO just got more powerful with version 4.2.4! 🚀', 'Easily eliminate 404 errors with <strong>automatic redirects</strong> using our massively improved Redirection Manager. \r\n<br><br>\r\nThis update also includes some huge improvements to our Image SEO addon, making it much easier for your content to rank. 📸\r\n<br><br>\r\nUpdate to <strong>AIOSEO 4.2.4</strong> today and take advantage of these powerful new features!', 'success', '[\"4-x\",\"lite\"]', 463, NULL, '2022-09-22 20:05:34', NULL, 'Learn More', 'https://aioseo.com/announcing-aioseo-4-2-4-improved-redirects-and-image-seo-updates/?utm_source=WordPress&utm_campaign=improved-redirects-image-seo-v4-lite&utm_medium=plugin-notification&utm_content=Learn More', 'Get AIOSEO Pro', 'https://aioseo.com/lite-upgrade/?utm_source=WordPress&utm_campaign=improved-redirects-image-seo-v4-lite&utm_medium=plugin-notification&utm_content=Get%20AIOSEO%20Pro', 0, 1, '2022-08-16 18:02:22', '2022-10-09 06:28:36'),
(25, '632127b5947df', NULL, 'The Next-Gen Schema Generator is here! 🎉', 'This is a huge leap forward in WordPress schema implementation, and you definitely want to add it to boost your website SEO! 🚀\r\n<br><br>\r\nWebsites with schema markups enjoy better SEO rankings, higher traffic, and more sales. AIOSEO 4.2.5 makes it possible without touching a single line of code.\r\n<br><br>\r\nUpdate to AIOSEO 4.2.5 <strong>TODAY</strong> and enjoy the power of our <strong>new Schema Generator!</strong>', 'success', '[\"4-x\",\"lite\"]', 492, NULL, '2022-09-13 00:00:00', NULL, 'Learn More', 'https://aioseo.com/announcing-aioseo-4-2-5-next-gen-schema-generator-to-improve-your-seo-rankings/?utm_source=WordPress&utm_campaign=schema-generator-v4-lite&utm_medium=plugin-notification&utm_content=Learn More', 'Get AIOSEO Pro', 'https://aioseo.com/lite-upgrade/?utm_source=WordPress&utm_campaign=schema-generator-v4-lite&utm_medium=plugin-notification&utm_content=Get AIOSEO Pro', 0, 1, '2022-09-14 01:00:37', '2022-11-08 05:53:47'),
(26, '634bdef660d85', NULL, 'The much-awaited SEO emoji picker is here! 🎉', 'Now you can add emojis to SEO fields to get <strong>higher CTRs and engagement on SEO and social media platforms</strong>. 😳\r\n<br><br>\r\nPlus, we’ve also greatly improved our multisite SEO module, making it easy to <strong>manage WordPress multisite SEO from a single dashboard</strong>. ✅\r\n<br><br>\r\nWith AIOSEO 4.2.6, you’ve got more tools to help you rank your content, and that <strong>without touching a single line of code</strong>. 🧑🏽‍💻\r\n<br><br>\r\n<strong>Update to AIOSEO 4.2.6 TODAY</strong> and enjoy the power of our new SEO emoji picker and improved multisite SEO module! 🚀', 'success', '[\"4-x\",\"lite\"]', 512, NULL, '2022-11-28 20:45:42', NULL, 'Learn More', 'https://aioseo.com/announcing-aioseo-4-2-6-new-seo-emoji-picker-multisite-seo-improvements/?utm_source=WordPress&utm_campaign=emoji-picker-v4-lite&utm_medium=plugin-notification&utm_content=Learn More', '🚀 Get AIOSEO Pro NOW!', 'https://aioseo.com/lite-upgrade/?utm_source=WordPress&utm_campaign=emoji-picker-v4-lite&utm_medium=plugin-notification&utm_content=🚀 Get AIOSEO Pro NOW!', 0, 1, '2022-10-16 10:37:42', '2022-12-05 01:56:27'),
(27, '636c7ea91093b', NULL, 'Announcing AIOSEO 4.2.7: Google Merchant Center Schema to help you Boost Visibility and Sales! 🛒💰', 'Do you sell products on your website? We’ve got great news for you!\r\n<br><br>\r\nEnjoy greater visibility and higher CTRs for your products on search engines with our new <strong>Google Merchant Center</strong> Listing schema support. \r\n<br><br>\r\nSo, go ahead and upgrade to <strong>AIOSEO Pro 4.2.7 TODAY</strong> and get more tools to help you rank your content and products!', 'success', '[\"4-x\",\"lite\"]', 526, NULL, '2022-12-06 20:35:55', NULL, 'Learn More', 'https://aioseo.com/announcing-aioseo-4-2-7-drive-more-sales-with-google-merchant-center-listing-schema/?utm_source=WordPress&utm_campaign=google-merchant-center-schema-v4-lite&utm_medium=plugin-notification&utm_content=Learn More', 'Get AIOSEO Pro', 'https://aioseo.com/lite-upgrade/?utm_source=WordPress&utm_campaign=google-merchant-center-schema-v4-lite&utm_medium=plugin-notification&utm_content=Get AIOSEO Pro', 0, 1, '2022-11-10 04:31:37', '2023-02-04 04:13:39'),
(28, '637f12a45053f', NULL, 'Black Friday: HUGE Sale! Get Up to 70% Off AIOSEO 🛍', 'Our biggest sale of the year is now live! Get up to 70% off AIOSEO, the world’s best WordPress SEO plugin. You’ll unlock our NEW Link Assistant addon, redirection manager, local SEO module, image SEO module, news/video sitemaps +more! PLUS enter our giveaway to WIN an Apple 14” M1 PRO Macbook Pro - no purchase necessary!', 'success', '[\"4-x\",\"lite\"]', 534, NULL, '2022-11-24 19:50:33', '2022-11-28 00:00:00', 'Enter Giveaway', 'https://aioseo.com/black-friday/?utm_source=WordPress&utm_campaign=liteplugin&utm_medium=Plugin Notification&utm_content=bf2022-enter-giveaway-v4-lite', 'Claim Your Upgrade Discount', 'https://aioseo.com/black-friday/?utm_source=WordPress&utm_campaign=liteplugin&utm_medium=Plugin Notification&utm_content=bf2022-claim-your-upgrade-discount-v4-lite', 0, 1, '2022-11-24 06:43:48', '2022-11-27 21:41:13'),
(29, '63932ca59b30c', NULL, 'AIOSEO 4.2.8: More Control Over Search and Social Snippets with SEO Preview 🔎', 'Get greater control over how your search and social media snippets appear with our <strong>new SEO Preview tool</strong>.\r\n<br><br>\r\nPlus, check how well you’ve set up your page’s SEO by getting an overview of your meta tags and basic SEO.\r\n<br><br>\r\nSo, <strong>update to AIOSEO 4.2.8 TODAY</strong> and boost your rankings and drive more engagement on SERPs and social media!', 'success', '[\"4-x\",\"lite\"]', 560, NULL, '2023-02-24 16:13:04', NULL, 'Learn More', 'https://aioseo.com/new-seo-preview-more-control-over-search-and-social-snippets/?utm_source=WordPress&utm_campaign=seo-preview-v4-lite&utm_medium=plugin-notification&utm_content=Learn More', 'Get AIOSEO Pro', 'https://aioseo.com/lite-upgrade/?utm_source=WordPress&utm_campaign=seo-preview-v4-lite&utm_medium=plugin-notification&utm_content=Get AIOSEO Pro', 0, 1, '2022-12-09 12:40:05', '2023-03-04 10:21:53'),
(30, '63f967302fb0a', NULL, '❄️ Save up to 70% OFF Link Assistant, Search Statistics and MORE During our Winter Sale! ❄️', 'We’re kicking off our winter sale and you don’t want to miss the hot deals we have. 🔥\r\n<br><br>\r\nIf you act within the next 7 days, you can get AIOSEO <strong>for as much as 70% off</strong> with access to our <strong>Redirection Manager, Link Assistant, Search Statistics and MORE</strong>!\r\n<br><br>\r\nWith all the powerful features we’ll be adding to the plugin this year, getting the plugin at these discounted prices is a steal. <strong>Seriously</strong>.\r\n<br><br>\r\n⚡ So, claim your discount now before it expires! ⚡', 'success', '[\"4-x\",\"lite\"]', 603, NULL, '2023-02-24 16:13:04', '2023-03-02 00:00:00', 'Get AIOSEO Pro Today! (up to 70% OFF)', 'https://aioseo.com/pricing-lite/?utm_source=WordPress&utm_campaign=proplugin&utm_medium=Plugin%20Notification&utm_content=winter-sale-2023-get-aioseo-pro-today', NULL, NULL, 0, 1, '2023-02-25 01:41:04', '2023-02-27 17:33:01'),
(31, '63f967303116e', NULL, 'Introducing SEO Stats for WordPress - Track Your Keyword Rankings and See Important SEO Metrics with 1-click 🔎 🚀', 'Want to see exactly how your content ranks in search results inside of WordPress? You can do just that with our brand new <strong>Google Search Console integration</strong>!\r\n<br><br>\r\nTrack important keywords and get in-plugin tips to help you grow your traffic. <strong>Plus: Try out the new speed test tool!</strong> 🚀\r\n<br><br>\r\n<strong>Upgrade to AIOSEO 4.3.0 (Elite) TODAY to ignite your SEO and outrank competitors!</strong>\r\n<br><br>\r\n<img src=\"data:image/png;base64,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\" />', 'success', '[\"4-x\",\"lite\"]', 570, NULL, '2023-06-27 12:55:16', NULL, 'Learn More', 'https://aioseo.com/google-search-console-integration/?utm_source=WordPress&utm_campaign=google-search-console-integration-v4-lite&utm_medium=plugin-notification&utm_content=Learn%20More', 'Get AIOSEO Pro 🚀', 'https://aioseo.com/lite-upgrade/?utm_source=WordPress&utm_campaign=google-search-console-integration-v4-lite&utm_medium=plugin-notification&utm_content=Get%20AIOSEO%20Pro', 0, 1, '2023-02-25 01:41:04', '2023-06-29 21:23:26'),
(32, '6456fcffca6e2', NULL, '🗣️ [AIOSEO 4.3.6] Announcing Content Rankings: SEO Performance Tracking Made Easy', 'Get valuable insights about how your content is performing on search engines using our <strong>NEW Content Rankings report</strong>.\r\n<br><br>\r\nThis includes SEO data to help you <strong>optimize your articles for better rankings</strong>. Plus, you can also easily spot <strong>content decay</strong>, making it easier to combat it.\r\n<br><br>\r\nSo, <strong>upgrade to AIOSEO Pro TODAY</strong> and boost your rankings and drive more traffic to your content!', 'success', '[\"4-x\",\"lite\"]', 677, NULL, '2023-06-27 12:55:16', NULL, 'Learn More', 'https://aioseo.com/announcing-content-rankings-seo-performance-tracking-made-easy/?utm_source=WordPress&utm_campaign=content-rankings-v4-lite&utm_medium=plugin-notification&utm_content=Learn%20More', 'Get AIOSEO Pro', 'https://aioseo.com/lite-upgrade/?utm_source=WordPress&utm_campaign=content-rankings-v4-lite&utm_medium=plugin-notification&utm_content=Get%20AIOSEO%20Pro', 0, 1, '2023-05-07 01:21:03', '2023-06-29 21:23:26'),
(33, '648f989ac5ac4', NULL, '[NEW] Set a Primary Category to Customize Breadcrumbs (+ WPCode Integration) 🚀', '<strong>The wait is FINALLY over!</strong> One of our most requested feature is live in AIOSEO 4.3.8! 🎉 🎉\r\n<br><br>\r\nWith the brand-new <strong>Primary Category</strong> feature, you now have <strong>full control over which category displays in your breadcrumb trail</strong>.\r\n<br><br>\r\nPlus: customize your AIOSEO experience with <strong>clickable code snippets</strong> courtesy of WPCode!\r\n<br><br>\r\nUpgrade to <strong>AIOSEO 4.3.8 Pro TODAY</strong> to ignite your SEO and outrank competitors!', 'success', '[\"4-x\",\"lite\"]', 751, NULL, '2023-06-27 12:55:16', NULL, 'Learn More', 'https://aioseo.com/announcing-primary-category-and-wpcode-integration/?utm_source=WordPress&utm_campaign=primary-category-v4-lite&utm_medium=plugin-notification&utm_content=Learn%20More', 'Get AIOSEO Pro', 'https://aioseo.com/lite-upgrade/?utm_source=WordPress&utm_campaign=primary-category-v4-lite&utm_medium=plugin-notification&utm_content=Get%20AIOSEO%20Pro', 0, 1, '2023-06-18 23:51:54', '2023-06-29 21:23:26'),
(34, '649df64edb4da', NULL, 'It\'s a Sweet Sixteen Kinda Day! 🥳 🥳', '<img src=\"data:image/png;base64,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\" />\r\n\r\nWe just had our 16th birthday, and to celebrate, we’re offering you massive discounts on all paid plans. Save <strong>up to 70%</strong> when you purchase a new plan or upgrade TODAY!\r\n<br><br>\r\nPlus, we have a <strong>sweet giveaway</strong> with 3 prizes including a <strong>Pixel 7 Pro, Pixel Tablet and Pixel Buds Pro</strong>!\r\n<br><br>\r\nHurry, this deal won\'t last long, check it out TODAY!', 'success', '[\"4-x\",\"lite\"]', 766, NULL, '2023-06-27 12:55:16', '2023-06-30 00:00:00', 'Get AIOSEO Pro NOW! (70% OFF)', 'https://aioseo.com/happy-birthday-aioseo/?utm_source=WordPress&utm_campaign=16th-birthday-sale-v4-lite&utm_medium=plugin-notification&utm_content=Get AIOSEO Pro NOW! (70% OFF)', 'Enter Pixel Giveaway!', 'https://aioseo.com/happy-birthday-aioseo/?utm_source=WordPress&utm_campaign=16th-birthday-sale-v4-lite&utm_medium=plugin-notification&utm_content=Enter Pixel Giveaway!', 0, 1, '2023-06-29 21:23:26', '2023-06-29 21:23:26'),
(35, '64d030f92fec7', NULL, 'NEW: Announcing the AIOSEO Analyzer Chrome extension!  🚀', 'Speed up content reviews and technical SEO checks. This new free tool is designed for you!\r\n<br><br>\r\nAIOSEO Analyzer gives you a big-picture view of your SEO, bringing problem areas into sharp focus. It works on both unpublished <em>and</em> published pages.\r\n<br><br>\r\nAnd it’s <strong>100% free!</strong> Download it today from the Chrome Web Store. And take it for a test drive!', 'success', '[\"4-x\"]', 809, NULL, '2023-11-25 04:17:13', NULL, 'Learn More', 'https://aioseo.com/announcing-all-in-one-analyzer-by-aioseo/?utm_source=WordPress&utm_campaign=chrome-extension-v4&utm_medium=plugin-notification&utm_content=Learn%20More', 'Download', 'https://aioseo.com/announcing-all-in-one-analyzer-by-aioseo/?utm_source=WordPress&utm_campaign=chrome-extension-v4&utm_medium=plugin-notification&utm_content=Download', 0, 1, '2023-08-06 23:47:05', '2023-11-30 12:38:38'),
(36, '64d030f9311a7', NULL, '🔥 [New] Advanced SEO Tracking with SEO Revisions & Google Updates Integration', 'Track the changes you make to your content and see how it <strong>connects to changes in your search rankings</strong>.\r\n<br><br>\r\nPlus, see <strong>Google Updates on a timeline in Search Statistics</strong>, so you know how they impact your SEO.\r\n<br><br>\r\nWe’ve also added many more new features to version 4.4.0 of AIOSEO. <strong>Upgrade today!</strong>', 'success', '[\"4-x\",\"lite\"]', 801, NULL, '2023-09-19 21:26:06', NULL, 'Learn More', 'https://aioseo.com/announcing-seo-revisions-and-google-updates-integration/?utm_source=WordPress&utm_campaign=seo-revisions-v4-lite&utm_medium=plugin-notification&utm_content=Learn%20More', 'Get AIOSEO Pro', 'https://aioseo.com/lite-upgrade/?utm_source=WordPress&utm_campaign=seo-revisions-v4-lite&utm_medium=plugin-notification&utm_content=Get%20AIOSEO%20Pro', 0, 1, '2023-08-06 23:47:05', '2023-10-06 04:12:30'),
(37, '64fe924e6e39a', NULL, '[New] Improved Crawling and Indexing with AIOSEO 4.4.4 🚀', 'Improve your site’s crawlability and indexability with our improved robots.txt editor. With new directives and advanced functionality, ranking your site on search engines just became easier.\r\n<br><br>\r\nWe’ve also added many more new features to version 4.4.4 of AIOSEO. Check out our announcement for more information.\r\n<br><br>\r\nUpgrade to AIOSEO 4.4.4 today!', 'success', '[\"4-x\",\"lite\"]', 832, NULL, '2023-11-25 04:17:13', NULL, 'Learn More', 'https://aioseo.com/greater-robots-txt-file-customization-for-improved-crawlability/?utm_source=WordPress&utm_campaign=robots-editor-v4-lite&utm_medium=plugin-notification&utm_content=Learn%20More', 'Upgrade to Pro', 'https://aioseo.com/lite-upgrade/?utm_source=WordPress&utm_campaign=robots-editor-v4-lite&utm_medium=plugin-notification&utm_content=Upgrade%20to%20Pro', 0, 1, '2023-09-11 04:06:38', '2023-11-30 12:38:38'),
(38, '650fc422d9387', NULL, '[New] TruSEO Highlighter: Instantly locate readability issues! 😮', 'On-page SEO just got easier with our new TruSEO Highlighter! 😮 Turn on the highlighter to instantly find readability issues on a page. 🥳\r\n<br><br>\r\nThis is our most requested feature! With TruSEO highlighter, you’ll instantly find readability issues flagged by AIOSEO.\r\n<br><br>\r\nUpdate to <strong>AIOSEO 4.4.6 TODAY</strong> to simplify SEO & get traction.', 'success', '[\"4-x\",\"lite\"]', 848, NULL, '2023-11-25 04:17:13', NULL, 'Learn More', 'https://aioseo.com/announcing-truseo-highlighter/?utm_source=WordPress&utm_campaign=truseo-highlighter-v4-lite&utm_medium=plugin-notification&utm_content=Learn%20More', 'Upgrade to Pro', 'https://aioseo.com/lite-upgrade/?utm_source=WordPress&utm_campaign=truseo-highlighter-v4-lite&utm_medium=plugin-notification&utm_content=Upgrade%20to%20Pro', 0, 1, '2023-09-24 05:07:46', '2023-11-30 12:38:38'),
(39, '65354dbe87a69', NULL, 'Elevate Your SEO Strategy: Meet Cornerstone Content in AIOSEO 4.4.8! 🚀🔥', 'Introducing Cornerstone Content – your secret weapon to boost search rankings and dominate your niche. 🏆\r\n<br><br>\r\nBuild <em>authority & expertise</em>, improve <em>crawling and indexing</em>, supercharge your <em>semantic SEO</em>, and more with this game-changing addition in <strong>AIOSEO 4.4.8</strong>.\r\n<br><br>\r\n👇🏻👇🏻 Upgrade today or click to Learn more!\r\n', 'success', '[\"4-x\",\"lite\"]', 860, NULL, '2023-11-25 04:17:13', NULL, 'Learn More', 'https://aioseo.com/new-supercharge-your-seo-and-content-strategy-with-cornerstone-content/?utm_source=WordPress&utm_campaign=cornerstone-content-v4-lite&utm_medium=plugin-notification&utm_content=Learn%20More', 'Upgrade to Pro', 'https://aioseo.com/lite-upgrade/?utm_source=WordPress&utm_campaign=cornerstone-content-v4-lite&utm_medium=plugin-notification&utm_content=Upgrade%20to%20Pro', 0, 1, '2023-10-22 16:28:46', '2023-11-30 12:38:38');
INSERT INTO `wp_aioseo_notifications` (`id`, `slug`, `addon`, `title`, `content`, `type`, `level`, `notification_id`, `notification_name`, `start`, `end`, `button1_label`, `button1_action`, `button2_label`, `button2_action`, `dismissed`, `new`, `created`, `updated`) VALUES
(40, '6557cd394c7a4', NULL, '[New] See the Index Status of Your URLs Inside WordPress with AIOSEO 4.5.0 🕵🏻', '<img src=\"data:image/png;base64,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\" />\r\n\r\nEver wanted an easy way to know if your URLs have been indexed? Now you can with AIOSEO’s new <strong>Index Status feature</strong> in version 4.5.0.\r\n<br><br>\r\nYou can check your URL’s index status and other important URL information from <strong>right inside your WordPress dashboard</strong>.\r\n<br><br>\r\nUpdate now and get this game-changing addition in AIOSEO 4.5.0!', 'success', '[\"4-x\",\"lite\"]', 958, NULL, '2023-11-25 04:17:13', NULL, 'Learn More', 'https://aioseo.com/new-index-status-enhance-your-seo-visibility-by-ensuring-all-your-urls-are-indexed/?utm_source=WordPress&utm_campaign=index-status-v4-lite&utm_medium=plugin-notification&utm_content=Get%20AIOSEO%20Pro', 'Get AIOSEO Pro', 'https://aioseo.com/lite-upgrade/?utm_source=WordPress&utm_campaign=index-status-v4-lite&utm_medium=plugin-notification&utm_content=Get%20AIOSEO%20Pro', 0, 1, '2023-11-17 20:29:45', '2023-11-30 12:38:38'),
(41, '6557cd394e7d4', NULL, 'Black Friday’s Here 🛍: HUGE Sale [Up To 70% Off] + Giveaway!', '<img src=\"data:image/png;base64,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\" />\r\n<br><br>\r\nOur biggest sale of the year is now live! <strong>Get up to 70% off AIOSEO</strong>, the world’s best WordPress SEO plugin. You’ll unlock <em>tons of new features</em> like <strong>Cornerstone Content</strong>, <strong>Search Statistics</strong>, an <strong>advanced robots.txt editor</strong> and more! \r\n<br><br>\r\nPLUS enter our giveaway to WIN an <strong>iPhone 15 Pro Max</strong> 📱and <strong>Apple Watch Ultra 2</strong> ⌚. No purchase is necessary to enter!', 'success', '[\"4-x\",\"lite\"]', 894, NULL, '2023-11-20 00:00:00', '2023-11-27 00:00:00', 'Enter Giveaway', 'https://aioseo.com/black-friday/?utm_source=WordPress&utm_campaign=liteplugin&utm_medium=Plugin Notification&utm_content=bf2023-enter-giveaway-v4-lite', 'Claim Your Upgrade Discount', 'https://aioseo.com/black-friday/?utm_source=WordPress&utm_campaign=liteplugin&utm_medium=Plugin Notification&utm_content=bf2023-claim-your-upgrade-discount-v4-lite', 0, 1, '2023-11-17 20:29:45', '2023-11-17 20:29:45');
INSERT INTO `wp_aioseo_notifications` (`id`, `slug`, `addon`, `title`, `content`, `type`, `level`, `notification_id`, `notification_name`, `start`, `end`, `button1_label`, `button1_action`, `button2_label`, `button2_action`, `dismissed`, `new`, `created`, `updated`) VALUES
(42, '6557cd39515e2', NULL, 'Cyber Monday Sale 👨‍💻 Last Chance to Get Up to 70% Off AIOSEO!', '<img src=\"data:image/png;base64,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\" />\r\n<br><br>\r\nIt’s Cyber Monday 🥳. It’s also your final chance to get <strong>up to 70% off AIOSEO</strong>!\r\n<br><br>\r\nAs soon as you upgrade, you’ll unlock our next-gen <strong>Schema Generator</strong>, <strong>Local Business SEO tools</strong>, powerful <strong>Redirection Manager</strong>, <strong>Link Assistant</strong>, and more.\r\n<br><br>\r\nDon’t miss our biggest sale of the year!', 'success', '[\"4-x\",\"lite\"]', 905, NULL, '2023-11-27 00:00:00', '2023-12-02 00:00:00', 'Claim Your Upgrade Deal Now', 'https://aioseo.com/black-friday/?utm_source=WordPress&utm_campaign=liteplugin&utm_medium=Plugin Notification&utm_content=bf2023-claim-your-upgrade-deal-now-v4-lite', NULL, NULL, 0, 1, '2023-11-17 20:29:45', '2023-11-30 12:38:38'),
(43, '65928c22b4cc7', NULL, 'Introducing Support For Additional Page Builders: WPBakery and Avada 🎉', '<img src=\"data:image/webp;base64,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\" alt=\"\" class=\"wp-image-1019\" style=\"object-fit:cover\"/>\n\n<p>If your website is built using WPBakery or Avada, then you’ll be happy to know that <strong>AIOSEO 4.5.2</strong> was developed with love just for you! ❤️</p>\n\n<p>Now, you can use AIOSEO right inside your favorite website builder, making it easy to perform SEO tasks as you work on your posts or pages.</p>\n\n<p>Update AIOSEO to 4.5.2 and give your page builder that much-needed SEO superpower. 🦸🏼‍♀️</p>', 'success', '[\"4-x\",\"lite\"]', 1010, NULL, '2023-12-13 14:43:22', NULL, 'Learn More', 'https://aioseo.com/introducing-aioseo-support-for-additional-pagebuilders-wpbakery-and-avada/?utm_source=WordPress&utm_medium=plugin-notification&utm_campaign=aioseo-plugin-notification', 'Get AIOSEO Pro', 'https://aioseo.com/lite-upgrade/?utm_source=WordPress&utm_medium=plugin-notification&utm_campaign=aioseo-plugin-notification', 0, 1, '2024-01-01 09:55:46', '2024-08-14 18:13:32');
INSERT INTO `wp_aioseo_notifications` (`id`, `slug`, `addon`, `title`, `content`, `type`, `level`, `notification_id`, `notification_name`, `start`, `end`, `button1_label`, `button1_action`, `button2_label`, `button2_action`, `dismissed`, `new`, `created`, `updated`) VALUES
(44, '65b86250bda63', NULL, 'Winter Sale 2024 ❄️ Get Up to 70% Off AIOSEO!!!', '<img src=\"data:image/webp;base64,iVBORw0KGgoAAAANSUhEUgAAAZAAAAA0CAIAAAArJ/nXAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAgAElEQVR42u29eXRc130m+N231qt9xb4SBAnuJMBFi21Ksi1FkiXH8d7xHjlyx+mZjrt9Tjp9untOuqfTk0xOMpOZ9sRJHC9yO+3YWr3LsvaNOwlwJ0AABKoKhULtVa/edu/8UYWqVwWAJGSQoineP3QEVtVb7ru/736/77c8gru/g5tobF8f+sqndnmcUuVPxthPXp36xtOncGtc3yEK3P7hzovR7PhM7tZsrO0I+5X/8MierhZ37V9GLyT/4jtHi6px3a5heCiiG9bpi+m7Rjofene/Zlg//NX44dOJ27a1xRdK4zPZa3Re4SZ7lh6XJAm8/V8CHpnjCKXs1kK/nkMSuE39QUrZLcBa86HIvFNusFyXIkoCV7yO1zC3UHrgXX2U4fXR+OZ1wURKHRtfuHNH+2C3/+TEwrU7780GWImUmi/psqRU/rQom4zlbqHV9R/FsvmNp08ZpnVrKtZ85Ip6fKEU8MqEkIobEZ0vqpp5fc4u8IQyzKXUn702df8dvTxH0jktvlDct7V1XafviRfGCyWDI4QQWNfA7nj0/861vkOeJ16X1N/hzeS1aw0dBVUXBb633SOJnGmx0QvJx5+fKJXNG2GddURcIb+SzWvvELsyTGrdLFuFQ+I39PhLZdMw6dt+MZpuqZo50OVzKSJjuDSX/+fnLsSSpetz9r1bWkM+x/bB0MRMdma+uH+ks7/D2xJ0OiTh6RcnRIEf2dTaFnJ6XNJ8Wv2NZFi7NkS2rg/1tXuOn08+d2AmV9Sv3bl0gz794sSpi6meNneuoJ+eTKdzNwpA3LO7y+OSvvHUKc24mXlHT5unVDaSmfLNdFPtYdfv3j/07R+fPjuVuRGu58DJuXiyuL7bb1r0/KVMdP46uYMtAWXf1rbOFhdAtg+Go8liyOfY0OM3THr4TOK+O3rXd/l4nnMp4olzyal4vlBaY1ntegBWIlWK+LvaQq7XT8TL+jUnO7pJT02kTk2kbrRF/5NXJ3meu7nRShK5D98zMBnLPfn8xM3kh88kCl/7wei1oAxvbVDKJmP5yVj+Op+3rJuZgiYKnMcpXYzm4gultpBTN2hZN4slY2ImC6A95Cpr5nxGNYy1Z6PXCrAIsLEvkMlr8YVSS9ApCpxh0rawUxZ5AEN9wfGZTFE18U4aqdzN7wzqBv3+L8+XNesmUw0Nk84kCnjHj1zReHNsrlAygl75wkz2tq1t6Wz58OlEIl3yuKSCavzwufG+do+qmYzhWuzN1wqwGOBShHv2dD3+q/Gx8YWBLl/QK790JKoZ1vv39YR8jvFLK1Jrh8w7ZSFb0K1bYvlVDI9T5AjJXktHe1VjNlF8G8/O88TnkouqcXMz2bUaDol3OsRsQbt6WzszmQYQSxbfvaujr8Pz1EsX77u9dzZRmIoX7ru9h1KcHF+4dnZ7DV3Co2eTssh/+J6BJ1+cGBtf6Ii4EunS+/f1tASUx58fL64ghPvc0hce3tzd6nnm5YnnD81eiwsTBeJRxEqEBYBFWbZksBUemFsRKqzQMGleNdhy3yIEPpfkcgiVQ5oWXcgbhmFVPgp4pFoQWtWtdN6gtE6V7SFqBlZQLX0FSyOAzy25FIFUybmVLuh97d7PPjgkidyTz4+vlgJQxlJ5vawtc51X3pAY8qqZK+lYnBCeI0GvVJkr+8xwhBgmLeuWbtKybplrxL0EngQ8Ul+ruy3okCW+VDZnk+pMsvTunZ37RzpHLyS/9/PzVxM4E3hSQXwGVlBN/UpeDMeRoEdySNXbVDUrXdCvPgztUgS/q772rjg0gy7kdWpdE6Xf5RA+99Dm9d2+X7wx/Ys3plfFD4aHIv0d3idemHBI/GC3P+RzjI6nfvLK5G/d0VtQjcno2ueyeF1Se9i59oAliVxvuzdX0JwO8cDJBCHkt+8aOD+dkSX+3n09fq/8+K/GTYv1d3iLqsHzpCm60Rp07twQdjul27e1v3Q0al0D3+ITd/f90Uc2iQJX+XM6pT/6namZSwso5mHosGHShi7P//7F4aEuD4CTs6U/fGwyGU+jVIDZICXuGAj8n18a7oq4KutQM+gf/XP0uSNx5DO7el1/+eiujpCjAkizGf3Rx2bOX5xHPgtd8yj8f/7Crnt2tVbWr2nRr70w/w8vxKxMGmUVtGGZbur1/eW/HOlvd1fOkikYX3zsktcpRtqDu7vlT76rfbX6oGWxP//53Leen2GF3M4ux198cWd3xAlytYD16vn8//q96UJiHmoJprl/Z9ufPbLT7xabLZwQ06IF1Yyn1LMz+cNnF14ZS0ST6lumz7LIjWwMPXxH1107Wvvb3T6XKAqcblgLOWMilp8r84kyv22j8PPXp2fnrzAhPEf+xfvWffmDg05ZMCz618/OPfZSlOZzSye/Nu7cGvmzR3ZG/I7KnxcT5Ue/Mz11aQGFHPQruPxhn/xfvrBz/84W7qoBazZt/Mv/MXP2fBzFPHQNbC3NIRJQdm9u8bqkkU0tLxyeXVViRHS+eG46UygZm7e1EQKR5/o7vEfPzj/14gS7Nvxq18bww/vXrT1guZ3S+/d1q5rZEnA+f2jm0lyhM+J64M5ev0cmwDMvX/S55Xfv6uAIfG750KlEItWwducWSofPzPd3eN8ci1vXRgn5wO1dO9cHarucP2gF1vEzjg6US8ilkU2hkIOhizx55MHB37mzi+MIAJff4x4Qk94yykXk0kgvQC3ANEWB+9JDg/fsaqsdMJ63Ct429HqJZXzoHue7t0V4rvqR4LK4NgBhaCUUckOt+NT7+0MeqXZtHyfuH8T8qWwJxTyyKeTSUEtgjBDcu6fj/bvba4dKFqnQjoNxvXAcd2yQuyPC1e/bVV3GYo5Wgj4Xb2i/c4/rrp0RnuOu/ueTZZl0ifB3oJgX1fwn7uvcszF4+Wt4kLFS2Tp1Kfftl+Lf/NVMIZW9opE3jd5W1x9+aOMn7u7rCCkcR2yujdAZFjrDSlFnT5wq//dj6oK7Deo81CKsFX3DTT3ef/fJzUM9vsqf78ko35/1lssGchlkkyjkoJXtyCUK3Mfv7r1jS6ROzyWn1cZBaoNaQC6DXBqlPPTl3fNd6wMfu6sn4JFX4bK5LbkdoCHoZeSzyCygsOpJW2kks+WjZ6u2tloPena+WGHQhkl9LsmyaKGkA7h20eFj55KxZGntAWvnhvBgt1+RBUIQCQymsmVFFloCTknkOiLuD+5fJ/Bcd5snV9R9LonnybnptF2Nzhb1v3tizCEJ1y77wVxCsAkhhBfg8jKXFy1d0EqITW/yqB+7q6dmFaTyPUmGJDO3H63dUIuITg63sofv6KqtYMrYM2f00TmTCKLXJY2s99XMijF2NmnGC4wIIgQfnJ7b9ykeZwMl2dIqDEbEA5oLspMFWmBoyKYwfUGGeceWOvABmMpYl7JUpxwjJOLiVotWANIqG52zwAkenzg84FsVWjHGDs6YqsmI5IAo+zsiw5sCV7wGQohLEXYPBjb1+rsHOv/0p/PFdBbp5NXQB0Kwdyj8548O3745XGPHy7g5EvnwFsfpec/BuX6EOlEqIJNEah5ldSlT++JDGwa7vLV/CTo5XhQJExBRWLgVuo58GlPnawDhUYQ9G0P22zyVMBdUSgQRHj9z+9HWDbWAuRkkYkuYJoY3hHwuaVXPaDxlRfOUCCIEkSluhNqglzEfRewS2K/rJxZKxtcfH3M6hGxRf2vJ1QRkIaO+eXIumVFL1zhzNVvQswV97QHryJn59d3+2HyxLex8/uBMQTXev6+H40jY74gli8+8fDGWLO4f7lRkQZGFkxML6SWJlKpmqdo1VEybiBsh4AkDGAhHAAgCBK8QDH32vY6uiGv558Rx4CSIkmwUfu8BX2tAqVPlHP3WUVU1AELavfzGsGDDMhyNmXmNgRAAksDv7nGIjaYXcZE7e8SDMyYjhBACWWHhNuTSIZrZ2udrmOeYmdMYCNnexvsd3FuYh6mMdTFlAmj38JtaVrcSijo7FltEfo7rDQq9gas9AiHELZNHb/ccitIfnHSzcAfKRaQSmI8thZX6Rrg++Ldf2bdjIHDF4ysi+dROxxMntTNJDpIDvhCLdGDyHLINmS63b4l8/K5e+x4QchKe1HcwOBQmCJiP1gCrr83d316v4KOUvXHJ0C2AEIBU/gOXjzmXCSjJEn/bppCdFV6NyHgibmbK1QVDCAEhENzM5QEB1sL9KOtWWX/rtkYZG5/NRZNFy2L6dUmpXXvAKpT0Z16cyKuGLPKFknHf7T0CT37y6uTt29oOnJzbP9z5+PPjP35l0u+RVM0SBY693ZFAnoPEAwx2+WZDj/+DdzYwmmXHyPrg/ftaa6uQMvbTc/qRaHWrGYrwYVf9CJqFgzMGq5sHtznCN7ESjpD3r5e+frBcXPwiIRzzBvqcVme4DosmZYdnDcMCT7CrXZRX/xgZY6cSZkqlADaE+YhzdQRtvshOJcwq3gPb2wSvY3VH8MrkY9uVn5zXSwaB4madLngCmDiN8jIZ2x0h5T9/fse2fv/Veo4+frhDODNfvULi9LDeQZwbrR3c6xT/8Lc3tvgbvDO/g5O45p2J8YJdRgy46xQpp7ETcbOBmhACMBSXiX6EvHLN97xaxd3Ekahh0SpgVY7PGINaXElie1vGNaUX1xywTIvFFkoAdNG677begFd+4vnxrlY3ZezAyTndsD5098CTz4/Pzr8NwW+/R1ZkocmhqGxesAGHxONzd4Z7W5QlVg6w+upRRHz23S0dwfrX5gr0G4fVSvyTJxjuEN1S/bDJIj2dqD/adQG+x88vvcgd7cJAiD8RN+s24PYNb+TcSt15TJXY2JzFAI6DarCJlGUHvoCDBBRS+xfGWNnEXIHamWVeoz8Y0zST8YQMdwgu23VSxlIlVjZX3EksiqdOa9MZE4yBgCNkb1fDpFqUpVSmmYwQOEWiCEQS0KQ0E0I2twohhZR0C4QjIMwXRO8gLow1qU4CTz5177r3DrfVNwbKJjP0xYv6qTmDEbK/X7p7neQSUbtlh4guLwcwVOCE4+DyINKG6QsAIRx58Pau9w63Ne0WThEumVtQLTtiEaaxchKEI6Lnji1h+x4WK9BzC822ynQN6VmUUwDASRDdIByA9R2erojTvmEUdZbV2EobNgNOJ8wXJzRYJni+chAAsAykLqGcBAAiQPSA4/GOGdcwreG2bW1Br/z4r8YZsHdL27pO36b+4KHTCQY88K6+7z97Plu4rqlDLUHlDz6yrTXo3DLgW14jWRzbWoWPbnUIS+gVaVQNRjrEhzc7albEGHv6TJ1eOSUy3CHYrfRCyprJ1df3znbBtxwrCTm5fV1CHbAAwem8fSRoN67JjDWRsgAYFv6Pl0t/f0gFASgFpYQXPr7d8Z/ucdVol0HxV6+Wvnm4ZNo4pG4inrfA4BCxr6sh0H5m3vry07l4nmIFTcqiiOWtks4ABkbCLm57m0BQn4fXpo0//nkhpTIAbolsCPMPDcn3b5B8ja6rVyayyIGw2s7BfAHIIvIqOLF29s6w85N398o25/ngrPkHT+dOxE2LAgR/f6j8Z/e6fn+Pwtuul1YOyRGAgTECMI8XVg6QetoiX/7gBp9LXOpLuqVlgANGAYDX7dgxELTz8NG4mSwuYTrFLAoJGOVFwKqqCsMbgvaskYLO/uTZ4nMXdNbE7W3nTat0Pk/B8QDhCRhjlAGaitxc5ZJAeAhO4BZgrcWYmMkdPTOfLxnDQxGHxOsG3bwuOD6TPXQqEUuWdON6c9qWgHOwJ+CQeM+ywucidZJ4/Isdjm5fsyrEE0hCXTmQBXxml6PFVf9aosi+dUSt3VarixuKNEzvsahZa1jkEDDcIUj8MitV5PC+AenbR8s1oh1y8UMdLjtjGo2b6TJd5EosrzEALBnFzBkSaNUGNvNcXX1bKNF/OlG+kDRAOLtzAcZArVaXMBhuuM7nxvXXpk3DYnU6ufjlZl2cMRDa5RX6AnVkNil+ck5/fVpftEN2OMr9+Kz+x/udX7nTab/linBYvyTGwAlwOTE/AUcInFT5aM9QaKjHV7v9ssn+n9dLR2eN6g8Zchp7Zcr4/IjCLz6NsoFojlZ0STBUMAuiAxwn6JlP3rVzz1BoaYjAIRC3zAFWwzYmOSq33xkS+9uctttkx2Jm0ViyivILMBd3Yk4EuApJ3LcpbD/h+QXr8ZNaLGeBWiCk+mgYA6NL3T1B4AiIRSkzLSzMQivVj/9OoleXAyxF5n1uOZ3T3nLGcC2PMZlWXYrocYr5oq7plkXZdDx//W91Op5/6chsd6u7RaG9oVCDUoG6cW6KCB/ZKi8VRwmBHV6G24UPbJTswcGnT2vHY3VaNBjmW931HxgWe/1SXcDyObjtbcJKmvRIp9gf4M8kqzPf6+e7ffV1qVs4GjObYjKMMWTmMDfuyF0adrUJXGvto4spazpL6yubUhAwXcP4MZQyA3u6Ozx323QTdmjWrMJuxYQIAbVYYhrRs0ttqT3i+cxdI0GlroWXDHZoxqi6MIwBhCMoaPSV0fgXtne2LGYwAciorGwysApTq0jdhMlOUAPlBSgREJHnyO2bI7VETQAZlY7NGdWdw6IgBBynGixdMBwyX0HJM/PWoVmjClU1l5/jAbKp1/d7Dw5Ky8UZFZHYXfjFDUSukL+dA8GALQGloLMam64/BWohl6zH7/iqRhb2OYZ6vPYt52isKiCC46pSg2UytYCLx6GXmhZEf0+gt90zOjEfT+RQzIBaTYD4mzh8bkkW+YVseVUZecvbjCzyn35waMdg5LXjse//8vyv2VLD55FPXUwRgqJqSOKaVf+uNk6SK+rfePqUKHDBL+26c3MdsAQOtW1f4PC5YUenl1spvlWjV1/YrbS461+bzdFvHlVrxZEcwUiH4BKJjX/R07Y8xnUBrte/4t7Y7uHu6BVrgDXSKXpkYtd6j0SXFMFbJvJJgAU90s714QZmF6+HJqsWAiCbxMxpMGtPR58k2IS2Eh2bM5t8ZGZZmDmNhZllYiyqFOE22nlTLG9TdggBQBk4vXzxyNHUBwJ2wJrNWfkqTyQ2r4iAEFAdRgGSn+e4oR6v/YwBhfvAkGM6y9IqBan8kD17fP6BF48LgRYEWuH0JTV+OmNVCUsFczkepu7gzUd/5/Z1HcuL9w4BXnkJYEkOEMITMrKpXRbr9hLL0bPJJYF8Q0c+Vd8H+SpJHOhwd9sELN3CkaipmdXwIgjAGON4JKYQv7A0X2E8NTN9ktea8wYIeAcum0qyRrHEtR/tYeeXPrwt4JG//8sLrx6Lsl8TsHxuacf6cFvIOTwUeebli4b5a4lNoxcWLs7mxi4sTK0RseI5sm9ra3vYdeDk3KW5VdSjGCY1TLq0CocjVdPaGOYfGpJXTERe1OZ3d4r3D0qcrbjnR2e0o7b9VuKxt1EYmkhZ0Vx9IW5uEQLKikvNIeA9feL3jpdVExJfcR7rn17KWpPpJVuIXkYhDWB9d7Aj4rHr369PG015HIwxZBJgliTye7d22q/jYtq6lLWaMVpXUVy+2EKW+M5IA3c4l7TmCs2XZ5VyRC/Z4wYWZScTVkFfZEBsEblMrfr/lgZQQnin3IDsskD+eL9re7vw3WPl16eNZIkyxgqphWOj50HPQlLgDSHUjWAHFDfhBRAGxphlknT8zs0tH33fppVyCzhCgk6uGQJEGYT4XI4dgy12vfLcwjK3iVIO5cVFTniQqn3t3hhy2e49r7FjTeyMEFhmAztrEA2ZtTTLiePBS5exkd2bW3raPAdOzk3F8jcaYHW1uIf6AgLPbR0IvH4idvUka3nASue1V47Hhocirx6Plcpr0NGmoBqFtWs43RFxfebBTSGfoyPi+vrjJ1dL2co6XRaJRA4f2+bo8l2BYysiPrPL0bpIrxhDvEC/dbRsL45sdXMbwrzdXzs0axZ1VuNx+7rFy+RMEEJ2d4ptHu5imvodZGurYEeEUwkzWaLN0kkpC71ECLasi/hcso0xsVOJJfNDLeTmAbQGXYPdDenpiQLjCasW2NROms1DtBiRKhK+DhdI9e46u0PruoJ2WerQrNGU2cMYI4X0yPpA0Ouwe46/mtBpnVtVmmdSqIUarwNjFmXj0cL+Hcx+kS6JfGSLfO966UTcfPq0/qOz2njRZyheFNPQS1jQUdQwPw+nh4kSGIWehakFUPiDz98V9jkv83DDTg6M1kNyAAQRhO9s8Qz21G+TMhyeNZrLYRlDIQ1Dq/trhKtg+q7BoGgjoXmdlQzmFmiDqkgNRotMkSoIpTEH4yRcplSKCDVAXNZGPvuBTZGA0tvu+b/+x3HDojcUYF2M5g6dTvhc0oGxxBq4hIZJf/DchR+/MlksG2tVH6PIQm+7ZyqW+/WzNhiDYVLTorpB2eo5r7HCHW1qET66VRavpAns6RQ/sFGqwQ0De6aRXgFYH+I7vXXAKps4Eq13B/I7yK72K4Q7+gL83i7xYlrrC/B9NufRonjjktnkozMAuSRMXRT4O3f0cI0J8dOZJROuqShlAQz1hTsjbvsn96wTn/p0wLQYwOr6iCaxcktFcR+b1b76g2h+PoVyGZa5ZaA97FPsd/rmTPPORBjrEEu/e98WxRYmOxYzD1wymqmcaaLQkHVpWuyZ12c/sr+3KahHCPE5yLt6xdu6xS/tU5446fg7790Xjp6g6Tg4BbwCw6hmijIGI8sZ2Ycf2Pa+vf12lsTQnGwRcRFCSMP64EUI4rb1rU23eXB2iYDFKLLzdSeMr4hfCHul7f1+O+B2erhvfthT1GjVJawClpsVHqzoU1nV+k9PJQ6dTqBUhGW+hRJCizLDoKZJjbdkI8vFrBS3U5yM5dek4XgyU/6bfzrOc2S1+fHCZb2ntUw76G33fPqBjX//5KmLv3Yld3S++PUnxiIB5fi55K8fbaysF4ljn9gmDwT5y9eXKCI+N+xos6lXiQL9x8PlpqvY0yk6bFObLNGxuTpq9PgbMrAoY29cMn0y2dxSP7tTJO9fLz15StvW2uA8Fgx2dKmARS1kEgACPseWdQ0C1uFZI68vWWHFTCXStGdLp9PRAAR+hdvbtRSzfUA1F0QMGuIRL0JllPJiIb17W4ddEY/l6YUlqUlBBV/90Ia7dvfW7i6n0a+9qS6obFGYXxT4S3mU0o1PBs8dif2/T579Vx/a2FTGVIEtkcdAkP/Ku5z3rFv/Jz9r+eXxhJVeQCZVz64kBOC6W33/6uN7vTbueW7BOhY1P7RFtgtwYeeSe+cEUZJHNrXZ0TaWt84tFbBMA/lk/eIXMzPWdXi6WhpKJiSB7GgXl0yyCFQxMVmkzlEfaAeKeeTTyKdRLMJYhT3GF0p/9+RYW8h5/PzCr98hgxDs29a2ocf///1wdK3a2L21DPvr9xKKqVj+H546NTu/Bl3QKGOjF9bszRw8B5ljgyH+w1tlkb9CuvauduGBjXJDcPCMPjpnNoos2N3ZkMU1kbJmbRlY29saMrByZfbfXiz2+bm/etBjP/+eTrHDy410iHYBayZLJzPLCVjFNID+jkBPW12i1kx2JGo2LwzGkE2CWi5F3LWhhV9NsQhj7FjcLBogsgOyw9ka3rOtQcA+nzTtyo7AYXOL8JU7lY9saakF5kzK/nlU+8m5ZvNjYEhOQ1drSFFxqQqq+ef/dPLSfPEPHt4w1OMTeLJ0U+EI2dUh/tVD/kcp/8rFAGvVkEsjEUU+A8Y4UfnMw5u2rY/YKBL761dLZ+fN9w9KQcVencNVIqO29cE73c5dG9vtJz2XtOJLBSy1UPdnOR5cFZK2r/P7XeKq1uRMzppIW0QQ4QvCF2CmAbWI+TgSs1fJtihlY+OpsfG16bvLGF4+Gj1yOvG2vx7h+gGWqpkTszfEG5+anjhP4Fe4u9ZJ6wK83W1kgMjVk6c5grCCR3bL9iqWaI5+84ja9BBbXdymiL2EkB2Pm+kyqx1nX2NeeCxPx+bMS1luvkjbPPVrGAjxj4wo713fIN6PzS0RsACUsigXAYwMtbmVuhCbVmkTmAJgloncPMBaAq7N6yKrqpo2KQ7M1CWqbr+wLtSwhHIa6/RwJoNbIv0B/rc2SPcPyl0+jrdVLz0/YfzXF4q5Mq0nedUU69gFO7Wpkaxs0fj6j87/7ED0vj0dH7i9a9f6QMTnEIUG5CKEDEX4r77bOTZnZgjHIgr8YcSnEbu0rS/wmfu3iIvvf2OMvXhRf+KU1unltcaEfq+DyALXwCF4obsjuKEnYEftg7PmMq5MfgHmooBFxIrM55D4PUOXq9ZedlcYm7NSai1xlxBRhiAxSpGMw3p7ICOT1zI3wPtTrglg8TyxbuAeuQXNsicXOyXy7+92t3sajOqp0xoDPrylHuUOO7m/ecg7EOTsnf+ePK0dizUvoMEw3+7hbDQHB2bqomdAIdtaec4moo/NmfMFa6HExuYsO2ApAr76HmdD9jZjb1xa7tVZ2SSoKQrc7du7BdsPJtLWZNpajo5lAGzsDXWE3auauoVa0kNF9YsIEVeDKX5gSN7dKVZ856DCSTzsmFK5/q/+NH8xbTUF45hpYPIkilmbSyXbv0MpJuPFv33m/Ld/MTHY6X3vcNsD+zpu2xx2Oep7AyHkzl5xKMy/MW0SEIgS61rndMpffjiwzla0XNTZd4+VSzrlOb5JjHZLxClCNepZIITjNq1vbwm4bOECHJo1mpUcxpBO2AQsqUIPfW5p51UUbDeoMRSHo8YyMapi/jKtct6uUenReN2aA689YLWHne/d2/2z16Zu2PemNE0uR8jW1oZ5mC+yvz2g3rdBatIdtjfqDrE8/e6x8lKOPNwu2kvzMmU6Gq+vsy4v3xdoENGPxsyiAY5jz1/U7xkQOZv5CY3sJ6ex0bnmGj9GLWTnAQR9zqHeoD2eeHLOypSXE7D0EiHYtr6l9orsyvdzGlMNtrInjl9c0M/Nm6BWJby1t0toog5OkawL8itN+0Cv7doAABeVSURBVEuTxr/9aeHE3HL5lrELiJ+vGzwngnesQNWtExPp0Yn0d3958dP39v/7391mz+f0yyTs4kC4CpEmHHfXvv6H7vTaAxESTx7Zo3xwsxxyck2A6xSJUyQLNpWaELJ7a7edIiWKy+h0zNRRTNXRdjFltK/V1d0oYKkGy2mMrezZTaTp8+NabZJtT3kOehpYrMghN0SO+8imls6I+yevThq/od0aRIH3uaS30J7pBhmUsZ+d016/ZNw7KF0e9Z4+ox1dQq+cPN3ZRmrLmzFcTFN7ZtOONsGv1Fd/0WAHZ4wKHLw0aSSLrMW94tRFc8uYSo0xre8K9LTXyyR1a/kMA+SSMA3FIe7Z0sHznF1o+9c/zs9krYbQVeMtz+asarcTSl0yGem8WmmmqLNvHVX/4uXSVIY2pomCUYrYBC4cgj3II7plWazBBGNQdcsen2JAIlP+70+d29Dj//0HBuwxlOrS4zgwFnFyj97mbvUKTXvPe/qWf7huiTglrlqJWA2zkN3rG4pPz8ybsfwS4ywXodoysBYFrC39fnsX1pLO/rdfFZ+9sKJ8zoCFIo3mzGpqRaUcinAwNGRmoWUWjy+BvyEASxY5l+P6KUtrf6bpeP5rPxz7zX3ZcrLI/uFwuWSgZFQKS5b/WrxAv3G4vBQOIiyzPajY8Jodj5nZRZojchjpFBTbrMcreeGEADidMMcS5j3uFYHyeNxcKC2XrKgVAOzc2GaPguU0thRPYZnILQAs5FO2DkTsn7w0afz8vG6a1N67glV+slxcvMst2B3ky+8BT5/W/vin+YLemHlUEdRi4zh3EIatE5aghCOhP/3C8O7BYGX+C2XrPz4x88roHIp5GEZNhtR0ayreEMbJayxVomAU4DiC394s3zu4iu3TJZGmtuGdXn4gKNjv5Ui0nlJnY782AYurClgcR961NWLPnJjMWN8fLVcTTWwJX4xaKzbkYwxURzpuA0TuBqFXAF47Hn/9RPy6mfs1gcYbHK10w8LKSPTz8/qh2QrlYZeRRZ8+rY3NLQ1s6wNist3fa3ejDth6YHllsr1NWCkvPFNmr04Z+/uWzyk1KTtqK5+ur+ZsEpYpS/zODS32ErnpzAoCViEFoK/D32lLiKeMvTljWIyg1neUUhCChVnMnFnWljbd2RtyhK9ORcaZebOgGgADx1drfQFmaLh0GlOj1d4GNWuXfLs3Rj533zplMT5qWKz/nPxKIYBSAaUCsmmUCjB0UeC2NPY1jOfpTLYKBD1+/vf3Kg5hFWRf4klTS4mhCB+2uY2lSufC5hpwitx8vcRvMQPL7xK39jVEUcfmzIUSreZwoFpyz9Q8JpaUEDbNYCFlq6mWGlJb39bBgOvZ0k7AO28YK2fGL5TqDa0uM6J5+q2j5aXpAlxmbnuX5XPXxZeUyuxxum4fP2CTeBjw5oyhm6xWc/fSpP6HtynLVu3kNHYstpyAlU+C0YDHvWOwjTRq+ZUGLw3rvpSDVgSwY7BBwKo12GooOWSMzJ5liYvLSa1kT+eAPQPLomwqQ88tmCWd3dkrtdpS1TiCvgDPiWJ1I2MMpsGohYvHcekUqNmAVo4QOHmw2yfbwJfnEFA4zuFkooMEImjppGqJZFO7Q6W7d7TaN5KXp4y5ggVA4MmndynbW1e3wjmCUKOqtberKaWOnZwz7W3RgMYSQpBaxUxvq6u31WmfoqMxs/ouZEKqLIkxzM8genYVLY/5y2bA39RDwK1hYxk/PqsdnDWuqNk/cUqz96talF0NOXFh79B2fuVE880tDdt12URDtjdwIm6eTVr7upZJNYrm6DLJirpWMZWBLn9fu9fO7N6YMZuYLgOQX4Bl8By5c0e3/RQFnekmq/Y0XYymu4jR0a+c152MwaI0V9StxaCa1yXvGGyxt6s/GjO/+ET+zLzJEfzXe93/y+12v5hsDAsBB1lQF+1cEKEZWLi0LFqBkBafbDdJjpAPbZF/fkEfX7AsBiLJXpe8e2vwT/eLrcGG7eHJU1rZBAjZ2S58fthhExNZ2YS+JHitiMSeOMoThJykhkcemexsb0ipS5YoAQsrrKHpI9OYbMDvBGAyLkclCgJgeDDoszn4uoVsmYaclfa29qY6BeZzVC4yXzJ047IbJhHAyyC3AOsdPxIF9q0j5dKVSh5ncvSxpcFBxpCOBazM1nUNwtCxSuf1ylxzGOkU7R5KLE/HG722ZJG9OmXs7Wp2YxhjZ+bN+aUClpqDViTA5nURv8dhp2PHY0vuhNFKQnzQpwz1hRqVGu5bH/GWDArGal6hQJiLvjebLwHIFvU/+t7UibPRiorU1uEb6m+xt6t/blw/HjfBGBh7fVp/ZLdSaztGCHr8XKtnsZln5Ve8CMHWoZiXIQdqqQylJfVb7+4VH/uo94WLxnyROkWyvU24vUdodTVkmfz4rPbKlAFC3BL50l6l21f9lDE2m6N/9kLhYsq0N5AiBB/aLH92l6OWMMxxCClcbQba3NxQuOF1RJtbhP/5CZ9mLnaGqbrrLqgfqlCkeNb4N9+Pnp1Y4MuF3UMhe3hRFvAn+12PjCgMrAGw1Dtg7gZgWvRvfhH93svTNJeBri/fB5kTwcnvWCO9BVh1evWz89oBex0cW55ePXNmmdwrZuqYPdfbpnS31mmOYbEDM3UH1CWRPZ0NE3523pwrNDT2ZMBz59Uv7ZFdjS0KLIojywpY+QUYmijye7d01hIjK6g6tUxCvIZSBkBfR6CnrUH6EXmywnsoJMALIK1SZcANvh/lIvLZTUNixF+vrTMoDszUezqfiJvxgmXXqn0OMhgSGsqweR7uIDJxAOAdcIRAhNpUnJnOmhaz973hObK7UxzpECgDR9DEQBljo3PmX75SypUpIdjfLz08JNeorsXwtwfVrx9ULQbA1jyHMZFjH7NVOHAEQSepyeGbInzE1dRGmWxtW7aqpur6zWQtuVcB1x4UyluH2u2KO0dIl4/v8i3Vy4O1u2if9iDRDrWEUhGZeeSzMDRcR1FYErnK2xhuTB2aewdik6rTZenVNw6X7Q0kNWsZyIrm6T8uFxxEKopUdNeGBmEorbKTc3UnpNPL9QcbWji8fslYqpedODk1Mdv82hXVZIeW+KqMWsjMA8znloc3tja5lqll44lqAcDeLe32hPirGVMZaypDiSASt1/o7B3Zvd5lC3YmCrT+TgpCZvNsbM6ypxo5RbKzXWhMTOfgWew4LCj2nsgAjl1InZ/JL6ud8RxZilZTGfonvyiOxk0AYRf3r+9whmwFCcdi5mNHVYvBrlUzxlh+IXn6pK7XJ5YAQYWrJG1xla788uqcr/GUNZNnRJJ7ukIDrc5V/TavsxNxk3ECcXlJuA3rtmDTMAY2Q7pOlErgyV0jnZ+8b0PI58AtwLpBxtKsXLaUXmEZvYMx9uQpbWmxCwwds+c4qt+xvctuSlMZa8Lm8W2KCPaWynmdHY2aTRFVRuncxOTLR6aWAuW55JJYgalXQn7drV47Y7IosxfQ2HT7eViGKHC7N3WsqlgEwGjcrBaLEOIUuT3dkp07jKesWVu3r4LG7Mn9FX60pVVwCqweUiIErgBEuUoVG8f0XPFrT5+7mpZEFmVHouaXn849e0GrXN6Htzju6KnXM5V09rU31enF0GFde9LLOPtm6vyYpul2QPQ5OJknYMwlkZFOgSOrq7U8NFttl7i9XbQn3F3NiOYWc1wIAccRQSCKC74wROk62EVbyOl2SgLPuRSREPS1e2SRvwVYb/9YypsWVPaPR65cPR7L0+8cKzcn9DKGTBypWMinbOoP2+N0J+JmtkxrJ7ytuyEvPFFYDoMMzcwmf3lgoum94ct2xUOpgHIBwNaBSMAmYGXLbCxuNuVSLybEs5DPuXVgdSWElX4SJq0iS8RNBm0lhIyxw7OmPUWeAa9NG4XGZKWBIN+cYeZ0Q3QAANWbMMui7Lu/nPi/Hz+TKegrJYUzxtIqfexY+Qs/zP78nFbBx24f98huRy2uxxh7eUr/yRmVLa2kiY0jEy+qRr7xlb0emcgcAxBxchvDq7PYkoHDs4ZJmchjV7uwqoRKxtjJhJkssSZKCb0MvVwRB69pBgHPk5FNkfhCaTKW627ztIacFqU3mvG+EzWsaLI0NV9SlKq+azL8zxPlQzNGvc8JACCet6KpsiRVXZWyiW8dVZepJTYNzJyBpYuCXFTNeNaoaLFplT15WisbrAZYPCHxAq0c3aR45owezVv1lJzKqdU81PyRM9qBk9EN69oIz1fM4PujWlWGXrxIVs3N0QAoMj+dVIkkA4QxvDSpn4g3NlGqrPtCurIuVc2MZQ1yda96ZsBEynppUmeWBY6AQeZJtkxr7WPnCvTpM5pVNadqPfOphPnqhdxwt0J4oXKQ2Ry1wFXa8i3GCmU4fShlQE0wq6kdXaZg/JfHxg6eTT360ODwYNDtlCpKE2UomyyWp29cMr57VH1jppLGWeVNm1sEr0wq4M6ARJH+9WuludLi1NW2k1IO0bOgVr6kn5xI+vzu2nVeWDA1k8KiLpHPayyet65+IzwRN1+/ZIAyngdjrPa4r2ZkNfbEKa2kU1gNRTnIJFBcqCY9CM4m33lNhtMhDA9FBJ7L5vWRTS1+t6yWzWSmfOeOjslY7oZqWEpw93dufIhZ2wJLSeS6231SKARfEIqbCtJsjhYNNAGWkot3p0a5QAuC7XAHDF6ezVpls6HZORhjiSmMvQBTJwRdbQF39yDCXXD5VCLN5Fj9mhkNu/iwwpBOQHJQxRMrcXl90ZCqHU0Imz6Ns68R0I6I19PZT1r64fFpvDyTQ7XlFrUqxsnAMPYSoucAuJ1Sa08/WvrhDTDFldL4RWZHahjH0nEcexamxnGkszXk7t2EYAtcHkjyFbIQGdJllihQRmnl9TM8z3X7eAcxkVuAy1eAHC1UsoVrmMVArZapVwMOjkS64G+Fw53WSfUghg7CQRAYA84fxNQJEA5Ka63+rml4nOKGLu/6dZGunjDndGdN4UKaXkjRaM6yKAMa3inpEtHp0LnsPBxOOL0FKkRzNre7EjSkFi4cxuTxysy0hdz+nvWkpRduH5McCZWkSxSMCbC6/YIsACDV4Cl3hYlKlmiyRCs7VMhBI26hUsYEMPBXIAeqwWazlmkt9qHnOIAwauH0a4ierX5JDkF0rzlgtQSVT92/URT4qVhu60CoJai8cjQa8Do8LumN0dhzB2cYuwVYV++1ErJzYzjiV94Yi6/xqwwFAYoL3gD8YTgr/b8XzdvQcOp1JMYBAlGGJ4zW9Qi0QHFVWE/1a1oJp1/D/KLkRDg4IpDdcDjhDcAXgMsLUSbVl+Mx5JIYewnUgLcFoS6EOuBwEY5UljjTyzjzGuYmFlenH44gZAUeH3xBePyQ5HqfUzWPY89W2mABBEoLBAWiBJcH/iC8QThcFYGaAwO16MQJOnF0caN2wRGGIEBW4A3AH4LbSwRp8b1cWPHdBVU4YgzA3BTOvQFJgb+VRLqV1k6d8YyBUgpqsUwCo89DL4HjofgQGYA/DE8ADoWg0sGdMcvC+DFMjwKAIwTRfcXn1d7TunVkw1RRmFgwrEauwRhFuYR0HLELSMfBi/CGEexEqB1OL+H4KnpTiuw8xl6oV7pwAhwtEB0QZbi98Ifg9UNSSKXTPKVML2P6NGAh1AVfmIiOxYlil3HwKtyZMYb4RSQvIdiOYDsc7sX1s8Ik12owGANjrJDB2AvNT3nttXauPeysyFg9bR6PS4rOF89PZyhj+ZKeymrXwKjfYuTzRgcslyIYBn3w3X3ru/3f/vGZQlEv69ba97LgBShOCCJAYBRgFGBoKKTqxRaCE0pEdDj8EX9Og6ZbMHIwilU/q5ajLLjgCNUJC8dDliErVdKhZVBIVnoTA4CgwNsFxV3NDLLKKCaQX1g8KYESgbAYZuI4SJVDAXoGlgZNRSFdXfScAKUNnFDnERUs5oX37unavSGQSkRffXns1LnZRSgMQvTYktp5OByQHNXr1LMw1SsqLrW2pQD84Zbf+9xvOT2u+bT62E9PF1IJFBdQWmx/xjugtIDjIUpQXCAEeg5mCYyhkKmWpEg+SP7LcwdR4B757S37R7pSBf2/fefgdNaCywfJAcuEpqKYQj4FNd+QjEo4yC74uyEqVSQwS8jO1p8CADkA0dvwxkZJhsMJwsHSoGVgGcgnYZngRXha4WlFBXO1NKh+5YkqZJy8yXFc0RKYpw0OH0BgFqHnr/xSm3IJxcziUxahtNaf8lqPwR5/0Cszhg09/tdH410t7jfG4pq+9g1tPC7xo+8dfOVY9Nx05mbTsHrbvYoszKdUn0t2O4QNPf43R+NrD1iWicKidWnZahMPO6yLHoHnH7yt857dXaMXFh776Vk1l4De2I+QcBDdDTUT1IJagloCAGpCnQO1dzEXoOswFs+lpRoOaGtZCQCUoqyirIIx6FnojU96sdq2biSGASMDQFHd/Q7JwWepXq5f5+Lrp+rXWSqiVKz+f3kO1uqYLAMf4PQNYdfJbImkEkheArOhRqWUhDHoGnQNjMHIQ2tshkl1XKbC0+aCEzBmmrRYRnQK9EqbPyeCOFAogpQAgFlQ52HZShd5BwRXk5sPrQytDACWDnUObNFoLQOFNEwehIAaUOcawHGF0dXqffg9GzjCnnpp8lImg7IBBmgpGKvUhq5xCWE0UbgUz997W09Xiztf0g+fSVjX5tUVjKKsmW+tHc2NC1gCTzoi7qJqeJ1S2K+YFu3v9J6byrRHXPminspds+aHSzd5QQEvOx3C3i2tnS1uUeR+9MqkurR5Kq9ctmaCNhaLkYYvM9a89Dlp+Yp8QiA4YHANR+NXzJp58fBsai6WTScvXErbbHjltjDMqvPKq50xPqfimz86vaHHf+piqlBU6xZexUel+RZ4Bwjf8DVGr0g3DJM+8fz4ZDQXWyhF0wYcIRgVprZCRrjgguiy56PCVGHZVw4H0X25zgfVFzIv57ZRE1cXROtp8/S1uxkw0B26lC8DBKANW9dVOkO845qWEBbLJseR8ZmsaVFNtwol4xqdqKAa//Ts+bfWIuHGdQlbgsqn7h9SZGFiNrt5XTDiV14fjSmS0BJ0vnYi9quDM/QaKYHUhKnWOyIRDrwDRBAE/sF39b1nV8fx88nvP3u+rKqwynUbq5gl4VcELEZhluomSgQISn3DZAyWZuMLHARHg6U1HcpS6wBHePBKU9uWRv6oN5gHJ14u0tR0nVezhCrN9urga8HUGmdmia7PKCytAWgI/1ZK5BgF1WGWQbV6zKRSvMLLyzyOypeb2gRehrYwBqsMuvii6co2w0mVt2HDLNk7Z600OiKej75vUBD4Hzw/OTWnVePCVvnK7mTjrgDBeR2aNBCA465fB9GbB7AcEr9rKCLwXKGo37atze+RD55KRJPF1oAyFc9fw/bwS3FwcdHzPPE6pYJqGCa9zNeu9shN37/8p6s61JrPwFugpddtrHS1y2P9r/3UUC/rufrJqfRxbsiDvV6TzHOEMfYb257uNwewKmDfHnFt7g/kikZ3q3smUTAteuxs0rpppv/WuGGGLPKyxBdK+s20uESBu/+O3liyePBU4ua4oxs6050BHMHRs8mWoNLf4b00V0hmyhxHblnXrbG2w+kQPvXAxn/3uZG7dnfdZI1bvG7JId88+eE3+p3MJIo8RyyL5oq6YVjR+eIt67o11ny0Bp13bG/3e+Sybr1yNKqb9Oa4L8Ok3/v5OXYTkcbfAOi1KPvVwVlJ5K6mFHZ19JLA55FNi+aLxi2jfSePVK58cmJhXafvxIWkYb3NaMVzpAKdxbVY8DfyC/fewlh7DUuRha5W92Q0Z9zw29TIUOTj927IFfVvPH3qFnd7hw+3IrqdYipbfnvpFSG4a6Tr4ff0R+cLf//UqXROu/VoGkjGmh+xt93z+Yc2VTL9b/CxY0NkXad360Cov8N7aym8w0dBNeILpbfdGeQ4MrIp0tPm2bkx0hZ03nou1xywLkZz//DUyViydOPf/PFz8wvZ8vhM9oaqR7813smDUnb0zHw6r52dzCTS6q0JaRr/P4mDpfhmGfMiAAAAAElFTkSuQmCC\" alt=\"\" class=\"wp-image-1039\"/>\n\n<p>Our Winter Sale is On 🥳. This is your chance to boost your SEO and save up to 70% on AIOSEO!&nbsp;</p>\n\n<p>Whether it’s a new purchase or an upgrade, you’ll unlock 🔓 <strong>POWERFUL FEATURES</strong> that will help you take your SEO game to the next level.</p>\n\n<p>Start the year off with a bang and save big!</p>', 'success', '[\"4-x\",\"lite\"]', 1035, NULL, '2024-01-26 18:20:28', '2024-02-02 00:00:00', 'Get AIOSEO Pro', 'https://aioseo.com/lite-upgrade/?utm_source=WordPress&utm_medium=plugin-notification&utm_campaign=winter-sale-v4-x-lite', NULL, NULL, 0, 1, '2024-01-30 02:43:28', '2024-01-30 02:43:28'),
(45, '65b86250c073e', NULL, '[New] Boost Your Rankings with Our Author SEO (Google E-E-A-T) Addon ✍️', '<p>We’re excited to announce our latest SEO module in AIOSEO 4.5.4 — the Author SEO addon 🥳.</p>\n\n<p>This is a simple yet powerful module that enables you to demonstrate your expertise, experience, authority, and trustworthiness <strong>(E-E-A-T)</strong> to search engines and users.</p>\n\n<p>As a result, you’ll get <strong><em>better rankings</em></strong>, <strong><em>increase your traffic</em></strong>, and <strong><em>boost your conversions</em></strong>.</p>\n\n<p>So, go ahead and <strong><em>update to 4.5.4</em></strong> and give your site that much-needed boost.</p>', 'success', '[\"4-x\",\"lite\"]', 1030, NULL, '2024-01-16 19:39:13', NULL, 'Learn More', 'https://aioseo.com/introducing-author-seo-google-e-e-a-t-addon/?utm_source=WordPress&utm_medium=plugin-notification&utm_campaign=author-seo-eeat-v4-x-lite', 'Get AIOSEO Pro', 'https://aioseo.com/lite-upgrade/?utm_source=WordPress&utm_medium=plugin-notification&utm_campaign=author-seo-eeat-v4-x-lite', 0, 1, '2024-01-30 02:43:28', '2024-08-14 18:13:32'),
(46, '65d795c151165', NULL, '[NEW] Updated SEO Preview, Redirection Manager, Author SEO, and More', '<p>AIOSEO 4.5.6 is live, implementing many of your suggestions! 🥳</p>\n\n<p>🔎 Improved SEO Preview - To better match Google SERPs.<br>📆 Redirect Scheduler - Schedule seasonal redirects easily.<br>📂 Import Redirects from a CSV File - Add redirects in bulk.<br>🖋️ Improved Author SEO - Improvements to the E-E-A-T addon.</p>\n\n<p>AIOSEO 4.5.6 comes packed with many other improvements to the modules you already love.&nbsp;</p>\n\n<p>Update your plugin to version 4.5.6 NOW!</p>', 'success', '[\"4-x\",\"lite\"]', 1042, NULL, '2024-02-12 22:15:51', NULL, 'Learn More', 'https://aioseo.com/new-updated-seo-preview-redirection-manager-author-seo/?utm_source=WordPress&utm_medium=plugin-notification&utm_campaign=aioseo-456-v4-x-lite', 'Get AIOSEO Pro', 'https://aioseo.com/lite-upgrade/?utm_source=WordPress&utm_medium=plugin-notification&utm_campaign=aioseo-456-v4-x-lite', 0, 1, '2024-02-22 18:43:13', '2024-08-14 18:13:32'),
(47, '6608de3faae70', NULL, '📣 [New] Query Arg Monitoring for Improved Crawling and Indexing', '<p>We’ve revamped the Crawl Cleanup module and added a <strong><em>NEW</em></strong> <strong>Query Arg Monitor</strong>. This game-changing feature gives you greater control of your query args, resulting in more efficient crawling and indexing.</p>\n\n<p>AIOSEO 4.5.8 comes packed with many other improvements to the modules you already love.&nbsp;</p>\n\n<p>Update your plugin to version 4.5.8 NOW!</p>', 'success', '[\"4-x\",\"lite\"]', 1058, NULL, '2024-03-19 19:37:40', NULL, 'Learn More', 'https://aioseo.com/new-query-arg-monitoring-for-improved-crawling-and-indexing/?utm_source=WordPress&utm_medium=plugin-notification&utm_campaign=aioseo-458-v4-x-lite', 'Get AIOSEO Pro', 'https://aioseo.com/lite-upgrade/?utm_source=WordPress&utm_medium=plugin-notification&utm_campaign=aioseo-458-v4-x-lite', 0, 1, '2024-03-31 03:53:35', '2024-08-14 18:13:32'),
(48, '66175d71ad084', NULL, 'The AIOSEO Broken Link Checker 1.2.0 is live ?!', '<p>Now with 3 powerful new features to make broken link management much easier. Update and get:</p>\n\n<ul class=\"wp-block-list\">\n<li>? Unified URL UI Improvements</li>\n\n<li>✍️ Broken Links Highlighter</li>\n\n<li>⏪ AIOSEO Redirects Integration</li>\n</ul>\n\n<p>Check out our announcement post for more and upgrade today!</p>', 'success', '[\"4-x\",\"lite\"]', 1069, NULL, '2024-04-10 19:13:10', NULL, 'Learn More', 'https://aioseo.com/easier-broken-link-management-with-3-new-features/?utm_source=WordPress&utm_medium=plugin-notification&utm_campaign=aioseo-460-blc-120-v4-x-lite', 'Get Broken Link Checker', 'https://aioseo.com/pricing-broken-link-checker/?utm_source=WordPress&utm_medium=plugin-notification&utm_campaign=aioseo-460-blc-120-v4-x-lite', 0, 1, '2024-04-11 03:48:01', '2024-11-25 14:22:16'),
(49, '6646fe3909a44', NULL, 'Have you connected your site to Google Search Console?', 'All in One SEO can now verify whether your site is correctly verified with Google Search Console and that your sitemaps have been submitted correctly. Connect with Google Search Console now to ensure your content is being added to Google as soon as possible for increased rankings.', 'warning', '[\"all\"]', NULL, 'search-console-site-not-connected', '2024-05-17 06:50:33', NULL, 'Connect to Google Search Console', 'https://route#aioseo-settings&aioseo-scroll=google-search-console-settings&aioseo-highlight=google-search-console-settings:webmaster-tools?activetool=googleSearchConsole', NULL, NULL, 0, 1, '2024-05-17 06:50:33', '2024-05-17 06:50:33'),
(50, '6646fe394f0e8', NULL, '[NEW] Easier Site Connection to Google Search Console and Automatic Sitemap Syncing ?', '<p>AIOSEO 4.6.2 is live ?!</p>\n\n<p>We’ve made it super easy to connect your site to <strong>Google Search Console</strong> — so simple that you don’t even need to mess with verification codes!</p>\n\n<p>We’ve also made sitemap management easy! Your sitemaps can now <strong><em>automatically sync with GSC</em></strong>. This means we\'ll make sure that Google knows about all the necessary sitemaps automatically!</p>\n\n<p>Check out our announcement post for more. ????</p>', 'success', '[\"4-x\",\"lite\"]', 1080, NULL, '2024-05-14 12:43:31', NULL, 'Learn More', 'https://aioseo.com/easier-site-connection-to-google-search-console/?utm_source=WordPress&utm_medium=plugin-notification&utm_campaign=aioseo-462-v4-x-lite', 'Get AIOSEO Pro', 'https://aioseo.com/lite-upgrade/?utm_source=WordPress&utm_medium=plugin-notification&utm_campaign=aioseo-462-v4-x-lite', 0, 1, '2024-05-17 06:50:33', '2024-11-25 14:22:16'),
(51, '6696ac3a806fb', NULL, '🎉 Celebrate World Emoji Day with Our Exclusive Flash Sale! 🎉', '<img src=\"data:image/webp;base64,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\" alt=\"\" class=\"wp-image-1110\" />\n\n<p>Today only, we\'re offering you a <strong>special upgrade discount of up to 70%</strong>! 🌟 Don\'t miss out on this fantastic opportunity to enhance your SEO at a fraction of the cost.</p>\n\n<p><strong>Why Upgrade?</strong></p>\n\n<ol>\n<li>Unlock premium SEO features</li>\n\n<li>Get priority customer support</li>\n\n<li>Improve your chances of ranking higher on search engines</li>\n\n<li>Benefit from in-depth on-page analysis &amp; identify optimization opportunities</li>\n</ol>\n\n<p><strong>Hurry!</strong> This flash sale ends today.&nbsp;</p>\n\n<p>Upgrade your plan now and make the most of World Emoji Day! 🌍✨</p>', 'success', '[\"4-x\",\"lite\"]', 1100, NULL, '2024-07-17 00:00:00', '2024-07-19 00:00:00', 'Get AIOSEO Pro', 'https://aioseo.com/lite-upgrade/?utm_source=WordPress&utm_medium=plugin-notification&utm_campaign=emoji-sale-v4-x-lite', NULL, NULL, 0, 1, '2024-07-16 17:22:02', '2024-07-18 12:24:46'),
(52, '6696ac3a8289a', NULL, '🗣️ [New] Integration with Thrive Architect and SiteOrigin Page Builders in AIOSEO 4.6.6', '<p>Is your website built using Thrive Architect or SiteOrigin?</p>\n\n<p>Then you’ll be glad to know that AIOSEO 4.6.6 was developed with love just for you!&nbsp;</p>\n\n<p>Now, you can use AIOSEO right inside your favorite site builder, making it easy to perform SEO tasks as you work on your posts or pages.</p>\n\n<p>So, go ahead and update to 4.6.6 and give your page builder that much-needed SEO superpower.</p>', 'success', '[\"4-x\",\"lite\"]', 1092, NULL, '2024-07-09 15:11:31', NULL, 'Learn More', 'https://aioseo.com/new-support-for-thrive-architect-and-siteorigin-page-builders/?utm_source=WordPress&utm_medium=plugin-notification&utm_campaign=aioseo-466-v4-x-lite', 'Get AIOSEO Pro', 'https://aioseo.com/lite-upgrade/?utm_source=WordPress&utm_medium=plugin-notification&utm_campaign=aioseo-466-v4-x-lite', 0, 1, '2024-07-16 17:22:02', '2024-08-14 18:13:32'),
(53, '6696ac3a83228', NULL, 'Have you heard? AIOSEO Acquires LowFruits to Boost Your SEO Power! ?', '<p>We are thrilled to announce that AIOSEO has acquired LowFruits, a leading keyword research tool! ? This exciting partnership means even more advanced SEO capabilities are coming your way.</p>\n\n<p>Get ready to elevate your SEO game with the combined power of AIOSEO and LowFruits!</p>', 'success', '[\"4-x\",\"lite\"]', 1089, NULL, '2024-07-01 00:00:00', NULL, 'Read the Announcement', 'https://aioseo.com/aioseo-acquires-lowfruits/?utm_source=WordPress&utm_medium=plugin-notification&utm_campaign=aioseo-lowfruits-v4-x-lite', 'Get AIOSEO Pro', 'https://aioseo.com/lite-upgrade/?utm_source=WordPress&utm_medium=plugin-notification&utm_campaign=aioseo-lowfruits-v4-x-lite', 0, 1, '2024-07-16 17:22:02', '2025-04-28 08:18:41'),
(54, '66b12e8a1789d', NULL, 'Summer Sale 2024 🌞! Get Up to 70% Off AIOSEO 🥳 ', '<img src=\"data:image/webp;base64,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\" alt=\"\" class=\"wp-image-1116\" />\n\n<p>Our Summer Sale is on 🥳. This is your chance to boost your SEO and <strong>save up to 70% on AIOSEO</strong>!&nbsp;</p>\n\n<p>Whether it’s a new purchase or an upgrade, you’ll unlock 🔓 POWERFUL FEATURES that will help you take your SEO game to the next level.</p>\n\n<p>Upgrade today before these discounts expire! ⏰</p>', 'success', '[\"4-x\",\"lite\"]', 1114, NULL, '2024-08-02 00:00:00', '2024-08-09 00:00:00', 'Get AIOSEO Pro', 'https://aioseo.com/lite-upgrade/?utm_source=WordPress&utm_medium=plugin-notification&utm_campaign=summer-sale-v4-x-lite', NULL, NULL, 0, 1, '2024-08-05 19:56:58', '2024-08-05 19:56:58'),
(55, '66bcf3ccb13fe', NULL, '[NEW] Powerful New Schema Types and Updates ? ?  ', '<p>AIOSEO 4.6.8 is here ?</p>\n\n<p>And it’s packed with powerful new schema types to boost your content visibility:</p>\n\n<ol class=\"wp-block-list\">\n<li>Course Info Schema</li>\n\n<li>Product Review Schema</li>\n\n<li>Car (Vehicle Listing) Schema</li>\n\n<li>Table of Contents Schema</li>\n\n<li>Expanded Organization Schema</li>\n</ol>\n\n<p>We\'ve also enhanced schema visualization and updated existing schema types to match Google\'s latest guidelines.</p>\n\n<p>Ready to dominate SERPs?&nbsp;</p>\n\n<p>Update to AIOSEO 4.6.8 now and unlock these amazing features!</p>', 'success', '[\"4-x\",\"lite\"]', 1126, NULL, '2024-08-13 00:00:00', NULL, 'Learn More', 'https://aioseo.com/announcing-aioseo-4-6-8-powerful-new-schema-types-and-updates?utm_source=WordPress&utm_medium=plugin-notification&utm_campaign=468-v4-x-lite', 'Get AIOSEO Pro', 'https://aioseo.com/lite-upgrade/?utm_source=WordPress&utm_medium=plugin-notification&utm_campaign=468-v4-x-lite', 0, 1, '2024-08-14 18:13:32', '2025-04-28 08:18:41'),
(56, '66eb535e660fd', NULL, '[New] Keyword Rank Tracker: Track Your SEO Performance with Ease ?', '<p>Drumroll, please! AIOSEO 4.7.0 has arrived with a super-awaited feature: the <strong>Keyword Rank Tracker</strong> ?</p>\n\n<p>Now, you can finally track your keyword performance with ease, right from your WordPress dashboard. No more guessing games!</p>\n\n<p>Key features:</p>\n\n<p>✅ Track up to 100 keywords<br>✅ Group keywords for better organization<br>✅ Seamless integration with post-meta box</p>\n\n<p>Get ready to dominate SERPs!</p>\n\n<p><strong>Update to AIOSEO 4.7.0 now and unlock this SEO powerhouse.</strong></p>', 'success', '[\"4-x\",\"lite\"]', 1148, NULL, '2024-09-10 00:00:00', NULL, 'Learn More', 'https://aioseo.com/new-track-your-keywords-effortlessly-in-wordpress-with-aioseo-4-7-0/?utm_source=WordPress&utm_medium=plugin-notification&utm_campaign=aioseo-470-v4-x-lite', 'Get AIOSEO Pro', 'https://aioseo.com/lite-upgrade/?utm_source=WordPress&utm_medium=plugin-notification&utm_campaign=aioseo-470-v4-x-lite', 0, 1, '2024-09-18 22:25:34', '2025-11-07 16:14:05'),
(57, '672a62b436a18', NULL, '[New] SEO Email Reports and Bulk CSV Imports/Exports to Enhance SEO Management', '<p>🚀 New Feature Alert! </p>\n\n<p>AIOSEO 4.7.2 just dropped with two killer features - </p>\n\n<ol class=\"wp-block-list\">\n<li><strong>SEO Email Reports</strong><br>👋 Say goodbye to manual SEO performance tracking and hello to laser-focused insights delivered straight to your inbox! 📥</li>\n\n<li><strong>Bulk CSV Import/Export</strong><br>⚡️The new Bulk CSV tool lets you manage settings across your entire site in a snap. 🔄 Export, edit, and import easily – it\'s like having an SEO superpower at your fingertips! 💪</li>\n</ol>\n\n<p>Update to AIOSEO 4.7.2 now and unlock these game-changing features!</p>\n\n<p></p>', 'success', '[\"4-x\",\"lite\"]', 1156, NULL, '2024-10-08 00:00:00', NULL, 'Learn More', 'https://aioseo.com/new-seo-email-reports-and-bulk-csv-imports/?utm_source=WordPress&utm_medium=plugin-notification&utm_campaign=472-v4-x-lite', 'Get AIOSEO Pro', 'https://aioseo.com/lite-upgrade/?utm_source=WordPress&utm_medium=plugin-notification&utm_campaign=472-v4-x-lite', 0, 1, '2024-11-05 18:23:48', '2025-11-07 16:14:05'),
(58, '67448818b3391', NULL, '[New] Meet Your New Writing Assistant ✍️!', '<p>🚀 New Feature Alert!&nbsp;</p>\n\n<p>We\'re thrilled to announce the release of our groundbreaking feature —<strong>Writing Assistant</strong>, powered by AIOSEO and SEOBoost 🥳</p>\n\n<p><strong>The Writing Assistant is your new personal guide to crafting SEO-friendly content right inside WordPress! 📝 </strong></p>\n\n<p>No more guesswork—just optimized content that ranks.</p>\n\n<p>Update to AIOSEO 4.7.4 now and unlock this revolutionary superpower!</p>', 'success', '[\"4-x\",\"lite\"]', 1166, NULL, '2024-11-05 00:00:00', NULL, 'Learn More', 'https://aioseo.com/new-revolutionize-your-content-creation-with-aioseos-writing-assistant/?utm_source=WordPress&utm_medium=plugin-notification&utm_campaign=474-v4-x-lite', 'Get AIOSEO Pro', 'https://aioseo.com/lite-upgrade/?utm_source=WordPress&utm_medium=plugin-notification&utm_campaign=474-v4-x-lite', 0, 1, '2024-11-25 14:22:16', '2025-11-07 16:14:05');
INSERT INTO `wp_aioseo_notifications` (`id`, `slug`, `addon`, `title`, `content`, `type`, `level`, `notification_id`, `notification_name`, `start`, `end`, `button1_label`, `button1_action`, `button2_label`, `button2_action`, `dismissed`, `new`, `created`, `updated`) VALUES
(59, '679246f7015da', NULL, '❄️ Winter Sale is Here! AIOSEO Up to 70% Off ☃️', '<img src=\"data:image/webp;base64,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\" alt=\"\" class=\"wp-image-1207\"/>\n\n<p>⛷️ Winter Savings Alert!&nbsp;</p>\n\n<p>Save up to 70% on AIOSEO and give your site the SEO boost it deserves!&nbsp;</p>\n\n<p>Need a new plan, or thinking of upgrading?&nbsp;</p>\n\n<p>🔓 Unlock powerful pro-level features and dominate search results! Don’t miss out—start the year right—save BIG!</p>\n\n<p></p>', 'success', '[\"4-x\",\"lite\"]', 1201, NULL, '2025-01-20 00:00:00', '2025-01-27 00:00:00', 'Get AIOSEO Pro', 'https://aioseo.com/lite-upgrade/?utm_source=WordPress&utm_medium=plugin-notification&utm_campaign=winter-sale-25-v4-x-lite', NULL, NULL, 0, 1, '2025-01-23 13:41:11', '2025-01-23 13:41:11'),
(60, '679246f70396c', NULL, 'BuddyPress, Web Stories, and Enhanced Author SEO — An All in One Update! 🚀!', '<p>We just released AIOSEO 4.7.6 and it’s loaded with some exciting updates!</p>\n\n<p>The top ones include:<br><br>🤩 <strong>BuddyPress Integration:</strong> Fully optimize SEO settings for BuddyPress content types, including user profiles, activity streams, and more.<br>🤩 <strong>Google Web Stories Integration:</strong> Take full control of your SEO settings for Web Stories, resulting in more eyeballs on your content.<br>🤩 <strong>Author SEO Improvements:</strong> Effortlessly showcase Google\'s E-E-A-T guidelines and boost your site\'s credibility.</p>\n\n<p>Update to AIOSEO 4.7.6 now and take your SEO to another level 💪🏼</p>', 'success', '[\"4-x\",\"lite\"]', 1192, NULL, '2024-12-12 00:00:00', NULL, 'Learn More', 'https://aioseo.com/new-aioseo-4-7-6-buddypress-web-stories-integration-author-seo-improvements?utm_source=WordPress&utm_medium=plugin-notification&utm_campaign=476-v4-x-lite', 'Get AIOSEO Pro', 'https://aioseo.com/lite-upgrade/?utm_source=WordPress&utm_medium=plugin-notification&utm_campaign=476-v4-x-lite', 0, 1, '2025-01-23 13:41:11', '2025-11-07 16:14:05'),
(61, '67ad9aa8b4738', NULL, '[New] Smarter Keyword Rank Tracking &amp; WooCommerce SEO Made Easy!🤩', '<p>We just released AIOSEO 4.7.8 and it’s loaded with some exciting updates!</p>\n\n<p>The top ones include:</p>\n\n<p>👉🏼 <strong>Smarter Keyword Rank Tracker</strong>: Our Keyword Rank Tracker just got some massive upgrades you don’t want to miss. Now you can get related keywords, import keywords from GSC and more.</p>\n\n<p>👉🏼 <strong>Support for WooCommerce Product Attributes</strong>: Setting product attributes in WordPress just got way easier. Plus, you can also export product attributes! </p>\n\n<p>Update to AIOSEO 4.7.8 now and take your SEO to another level.</p>', 'success', '[\"4-x\",\"lite\"]', 1213, NULL, '2025-01-28 00:00:00', NULL, 'Learn More', 'https://aioseo.com/smarter-keyword-rank-tracking-woocommerce-seo-made-easy/?utm_source=WordPress&utm_medium=plugin-notification&utm_campaign=478-v4-x-lite', 'Get AIOSEO Pro', 'https://aioseo.com/lite-upgrade/?utm_source=WordPress&utm_medium=plugin-notification&utm_campaign=478-v4-x-lite', 0, 1, '2025-02-13 07:09:28', '2025-11-07 16:14:05'),
(62, '67c59ede8c4a9', NULL, 'Email Reports', 'Stay ahead in SEO with our new email digest! Get the latest tips, trends, and tools delivered right to your inbox, helping you optimize smarter and faster. Enable it today and never miss an update that can take your rankings to the next level.', 'info', '[\"all\"]', NULL, 'email-reports-enable-reminder', '2025-03-03 12:21:50', NULL, 'Enable Email Reports', 'https://route#aioseo-settings&aioseo-scroll=aioseo-email-summary-row&aioseo-highlight=aioseo-email-summary-row:advanced', 'All Good, I\'m already getting it', 'http://action#notification/email-reports-enable', 0, 1, '2025-03-03 12:21:50', '2025-03-03 12:21:50'),
(63, '67f142fadc0f0', NULL, '[New] Supercharged Crawl Cleanup and Query Arg Monitoring! 🚀', '<p>Is your WordPress site slowing down? Or are AI bots scraping your content? 🧐</p>\n\n<p><strong>AIOSEO 4.8.0 puts you in control with</strong>:<br>🧹 <strong>Supercharged Crawl Cleanup</strong> – Stop search engines from indexing unnecessary URLs.<br>📊 <strong>Advanced Query Monitoring</strong> – Optimize UTM parameters automatically.<br>🛡️ <strong>Bot Control</strong> – Block unauthorized AI crawlers.<br>🔍 <strong>Internal Search Optimization</strong> – Prevent spam &amp; boost performance.<br><br>🔥 Keep your site fast, secure, and SEO-friendly. Update now! 🚀</p>', 'success', '[\"4-x\",\"lite\"]', 1222, NULL, '2025-03-11 00:00:00', NULL, 'Learn More', 'https://aioseo.com/introducing-aioseo-4-8-0-advanced-crawl-features/?utm_source=WordPress&utm_medium=plugin-notification&utm_campaign=480-v4-x-lite', 'Get AIOSEO Pro', 'https://aioseo.com/lite-upgrade/?utm_source=WordPress&utm_medium=plugin-notification&utm_campaign=480-v4-x-lite', 0, 1, '2025-04-05 14:49:30', '2025-11-07 16:14:05'),
(64, '68715f30ade43', NULL, '[New] AI Content Generator: Supercharge Your Content Creation!', '<img src=\"data:image/webp;base64,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\" alt=\"\" class=\"wp-image-1276\" style=\"object-fit:cover\"/>\n\n<p>Tired of the endless grind of crafting content, SEO titles, meta descriptions, social media posts, and FAQs?&nbsp;</p>\n\n<p>We get it! Creating high-quality, optimized content can be challenging and time-consuming. That\'s why we\'re thrilled to introduce AIOSEO\'s new <strong>AI Content Generator</strong>!</p>\n\n<p>Automatically generate content snippets like:</p>\n\n<p>✅ FAQs<br>✅ Key points<br>✅ Social media posts<br>✅ Email copy<br>✅ SEO titles and meta descriptions&nbsp;</p>\n\n<p>... and much more to come!</p>\n\n<p>Update to AIOSEO 4.8.4 now to unlock these powerful AI features and transform your content creation process! 🚀</p>', 'success', '[\"4-x\",\"lite\"]', 1270, NULL, '2025-07-09 13:36:07', NULL, 'Learn More', 'https://aioseo.com/new-ai-content-generator/?utm_source=WordPress&utm_medium=plugin-notification&utm_campaign=aioseo-484-v4-x-lite', 'Get AIOSEO Pro', 'https://aioseo.com/lite-upgrade/?utm_source=WordPress&utm_medium=plugin-notification&utm_campaign=aioseo-484-v4-x-lite', 0, 1, '2025-07-11 19:00:00', '2025-11-07 16:14:05'),
(65, '68715f30b0e73', NULL, '[New] Get Indexing Data Right Inside WordPress!', '<p>Worried Google\'s not seeing your amazing WordPress content? 🤔&nbsp;</p>\n\n<p>AIOSEO 4.8.2 introduces the <strong>Index Status Report</strong>, giving you crystal-clear visibility into what <strong>Google\'s indexing</strong> (and what it\'s missing!). <strong>Uncover hidden indexing issues</strong>, see post-level details, and track your rich results—all within your familiar WordPress dashboard.&nbsp;</p>\n\n<p>Stop losing traffic and ensure your hard work gets seen.&nbsp;</p>\n\n<p>Update to AIOSEO 4.8.2 today and take control of your website’s visibility! 🚀</p>', 'success', '[\"4-x\",\"lite\"]', 1249, NULL, '2025-05-22 15:19:11', NULL, 'Learn More', 'https://aioseo.com/introducing-index-status-report/?utm_source=WordPress&utm_medium=plugin-notification&utm_campaign=aioseo-482-v4-x-lite', 'Get AIOSEO Pro', 'https://aioseo.com/lite-upgrade/?utm_source=WordPress&utm_medium=plugin-notification&utm_campaign=aioseo-482-v4-x-lite', 0, 1, '2025-07-11 19:00:00', '2025-11-07 16:14:05'),
(66, '68f46905d423a', NULL, 'Introducing Site Audit in AIOSEO 4.8.6', '<p>Tired of guessing why your website isn’t ranking higher? Or frustrated by SEO tools that give you too much data but no clear answers?</p>\n\n<p>We’ve supercharged our SEO Analyzer to give you crystal-clear insights and action steps—right inside your WordPress dashboard!</p>\n\n<p>Now you can:</p>\n\n<p>✅ Scan your <strong>entire site</strong> for common SEO issues.</p>\n\n<p>✅ View issues <strong>page-by-page</strong> or <strong>by issue type</strong>.</p>\n\n<p>✅ <strong>Get instant tooltips</strong>, 1-click fixes, and quick keyword additions.</p>\n\n<p>✅ <strong>Track progress</strong> with satisfying visual checkmarks.</p>\n\n<p>Update to AIOSEO 4.8.6 today and take the guesswork out of SEO!</p>', 'success', '[\"4-x\",\"lite\"]', 1298, NULL, '2025-08-27 00:00:00', NULL, 'Learn More', 'https://aioseo.com/site-audit-announcement/?utm_source=WordPress&utm_medium=plugin-notification&utm_campaign=486-v4-x-lite', 'Get AIOSEO Pro', 'https://aioseo.com/lite-upgrade/?utm_source=WordPress&utm_medium=plugin-notification&utm_campaign=486-v4-x-lite', 0, 1, '2025-10-19 04:28:53', '2025-11-07 16:14:05'),
(67, '690e1acd6f44b', NULL, '🤖 4.8.8 is Here — Unleash the Power of AI on Your Website!', '<img src=\"data:image/webp;base64,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\" alt=\"\" class=\"wp-image-1311\" style=\"object-fit:cover\"/>\n\n<p>Ready to create content, images, and boost your visibility faster than ever? With AIOSEO 4.8.8, you get cutting-edge AI features right inside WordPress:</p>\n\n<p>✅ Instantly generate blog posts, product copy, FAQs, and more with our new AI Assistant.</p>\n\n<p>✅ Create stunning, one-of-a-kind images with the Image Generator — no designer needed.</p>\n\n<p>✅ Take charge of how AI engines see your site using the new LLMS.txt Generator.</p>\n\n<p>Update to AIOSEO 4.8.8 now and supercharge your site with the future of SEO — powered by AI. 🚀</p>', 'success', '[\"4-x\",\"lite\"]', 1310, NULL, '2025-10-22 16:06:34', NULL, 'Learn More', 'https://aioseo.com/aioseo-4-8-8-release/?utm_source=WordPress&utm_medium=plugin-notification&utm_campaign=4.8.8-v4-x-lite', 'Get AIOSEO Pro', 'https://aioseo.com/lite-upgrade/?utm_source=WordPress&utm_medium=plugin-notification&utm_campaign=4.8.8-v4-x-lite', 0, 1, '2025-11-07 16:14:05', '2025-11-07 16:14:05');

-- --------------------------------------------------------

--
-- Table structure for table `wp_aioseo_posts`
--

CREATE TABLE `wp_aioseo_posts` (
  `id` bigint UNSIGNED NOT NULL,
  `post_id` bigint UNSIGNED NOT NULL,
  `title` text COLLATE utf8mb4_unicode_520_ci,
  `description` text COLLATE utf8mb4_unicode_520_ci,
  `keywords` mediumtext COLLATE utf8mb4_unicode_520_ci,
  `keyphrases` longtext COLLATE utf8mb4_unicode_520_ci,
  `page_analysis` longtext COLLATE utf8mb4_unicode_520_ci,
  `primary_term` longtext COLLATE utf8mb4_unicode_520_ci,
  `canonical_url` text COLLATE utf8mb4_unicode_520_ci,
  `og_title` text COLLATE utf8mb4_unicode_520_ci,
  `og_description` text COLLATE utf8mb4_unicode_520_ci,
  `og_object_type` varchar(64) COLLATE utf8mb4_unicode_520_ci DEFAULT 'default',
  `og_image_type` varchar(64) COLLATE utf8mb4_unicode_520_ci DEFAULT 'default',
  `og_image_url` text COLLATE utf8mb4_unicode_520_ci,
  `og_image_width` int DEFAULT NULL,
  `og_image_height` int DEFAULT NULL,
  `og_image_custom_url` text COLLATE utf8mb4_unicode_520_ci,
  `og_image_custom_fields` text COLLATE utf8mb4_unicode_520_ci,
  `og_video` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `og_custom_url` text COLLATE utf8mb4_unicode_520_ci,
  `og_article_section` text COLLATE utf8mb4_unicode_520_ci,
  `og_article_tags` text COLLATE utf8mb4_unicode_520_ci,
  `twitter_use_og` tinyint(1) DEFAULT '0',
  `twitter_card` varchar(64) COLLATE utf8mb4_unicode_520_ci DEFAULT 'default',
  `twitter_image_type` varchar(64) COLLATE utf8mb4_unicode_520_ci DEFAULT 'default',
  `twitter_image_url` text COLLATE utf8mb4_unicode_520_ci,
  `twitter_image_custom_url` text COLLATE utf8mb4_unicode_520_ci,
  `twitter_image_custom_fields` text COLLATE utf8mb4_unicode_520_ci,
  `twitter_title` text COLLATE utf8mb4_unicode_520_ci,
  `twitter_description` text COLLATE utf8mb4_unicode_520_ci,
  `seo_score` int NOT NULL DEFAULT '0',
  `schema` longtext COLLATE utf8mb4_unicode_520_ci,
  `schema_type` varchar(20) COLLATE utf8mb4_unicode_520_ci DEFAULT 'default',
  `schema_type_options` longtext COLLATE utf8mb4_unicode_520_ci,
  `pillar_content` tinyint(1) DEFAULT NULL,
  `robots_default` tinyint(1) NOT NULL DEFAULT '1',
  `robots_noindex` tinyint(1) NOT NULL DEFAULT '0',
  `robots_noarchive` tinyint(1) NOT NULL DEFAULT '0',
  `robots_nosnippet` tinyint(1) NOT NULL DEFAULT '0',
  `robots_nofollow` tinyint(1) NOT NULL DEFAULT '0',
  `robots_noimageindex` tinyint(1) NOT NULL DEFAULT '0',
  `robots_noodp` tinyint(1) NOT NULL DEFAULT '0',
  `robots_notranslate` tinyint(1) NOT NULL DEFAULT '0',
  `robots_max_snippet` int DEFAULT NULL,
  `robots_max_videopreview` int DEFAULT NULL,
  `robots_max_imagepreview` varchar(20) COLLATE utf8mb4_unicode_520_ci DEFAULT 'large',
  `images` longtext COLLATE utf8mb4_unicode_520_ci,
  `image_scan_date` datetime DEFAULT NULL,
  `priority` float DEFAULT NULL,
  `frequency` tinytext COLLATE utf8mb4_unicode_520_ci,
  `videos` longtext COLLATE utf8mb4_unicode_520_ci,
  `video_thumbnail` text COLLATE utf8mb4_unicode_520_ci,
  `video_scan_date` datetime DEFAULT NULL,
  `local_seo` longtext COLLATE utf8mb4_unicode_520_ci,
  `breadcrumb_settings` longtext COLLATE utf8mb4_unicode_520_ci,
  `limit_modified_date` tinyint(1) NOT NULL DEFAULT '0',
  `options` longtext COLLATE utf8mb4_unicode_520_ci,
  `ai` longtext COLLATE utf8mb4_unicode_520_ci,
  `created` datetime NOT NULL,
  `updated` datetime NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `wp_aioseo_posts`
--

INSERT INTO `wp_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `breadcrumb_settings`, `limit_modified_date`, `options`, `ai`, `created`, `updated`) VALUES
(1, 5, 'Top Woman Speaker Tracy Repchuk #ReachMillions #Woman #Business #keynote', '#description', '[{\"label\":\"Top Woman Speaker\",\"value\":\"Top Woman Speaker\"},{\"label\":\"Motivational Speaker\",\"value\":\"Motivational Speaker\"},{\"label\":\"business speaker\",\"value\":\"business speaker\"},{\"label\":\"top woman speaker\",\"value\":\"top woman speaker\"},{\"label\":\"online website developer\",\"value\":\"online website developer\"},{\"label\":\"social media strategist\",\"value\":\"social media strategist\"},{\"label\":\"internet marketing\",\"value\":\"internet marketing\"},{\"label\":\"digital media\",\"value\":\"digital media\"}]', NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 'default', 'default', NULL, NULL, NULL, NULL, NULL, 0, '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', NULL, NULL, 0, 1, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 'large', '[{\"image:loc\":\"\\/wp-content\\/uploads\\/2019\\/02\\/tracy-repchuk2.png\"},{\"image:loc\":\"\\/wp-content\\/uploads\\/2019\\/02\\/logo-1.jpg\"},{\"image:loc\":\"\\/wp-content\\/uploads\\/2019\\/02\\/book-tracy.jpg\"},{\"image:loc\":\"\\/wp-content\\/uploads\\/2019\\/02\\/tracy-master-site.jpg\"},{\"image:loc\":\"\\/wp-content\\/uploads\\/2019\\/02\\/in-the-media.jpg\"},{\"image:loc\":\"\\/wp-content\\/uploads\\/2019\\/02\\/slide8.jpg\"},{\"image:loc\":\"\\/wp-content\\/uploads\\/2019\\/02\\/slide9.jpg\"},{\"image:loc\":\"\\/wp-content\\/uploads\\/2019\\/02\\/slide10.jpg\"},{\"image:loc\":\"\\/wp-content\\/uploads\\/2019\\/02\\/slide11-1.jpg\"},{\"image:loc\":\"\\/wp-content\\/uploads\\/2019\\/02\\/slide1-1.jpg\"},{\"image:loc\":\"\\/wp-content\\/uploads\\/2019\\/02\\/slide3.jpg\"},{\"image:loc\":\"\\/wp-content\\/uploads\\/2019\\/02\\/slide5.jpg\"},{\"image:loc\":\"\\/wp-content\\/uploads\\/2019\\/02\\/slide6.jpg\"},{\"image:loc\":\"\\/wp-content\\/uploads\\/2019\\/02\\/slide7.jpg\"},{\"image:loc\":\"\\/wp-content\\/uploads\\/2019\\/02\\/slide12.jpg\"},{\"image:loc\":\"\\/wp-content\\/uploads\\/2019\\/02\\/tracy-media.jpg\"}]', '2025-07-16 03:45:02', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2021-01-22 19:41:04', '2025-07-16 03:45:02'),
(2, 331, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 'default', 'default', NULL, NULL, NULL, NULL, NULL, 0, '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', NULL, NULL, 0, 1, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 'large', '[{\"image:loc\":\"\\/wp-content\\/uploads\\/2019\\/02\\/slide7.jpg\"}]', '2025-07-16 00:25:42', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2021-01-22 19:50:28', '2025-07-16 00:25:42'),
(3, 330, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 'default', 'default', NULL, NULL, NULL, NULL, NULL, 0, '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', NULL, NULL, 0, 1, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 'large', '[{\"image:loc\":\"\\/wp-content\\/uploads\\/2019\\/02\\/slide6.jpg\"}]', '2025-07-16 00:25:41', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2021-01-22 19:50:28', '2025-07-16 00:25:42'),
(4, 329, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 'default', 'default', NULL, NULL, NULL, NULL, NULL, 0, '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', NULL, NULL, 0, 1, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 'large', '[{\"image:loc\":\"\\/wp-content\\/uploads\\/2019\\/02\\/slide5.jpg\"}]', '2025-07-16 00:25:41', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2021-01-22 19:50:28', '2025-07-16 00:25:41'),
(5, 328, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 'default', 'default', NULL, NULL, NULL, NULL, NULL, 0, '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', NULL, NULL, 0, 1, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 'large', '[{\"image:loc\":\"\\/wp-content\\/uploads\\/2019\\/02\\/slide3.jpg\"}]', '2025-07-16 00:25:41', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2021-01-22 19:50:28', '2025-07-16 00:25:41'),
(6, 327, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 'default', 'default', NULL, NULL, NULL, NULL, NULL, 0, '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', NULL, NULL, 0, 1, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 'large', '[{\"image:loc\":\"\\/wp-content\\/uploads\\/2019\\/02\\/slide1-1.jpg\"}]', '2025-07-16 00:25:41', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2021-01-22 19:50:28', '2025-07-16 00:25:41'),
(7, 326, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 'default', 'default', NULL, NULL, NULL, NULL, NULL, 0, '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', NULL, NULL, 0, 1, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 'large', '[{\"image:loc\":\"\\/wp-content\\/uploads\\/2019\\/02\\/slide12.jpg\"}]', '2025-07-16 00:25:41', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2021-01-22 19:50:28', '2025-07-16 00:25:41'),
(8, 325, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 'default', 'default', NULL, NULL, NULL, NULL, NULL, 0, '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', NULL, NULL, 0, 1, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 'large', '[{\"image:loc\":\"\\/wp-content\\/uploads\\/2019\\/02\\/slide11-1.jpg\"}]', '2025-07-16 00:25:41', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2021-01-22 19:50:28', '2025-07-16 00:25:41'),
(9, 324, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 'default', 'default', NULL, NULL, NULL, NULL, NULL, 0, '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', NULL, NULL, 0, 1, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 'large', '[{\"image:loc\":\"\\/wp-content\\/uploads\\/2019\\/02\\/slide10.jpg\"}]', '2025-07-16 00:25:41', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2021-01-22 19:50:28', '2025-07-16 00:25:41'),
(10, 323, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 'default', 'default', NULL, NULL, NULL, NULL, NULL, 0, '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', NULL, NULL, 0, 1, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 'large', '[{\"image:loc\":\"\\/wp-content\\/uploads\\/2019\\/02\\/slide9.jpg\"}]', '2025-07-16 00:25:41', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2021-01-22 19:50:28', '2025-07-16 00:25:41'),
(11, 322, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 'default', 'default', NULL, NULL, NULL, NULL, NULL, 0, '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', NULL, NULL, 0, 1, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 'large', '[{\"image:loc\":\"\\/wp-content\\/uploads\\/2019\\/02\\/slide8.jpg\"}]', '2025-07-16 00:25:41', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2021-01-22 19:50:28', '2025-07-16 00:25:41'),
(12, 232, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 'default', 'default', NULL, NULL, NULL, NULL, NULL, 0, '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', NULL, NULL, 0, 1, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 'large', '[{\"image:loc\":\"\\/wp-content\\/uploads\\/2019\\/02\\/logo-1.jpg\"}]', '2025-07-15 20:22:28', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2021-01-22 19:50:28', '2025-07-15 20:22:28'),
(13, 231, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 'default', 'default', NULL, NULL, NULL, NULL, NULL, 0, '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', NULL, NULL, 0, 1, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 'large', '[{\"image:loc\":\"\\/wp-content\\/uploads\\/2019\\/02\\/tracy-repchuk2.png\"}]', '2025-07-15 20:22:28', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2021-01-22 19:50:28', '2025-07-15 20:22:28'),
(14, 220, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 'default', 'default', NULL, NULL, NULL, NULL, NULL, 0, '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', NULL, NULL, 0, 1, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 'large', '[{\"image:loc\":\"\\/wp-content\\/uploads\\/2019\\/02\\/tracy-media.jpg\"}]', '2025-07-15 20:22:28', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2021-01-22 19:50:28', '2025-07-15 20:22:28'),
(15, 200, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 'default', 'default', NULL, NULL, NULL, NULL, NULL, 0, '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', NULL, NULL, 0, 1, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 'large', '[{\"image:loc\":\"\\/wp-content\\/uploads\\/2019\\/02\\/in-the-media.jpg\"}]', '2025-07-15 20:22:28', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2021-01-22 19:50:28', '2025-07-15 20:22:28'),
(16, 199, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 'default', 'default', NULL, NULL, NULL, NULL, NULL, 0, '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', NULL, NULL, 0, 1, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 'large', '[{\"image:loc\":\"\\/wp-content\\/uploads\\/2019\\/02\\/tracy-master-site.jpg\"}]', '2025-07-15 20:22:28', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2021-01-22 19:50:28', '2025-07-15 20:22:28'),
(17, 198, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 'default', 'default', NULL, NULL, NULL, NULL, NULL, 0, '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', NULL, NULL, 0, 1, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 'large', '[{\"image:loc\":\"\\/wp-content\\/uploads\\/2019\\/02\\/book-tracy.jpg\"}]', '2025-07-15 20:22:28', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2021-01-22 19:50:28', '2025-07-15 20:22:28'),
(18, 176, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 'default', 'default', NULL, NULL, NULL, NULL, NULL, 0, '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', NULL, NULL, 0, 1, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 'large', '[{\"image:loc\":\"\\/wp-content\\/uploads\\/2019\\/02\\/header-logo-2.jpg\"}]', '2025-07-15 20:22:28', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2021-01-22 19:50:28', '2025-07-15 20:22:28'),
(19, 160, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 'default', 'default', NULL, NULL, NULL, NULL, NULL, 0, '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', NULL, NULL, 0, 1, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 'large', '[{\"image:loc\":\"\\/wp-content\\/uploads\\/2019\\/02\\/header-logo-1.jpg\"}]', '2025-07-15 20:22:28', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2021-01-22 19:50:28', '2025-07-15 20:22:28'),
(20, 152, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 'default', 'default', NULL, NULL, NULL, NULL, NULL, 0, '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', NULL, NULL, 0, 1, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 'large', '[{\"image:loc\":\"\\/wp-content\\/uploads\\/2019\\/02\\/slide1.jpg\"}]', '2025-07-15 20:22:28', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2021-01-22 19:50:28', '2025-07-15 20:22:28'),
(21, 147, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 'default', 'default', NULL, NULL, NULL, NULL, NULL, 0, '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', NULL, NULL, 0, 1, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 'large', '[{\"image:loc\":\"\\/wp-content\\/uploads\\/2019\\/02\\/slide11.jpg\"}]', '2025-07-15 20:22:28', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2021-01-22 19:50:28', '2025-07-15 20:22:28'),
(22, 144, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 'default', 'default', NULL, NULL, NULL, NULL, NULL, 0, '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', NULL, NULL, 0, 1, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 'large', '[{\"image:loc\":\"\\/wp-content\\/uploads\\/2019\\/02\\/header-logo.jpg\"}]', '2025-07-15 19:37:59', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2021-01-22 19:50:28', '2025-07-15 19:37:59'),
(23, 86, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 'default', 'default', NULL, NULL, NULL, NULL, NULL, 0, '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', NULL, NULL, 0, 1, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 'large', '[{\"image:loc\":\"\\/wp-content\\/uploads\\/2018\\/12\\/black.jpg\"}]', '2025-07-15 19:37:59', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2021-01-22 19:50:28', '2025-07-15 19:37:59'),
(24, 85, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 'default', 'default', NULL, NULL, NULL, NULL, NULL, 0, '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', NULL, NULL, 0, 1, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 'large', '[{\"image:loc\":\"\\/wp-content\\/uploads\\/2018\\/12\\/light-grays.jpg\"}]', '2025-07-15 19:37:59', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2021-01-22 19:50:28', '2025-07-15 19:37:59'),
(25, 84, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 'default', 'default', NULL, NULL, NULL, NULL, NULL, 0, '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', NULL, NULL, 0, 1, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 'large', '[{\"image:loc\":\"\\/wp-content\\/uploads\\/2018\\/12\\/white-screen.jpg\"}]', '2025-07-15 19:37:59', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2021-01-22 19:50:28', '2025-07-15 19:37:59'),
(26, 69, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 'default', 'default', NULL, NULL, NULL, NULL, NULL, 0, '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', NULL, NULL, 0, 1, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 'large', NULL, '2025-07-16 03:45:02', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2021-01-22 19:50:28', '2025-07-16 03:45:02'),
(27, 61, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 'default', 'default', NULL, NULL, NULL, NULL, NULL, 0, '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', NULL, NULL, 0, 1, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 'large', '[{\"image:loc\":\"\\/wp-content\\/uploads\\/2018\\/12\\/Dimi.png\"}]', '2025-07-15 19:37:59', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2021-01-22 19:50:28', '2025-07-15 19:37:59'),
(28, 60, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 'default', 'default', NULL, NULL, NULL, NULL, NULL, 0, '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', NULL, NULL, 0, 1, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 'large', '[{\"image:loc\":\"\\/wp-content\\/uploads\\/2018\\/12\\/dimi-headshot-150.jpg\"}]', '2025-07-15 19:37:59', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2021-01-22 19:50:28', '2025-07-15 19:37:59'),
(29, 49, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 'default', 'default', NULL, NULL, NULL, NULL, NULL, 0, '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', NULL, NULL, 0, 1, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 'large', NULL, '2025-07-15 19:37:59', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2021-01-22 19:50:28', '2025-07-15 19:37:59'),
(30, 34, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 'default', 'default', NULL, NULL, NULL, NULL, NULL, 0, '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', NULL, NULL, 0, 1, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 'large', '[{\"image:loc\":\"\\/wp-content\\/uploads\\/2018\\/12\\/hods-banner.jpg\"}]', '2025-07-15 19:37:59', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2021-01-22 19:50:28', '2025-07-15 19:37:59'),
(31, 28, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 'default', 'default', NULL, NULL, NULL, NULL, NULL, 0, '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', NULL, NULL, 0, 1, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 'large', '[{\"image:loc\":\"\\/wp-content\\/uploads\\/2018\\/12\\/claimbtn.png\"}]', '2025-07-15 19:37:59', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2021-01-22 19:50:28', '2025-07-15 19:37:59'),
(32, 27, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 'default', 'default', NULL, NULL, NULL, NULL, NULL, 0, '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', NULL, NULL, 0, 1, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 'large', '[{\"image:loc\":\"\\/wp-content\\/uploads\\/2018\\/12\\/hods.jpg\"}]', '2025-07-15 19:37:59', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2021-01-22 19:50:28', '2025-07-15 19:37:59'),
(33, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 'default', 'default', NULL, NULL, NULL, NULL, NULL, 0, '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', NULL, NULL, 0, 1, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 'large', NULL, '2025-07-16 03:45:02', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', NULL, '2021-01-22 19:50:28', '2025-07-16 03:45:02');

-- --------------------------------------------------------

--
-- Table structure for table `wp_aioseo_seo_analyzer_results`
--

CREATE TABLE `wp_aioseo_seo_analyzer_results` (
  `id` bigint UNSIGNED NOT NULL,
  `data` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `score` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `competitor_url` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `created` datetime NOT NULL,
  `updated` datetime NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

-- --------------------------------------------------------

--
-- Table structure for table `wp_aioseo_writing_assistant_keywords`
--

CREATE TABLE `wp_aioseo_writing_assistant_keywords` (
  `id` bigint UNSIGNED NOT NULL,
  `uuid` varchar(40) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `keyword` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `country` varchar(10) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'us',
  `language` varchar(10) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'en',
  `progress` tinyint DEFAULT '0',
  `keywords` mediumtext COLLATE utf8mb4_unicode_520_ci,
  `competitors` mediumtext COLLATE utf8mb4_unicode_520_ci,
  `created` datetime NOT NULL,
  `updated` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

-- --------------------------------------------------------

--
-- Table structure for table `wp_aioseo_writing_assistant_posts`
--

CREATE TABLE `wp_aioseo_writing_assistant_posts` (
  `id` bigint UNSIGNED NOT NULL,
  `post_id` bigint UNSIGNED DEFAULT NULL,
  `keyword_id` bigint UNSIGNED DEFAULT NULL,
  `content_analysis_hash` varchar(40) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `content_analysis` text COLLATE utf8mb4_unicode_520_ci,
  `created` datetime NOT NULL,
  `updated` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

-- --------------------------------------------------------

--
-- Table structure for table `wp_commentmeta`
--

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

-- --------------------------------------------------------

--
-- Table structure for table `wp_comments`
--

CREATE TABLE `wp_comments` (
  `comment_ID` bigint UNSIGNED NOT NULL,
  `comment_post_ID` bigint 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 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 UNSIGNED NOT NULL DEFAULT '0',
  `user_id` bigint UNSIGNED NOT NULL DEFAULT '0'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `wp_comments`
--

INSERT INTO `wp_comments` (`comment_ID`, `comment_post_ID`, `comment_author`, `comment_author_email`, `comment_author_url`, `comment_author_IP`, `comment_date`, `comment_date_gmt`, `comment_content`, `comment_karma`, `comment_approved`, `comment_agent`, `comment_type`, `comment_parent`, `user_id`) VALUES
(1, 1, 'A WordPress Commenter', 'wapuu@wordpress.example', 'https://wordpress.org/', '', '2018-12-21 14:24:45', '2018-12-21 14:24:45', '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),
(2, 1, 'film', 'smellidanyelli@gmail.com', 'https://www.filmizlesene.pw/film-izle/', '193.27.21.44', '2020-12-05 05:16:21', '2020-12-05 05:16:21', 'Pretty section of content. I simply stumbled upon your weblog and in accession capital to claim that I get actually enjoyed account your blog posts. Fawne Arthur Intisar', 0, '0', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36', 'comment', 0, 0),
(3, 1, 'porno', 'plasencia40@yahoo.com', 'https://filmkovasi.org/', '182.54.239.1', '2020-12-09 14:47:53', '2020-12-09 14:47:53', 'Very nice dewign and style and wonderful content, practically nothing else we require :D. Mari Hendrick Wistrup', 0, '0', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36', 'comment', 0, 0),
(4, 1, 'filmi izle', 'rexie007@yandex.com', 'https://www.filmmodu.org/', '45.130.60.204', '2021-01-14 03:44:09', '2021-01-14 03:44:09', 'Very nicewebsite, exactly what I needed. You are a very persuasive writer. I enjoyed reading this. Nady Ker Crin', 0, '0', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36', 'comment', 0, 0),
(5, 1, '123movies', 'sica51@gmail.com', 'https://www.hdfilmcehennemi2.pw/kategori/aksiyon-filmleri-izle', '45.94.47.242', '2021-01-30 13:07:55', '2021-01-30 13:07:55', 'Can I just say what a aid to find someone who truly is aware of what theyre talking about on the internet. You definitely know how you can convey an issue to light and make it important. More folks must learn this and perceive this aspect of the story. I cant imagine youre not more in style since you definitely have the gift. Robin Tobias Ivers', 0, '0', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36', 'comment', 0, 0),
(6, 1, 'filmkovasi', 'rya12@yandex.com', 'https://filmkovasi.org/kategori/yabanci-filmler', '45.152.202.244', '2021-01-31 06:31:41', '2021-01-31 06:31:41', 'We require two headshots for our business profiles and website. Christabel Lesley Abisia', 0, '0', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36', 'comment', 0, 0),
(7, 1, 'erotik', 'num1artfan@yahoo.com', 'https://filmkovasi.org/', '45.152.208.204', '2021-02-16 07:17:52', '2021-02-16 07:17:52', 'Having read this I thought it was really enlightening. I appreciate you taking the time and energy to put this information together. I once again find myself personally spending a lot of time both reading and posting comments. But so what, it was still worth it! Kira Clement Jarlathus', 0, '0', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36', 'comment', 0, 0),
(8, 1, 'erotik', 'sincenndenis@gmail.com', 'https://filmkovasi.org/', '45.137.43.177', '2021-02-16 07:46:32', '2021-02-16 07:46:32', 'You completed a number of good points there. I did a search on the subject and found mainly folks will go along with with your blog. Bendite Humfrey Sevik Tallie Gard Lyndsay', 0, '0', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36', 'comment', 0, 0),
(9, 1, 'erotik', 'msrachie@earthlink.net', 'https://filmkovasi.org/', '45.137.80.223', '2021-02-16 13:53:02', '2021-02-16 13:53:02', 'What a material of un-ambiguity and preserveness of precious experience about unpredicted feelings.| Roch Westbrook Idette', 0, '0', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36', 'comment', 0, 0),
(10, 1, 'erotik', 'pattycordero77@yahoo.com', 'https://filmkovasi.org/', '104.227.100.193', '2021-03-02 04:41:54', '2021-03-02 04:41:54', 'Oeh die jas is heel erg leuk. Zeker met die opgerolde mouwen en dat ruitjesmotief. Tiphanie Skippy Ezri', 0, '0', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36', 'comment', 0, 0),
(11, 1, 'erotik', 'quita1824@bellsouth.net', 'https://filmkovasi.org/', '45.130.128.104', '2021-03-02 07:30:10', '2021-03-02 07:30:10', 'Greetings! Very useful advice in this particular article! It is the little changes that will make the greatest changes. Thanks a lot for sharing! Nonah Miles Angelle', 0, '0', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36', 'comment', 0, 0),
(12, 1, 'dribbble.com', 'veronikaanufrieva2000@myrambler.ru', 'https://dribbble.com/dulmeticas1991', '185.43.4.185', '2021-11-08 08:16:00', '2021-11-08 08:16:00', 'huge titty galleries sexy punjabi hd chinese chubby \r\nporn amateur threesome xxx strapon anal hard fitness nude gallery \r\nxx video naked teen anal panties anime lesbian xxx bouncing lesbian tits women chubby nude kerala hot xxx \r\nhttp://idea.informer.com/users/alsabmavil1996/?what=personal mature \r\nfisting video chubby female sex hamster free porn granny ebony solo horny women dating hindi porn clips nude male cruising \r\nbabes nude boobs best young twinks nude homemade teen punjabi sex \r\ntube free lesbian homemade beautiful milf galleries https://git.sicom.gov.co/travsynchlati1996 android \r\nsex cam jothika nude photos nurse xxx download japan new \r\nxxx bangbros mom hd ts asian xxx mature casting threesome https://dribbble.com/cephedelict1989 sexy pantyhose lesbians nude porn actress tamil village xxx youjizz to mp4 lesbian interracial \r\npics jane darling porn web mature tube the cheerleaders porn femdom strapon group korean family porn ladyboy crossdresser tube nudist amateur tumblr https://www.zippyshare.com/lolynchmeda1979 fo - <a HREF=\"https://dribbble.com/dulmeticas1991\" rel=\"nofollow ugc\">dribbble.com</A> -', 0, '0', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.139 Safari/537.36 OPR/53.0.2907.37', 'comment', 0, 0),
(13, 1, 'Crypto', '67203@gmail.com', 'https://bit.ly/3iCfby0', '176.223.138.125', '2022-03-31 03:31:05', '2022-03-31 03:31:05', '$300-$500 Daily With Crypto - https://bit.ly/37Py4LO', 0, '0', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Safari/537.36', 'comment', 0, 0),
(14, 1, 'kacak bahis siteleri', 'buses.araneda@gmail.com', 'https://jetfilmizle.eu/', '51.159.36.128', '2022-07-09 07:33:05', '2022-07-09 07:33:05', 'Hello! This is my first visit to your blog! We are a group of volunteers and starting a new initiative in a community in the same niche. Rey Prizzi', 0, '0', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36', 'comment', 0, 0),
(15, 1, 'נערות ליווי בתל באביב israelnightclub.com', 'c868gbgsll@gmail.com', 'https://israelnightclub.com/%D7%A0%D7%A2%D7%A8%D7%95%D7%AA-%D7%9C%D7%99%D7%95%D7%95%D7%99-%D7%91%D7%AA%D7%9C-%D7%90%D7%91%D7%99%D7%91/', '154.85.124.111', '2022-07-30 10:09:22', '2022-07-30 10:09:22', 'An intriguing discussion is definitely worth comment. I do believe that you need to write more on this subject, it may not be a taboo matter but generally people do not discuss these issues. To the next! All the best!!', 0, '0', 'Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.2; Trident/6.0; Touch; MALNJS)', 'comment', 0, 0),
(16, 1, 'שירותי ליווי לביתך, מלון- romantik.co.il', '682qm9@gmail.com', 'https://romantik69.co.il/', '154.92.116.182', '2022-08-27 16:33:34', '2022-08-27 16:33:34', 'You should be a part of a contest for one of the best sites on the internet. I am going to highly recommend this web site!', 0, '0', 'Mozilla/5.0 (X11; U; Linux x86_64; pl-PL; rv:2.0) Gecko/20110307 Firefox/4.0', 'comment', 0, 0),
(17, 1, 'דירות דיסקרטיות בבת ים-israelnightclub.com', 'lui8iu913@gmail.com', 'https://israelnightclub.com/apartments/%d7%93%d7%99%d7%a8%d7%95%d7%aa-%d7%93%d7%99%d7%a1%d7%a7%d7%a8%d7%98%d7%99%d7%95%d7%aa-%d7%91%d7%91%d7%aa-%d7%99%d7%9d/', '45.134.187.62', '2022-09-17 23:42:00', '2022-09-17 23:42:00', 'Itís nearly impossible to find well-informed people for this subject, however, you seem like you know what youíre talking about! Thanks', 0, '0', 'Mozilla/5.0 (X11; CrOS i686 0.13.507) AppleWebKit/534.35 (KHTML, like Gecko) Chrome/13.0.763.0 Safari/534.35', 'comment', 0, 0),
(18, 1, 'נערות ליווי', '9d4d3q@gmail.com', 'https://romantik69.co.il/', '209.127.138.214', '2022-10-13 18:34:25', '2022-10-13 18:34:25', 'אני מאוד ממליץ על אתר הזה כנסו עכשיו ותהנו ממגוון רחב של בחורות ברמה מאוד גבוהה. רק באתר ישראל נייט לאדי <a href=\"https://romantik69.co.il/\" rel=\"nofollow ugc\">https://romantik69.co.il/</a>', 0, '0', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/600.1.25 (KHTML, like Gecko) Version/8.0 Safari/600.1.25', 'comment', 0, 0),
(19, 1, 'Content Generator', '0j2nrozq@gmail.com', 'https://stanford.io/3FXszd0', '182.54.239.132', '2022-11-18 15:39:09', '2022-11-18 15:39:09', '﻿Artificial intelligence creates content for the site, no worse than a copywriter, you can also use it to write articles. 100% uniqueness :). Click Here:👉 https://stanford.io/3FXszd0', 0, '0', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_6) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.698.0 Safari/534.24', 'comment', 0, 0),
(20, 1, 'דירות דיסקרטיות בתל אביב - israel night club', 'xpnsytxghw@gmail.com', 'http://bit.ly/3tBYFnj', '45.137.43.180', '2022-11-22 11:31:51', '2022-11-22 11:31:51', 'Id like to thank you for the efforts youve put in writing this blog. Im hoping to see the same high-grade content by you later on as well. In truth, your creative writing abilities has motivated me to get my very own blog now ;)', 0, '0', 'Mozilla/5.0 (Windows NT 5.1; rv:9.0.1) Gecko/20100101 Firefox/9.0.1', 'comment', 0, 0),
(21, 1, 'Content Generator', 'sfv2bab589@gmail.com', 'https://stanford.io/3FXszd0', '45.154.56.150', '2022-12-04 08:37:11', '2022-12-04 08:37:11', 'Artificial intelligence creates content for the site, no worse than a copywriter, you can also use it to write articles. 100% uniqueness:). Click Here:👉 https://stanford.io/3XYPFqb', 0, '0', 'Mozilla/5.0 (Windows NT 6.2; rv:36.0) Gecko/20100101 Firefox/36.0', 'comment', 0, 0),
(22, 1, 'נערות ליווי בפתח תקווה', 'd8eq7xn@gmail.com', 'https://boacars-lover-israely.sa.com/categors/Escort-girls-in-Petah-Tikva.php', '23.229.101.205', '2023-04-19 03:06:42', '2023-04-19 03:06:42', 'This is the right blog for everyone who wants to find out about this topic. You understand so much its almost hard to argue with you (not that I personally would want toÖHaHa). You certainly put a new spin on a topic thats been written about for decades. Wonderful stuff, just great!', 0, '0', 'Mozilla/5.0 (Windows NT 6.3; WOW64; Trident/7.0; ASU2JS; rv:11.0) like Gecko', 'comment', 0, 0),
(23, 1, 'https://aaisharai.rocks/categors/Discreet-apartments-in-Acre.php', 'yk94l4@gmail.com', 'https://aaisharai.rocks/categors/Discreet-apartments-in-Acre.php', '156.238.9.247', '2023-05-21 03:16:58', '2023-05-21 03:16:58', 'Everything is very open with a precise clarification of the issues. It was definitely informative. Your site is useful. Thank you for sharing!', 0, '0', 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.5; en-US; rv:1.9.0.3pre) Gecko/2008090704 GranParadiso/3.0.3pre', 'comment', 0, 0),
(24, 1, 'https://empress-escort.com/escort-girls-beer-sheva/', 'hz2i3ud@gmail.com', 'https://empress-escort.com/escort-girls-beer-sheva/', '64.137.70.52', '2023-06-01 08:04:32', '2023-06-01 08:04:32', 'The next time I read a blog, I hope that it does not disappoint me as much as this particular one. After all, Yes, it was my choice to read, nonetheless I truly thought you would probably have something helpful to talk about. All I hear is a bunch of whining about something that you could fix if you werent too busy looking for attention.', 0, '0', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.5) Gecko/20060127 Netscape/8.1', 'comment', 0, 0),
(25, 1, 'Michael Steel', 'anearstarts@mail.com', 'https://intailserio.com', '178.66.234.9', '2023-11-18 05:46:14', '2023-11-18 05:46:14', 'There\'s certainly a lot to learn about this issue.\r\nI love all the points you made.', 0, '0', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.2 Safari/605.1.15', 'comment', 0, 0),
(26, 1, 'تحميل الفيديو اون لاين هندي', 'gillian_incidunt@yahoo.com', 'https://downloader.run/ar/', '185.106.28.209', '2024-09-22 18:47:48', '2024-09-22 18:47:48', 'Great article! I really appreciate the clear and detailed insights you\'ve provided on this topic. It\'s always refreshing to read content that breaks things down so well, making it easy for readers to grasp even complex ideas. I also found the practical tips you\'ve shared to be very helpful. Looking forward to more informative posts like this! Keep up the good work!', 0, '0', '', 'comment', 0, 0);

-- --------------------------------------------------------

--
-- Table structure for table `wp_links`
--

CREATE TABLE `wp_links` (
  `link_id` bigint UNSIGNED NOT NULL,
  `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 UNSIGNED NOT NULL DEFAULT '1',
  `link_rating` int 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 ''
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

-- --------------------------------------------------------

--
-- Table structure for table `wp_options`
--

CREATE TABLE `wp_options` (
  `option_id` bigint UNSIGNED NOT NULL,
  `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'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `wp_options`
--

INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(1, 'siteurl', 'https://topwomensocialmediaspeaker.com/', 'yes'),
(2, 'home', 'https://topwomensocialmediaspeaker.com/', 'yes'),
(3, 'blogname', 'Top Women Social Media Speaker', 'yes'),
(4, 'blogdescription', 'Top Women Social Media Speaker Tracy Repchuk #ReachMillions #Woman #Business #keynote', 'yes'),
(5, 'users_can_register', '0', 'yes'),
(6, 'admin_email', 'ziia85@gmail.com', 'yes'),
(7, 'start_of_week', '1', 'yes'),
(8, 'use_balanceTags', '0', 'yes'),
(9, 'use_smilies', '1', 'yes'),
(10, 'require_name_email', '1', 'yes'),
(11, 'comments_notify', '1', 'yes'),
(12, 'posts_per_rss', '10', 'yes'),
(13, 'rss_use_excerpt', '0', 'yes'),
(14, 'mailserver_url', 'mail.example.com', 'yes'),
(15, 'mailserver_login', 'login@example.com', 'yes'),
(16, 'mailserver_pass', 'password', 'yes'),
(17, 'mailserver_port', '110', 'yes'),
(18, 'default_category', '1', 'yes'),
(19, 'default_comment_status', 'open', 'yes'),
(20, 'default_ping_status', 'open', 'yes'),
(21, 'default_pingback_flag', '0', 'yes'),
(22, 'posts_per_page', '10', 'yes'),
(23, 'date_format', 'F j, Y', 'yes'),
(24, 'time_format', 'g:i a', 'yes'),
(25, 'links_updated_date_format', 'F j, Y g:i a', 'yes'),
(26, 'comment_moderation', '0', 'yes'),
(27, 'moderation_notify', '1', 'yes'),
(28, 'permalink_structure', '/%year%/%monthnum%/%day%/%postname%/', 'yes'),
(29, 'rewrite_rules', 'a:143:{s:10:\"project/?$\";s:27:\"index.php?post_type=project\";s:40:\"project/feed/(feed|rdf|rss|rss2|atom)/?$\";s:44:\"index.php?post_type=project&feed=$matches[1]\";s:35:\"project/(feed|rdf|rss|rss2|atom)/?$\";s:44:\"index.php?post_type=project&feed=$matches[1]\";s:27:\"project/page/([0-9]{1,})/?$\";s:45:\"index.php?post_type=project&paged=$matches[1]\";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:15:\"divi_overlay/?$\";s:32:\"index.php?post_type=divi_overlay\";s:45:\"divi_overlay/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?post_type=divi_overlay&feed=$matches[1]\";s:40:\"divi_overlay/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?post_type=divi_overlay&feed=$matches[1]\";s:32:\"divi_overlay/page/([0-9]{1,})/?$\";s:50:\"index.php?post_type=divi_overlay&paged=$matches[1]\";s:47:\"category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:42:\"category/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";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:44:\"tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:39:\"tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";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:45:\"type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:40:\"type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";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:35:\"project/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:45:\"project/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:65:\"project/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"project/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"project/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:41:\"project/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:24:\"project/([^/]+)/embed/?$\";s:40:\"index.php?project=$matches[1]&embed=true\";s:28:\"project/([^/]+)/trackback/?$\";s:34:\"index.php?project=$matches[1]&tb=1\";s:48:\"project/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:46:\"index.php?project=$matches[1]&feed=$matches[2]\";s:43:\"project/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:46:\"index.php?project=$matches[1]&feed=$matches[2]\";s:36:\"project/([^/]+)/page/?([0-9]{1,})/?$\";s:47:\"index.php?project=$matches[1]&paged=$matches[2]\";s:43:\"project/([^/]+)/comment-page-([0-9]{1,})/?$\";s:47:\"index.php?project=$matches[1]&cpage=$matches[2]\";s:32:\"project/([^/]+)(?:/([0-9]+))?/?$\";s:46:\"index.php?project=$matches[1]&page=$matches[2]\";s:24:\"project/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:34:\"project/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:54:\"project/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:49:\"project/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:49:\"project/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:30:\"project/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:57:\"project_category/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:55:\"index.php?project_category=$matches[1]&feed=$matches[2]\";s:52:\"project_category/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:55:\"index.php?project_category=$matches[1]&feed=$matches[2]\";s:33:\"project_category/([^/]+)/embed/?$\";s:49:\"index.php?project_category=$matches[1]&embed=true\";s:45:\"project_category/([^/]+)/page/?([0-9]{1,})/?$\";s:56:\"index.php?project_category=$matches[1]&paged=$matches[2]\";s:27:\"project_category/([^/]+)/?$\";s:38:\"index.php?project_category=$matches[1]\";s:52:\"project_tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?project_tag=$matches[1]&feed=$matches[2]\";s:47:\"project_tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?project_tag=$matches[1]&feed=$matches[2]\";s:28:\"project_tag/([^/]+)/embed/?$\";s:44:\"index.php?project_tag=$matches[1]&embed=true\";s:40:\"project_tag/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?project_tag=$matches[1]&paged=$matches[2]\";s:22:\"project_tag/([^/]+)/?$\";s:33:\"index.php?project_tag=$matches[1]\";s:38:\"divi_overlay/.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:48:\"divi_overlay/.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:68:\"divi_overlay/.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:63:\"divi_overlay/.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:63:\"divi_overlay/.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:44:\"divi_overlay/.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:27:\"divi_overlay/(.+?)/embed/?$\";s:45:\"index.php?divi_overlay=$matches[1]&embed=true\";s:31:\"divi_overlay/(.+?)/trackback/?$\";s:39:\"index.php?divi_overlay=$matches[1]&tb=1\";s:51:\"divi_overlay/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:51:\"index.php?divi_overlay=$matches[1]&feed=$matches[2]\";s:46:\"divi_overlay/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:51:\"index.php?divi_overlay=$matches[1]&feed=$matches[2]\";s:39:\"divi_overlay/(.+?)/page/?([0-9]{1,})/?$\";s:52:\"index.php?divi_overlay=$matches[1]&paged=$matches[2]\";s:46:\"divi_overlay/(.+?)/comment-page-([0-9]{1,})/?$\";s:52:\"index.php?divi_overlay=$matches[1]&cpage=$matches[2]\";s:35:\"divi_overlay/(.+?)(?:/([0-9]+))?/?$\";s:51:\"index.php?divi_overlay=$matches[1]&page=$matches[2]\";s:12:\"robots\\.txt$\";s:18:\"index.php?robots=1\";s:13:\"favicon\\.ico$\";s:19:\"index.php?favicon=1\";s:12:\"sitemap\\.xml\";s:24:\"index.php??sitemap=index\";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:32:\"feed/(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:27:\"(feed|rdf|rss|rss2|atom)/?$\";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:38:\"index.php?&page_id=5&cpage=$matches[1]\";s:41:\"comments/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:36:\"comments/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:17:\"comments/embed/?$\";s:21:\"index.php?&embed=true\";s:44:\"search/(.+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:39:\"search/(.+)/(feed|rdf|rss|rss2|atom)/?$\";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:47:\"author/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:42:\"author/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";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:69:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:64:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";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:56:\"([0-9]{4})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:51:\"([0-9]{4})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";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:43:\"([0-9]{4})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:38:\"([0-9]{4})/(feed|rdf|rss|rss2|atom)/?$\";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:88:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:83:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";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:77:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&feed=$matches[5]\";s:72:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";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:77:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:72:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";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:57:\".?.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";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:40:\"(.?.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:35:\"(.?.+?)/(feed|rdf|rss|rss2|atom)/?$\";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]\";}', 'yes'),
(30, 'hack_file', '0', 'yes'),
(31, 'blog_charset', 'UTF-8', 'yes'),
(32, 'moderation_keys', '', 'no'),
(33, 'active_plugins', 'a:5:{i:0;s:43:\"all-in-one-seo-pack/all_in_one_seo_pack.php\";i:1;s:33:\"classic-editor/classic-editor.php\";i:2;s:31:\"divi-overlays/divi-overlays.php\";i:3;s:23:\"ml-slider/ml-slider.php\";i:4;s:31:\"sg-cachepress/sg-cachepress.php\";}', 'yes'),
(34, 'category_base', '', 'yes'),
(35, 'ping_sites', 'https://rpc.pingomatic.com/', 'yes'),
(36, 'comment_max_links', '2', 'yes'),
(37, 'gmt_offset', '0', 'yes'),
(38, 'default_email_category', '1', 'yes'),
(39, 'recently_edited', 'a:3:{i:0;s:83:\"/home/quantu95/public_html/handsondiagnostics.com/wp-content/themes/Divi/footer.php\";i:2;s:82:\"/home/quantu95/public_html/handsondiagnostics.com/wp-content/themes/Divi/style.css\";i:3;s:0:\"\";}', 'no'),
(40, 'template', 'Divi', 'yes'),
(41, 'stylesheet', 'Divi', 'yes'),
(44, 'comment_registration', '0', 'yes'),
(45, 'html_type', 'text/html', 'yes'),
(46, 'use_trackback', '0', 'yes'),
(47, 'default_role', 'subscriber', 'yes'),
(48, 'db_version', '60717', 'yes'),
(49, 'uploads_use_yearmonth_folders', '1', 'yes'),
(50, 'upload_path', '', 'yes'),
(51, 'blog_public', '1', 'yes'),
(52, 'default_link_category', '2', 'yes'),
(53, 'show_on_front', 'page', 'yes'),
(54, 'tag_base', '', 'yes'),
(55, 'show_avatars', '1', 'yes'),
(56, 'avatar_rating', 'G', 'yes'),
(57, 'upload_url_path', '', 'yes'),
(58, 'thumbnail_size_w', '150', 'yes'),
(59, 'thumbnail_size_h', '150', 'yes'),
(60, 'thumbnail_crop', '1', 'yes'),
(61, 'medium_size_w', '300', 'yes'),
(62, 'medium_size_h', '300', 'yes'),
(63, 'avatar_default', 'mystery', 'yes'),
(64, 'large_size_w', '1024', 'yes'),
(65, 'large_size_h', '1024', 'yes'),
(66, 'image_default_link_type', 'none', 'yes'),
(67, 'image_default_size', '', 'yes'),
(68, 'image_default_align', '', 'yes'),
(69, 'close_comments_for_old_posts', '0', 'yes'),
(70, 'close_comments_days_old', '14', 'yes'),
(71, 'thread_comments', '1', 'yes'),
(72, 'thread_comments_depth', '5', 'yes'),
(73, 'page_comments', '0', 'yes'),
(74, 'comments_per_page', '50', 'yes'),
(75, 'default_comments_page', 'newest', 'yes'),
(76, 'comment_order', 'asc', 'yes'),
(77, 'sticky_posts', 'a:0:{}', 'yes'),
(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'),
(79, 'widget_text', 'a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}', 'yes'),
(80, 'widget_rss', 'a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}', 'yes'),
(81, 'uninstall_plugins', 'a:1:{s:33:\"classic-editor/classic-editor.php\";a:2:{i:0;s:14:\"Classic_Editor\";i:1;s:9:\"uninstall\";}}', 'no'),
(82, 'timezone_string', '', 'yes'),
(83, 'page_for_posts', '0', 'yes'),
(84, 'page_on_front', '5', 'yes'),
(85, 'default_post_format', '0', 'yes'),
(86, 'link_manager_enabled', '0', 'yes'),
(87, 'finished_splitting_shared_terms', '1', 'yes'),
(88, 'site_icon', '0', 'yes'),
(89, 'medium_large_size_w', '768', 'yes'),
(90, 'medium_large_size_h', '0', 'yes'),
(91, 'wp_page_for_privacy_policy', '3', 'yes'),
(92, 'show_comments_cookies_opt_in', '0', 'yes'),
(93, 'initial_db_version', '43764', 'yes'),
(94, 'wp_user_roles', 'a:5:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:82:{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:16:\"aiosp_manage_seo\";b:1;s:17:\"aioseo_manage_seo\";b:1;s:19:\"aioseo_setup_wizard\";b:1;s:23:\"aioseo_general_settings\";b:1;s:33:\"aioseo_search_appearance_settings\";b:1;s:31:\"aioseo_social_networks_settings\";b:1;s:23:\"aioseo_sitemap_settings\";b:1;s:30:\"aioseo_internal_links_settings\";b:1;s:25:\"aioseo_redirects_settings\";b:1;s:28:\"aioseo_seo_analysis_settings\";b:1;s:21:\"aioseo_tools_settings\";b:1;s:31:\"aioseo_feature_manager_settings\";b:1;s:20:\"aioseo_page_analysis\";b:1;s:28:\"aioseo_page_general_settings\";b:1;s:29:\"aioseo_page_advanced_settings\";b:1;s:27:\"aioseo_page_schema_settings\";b:1;s:27:\"aioseo_page_social_settings\";b:1;s:25:\"aioseo_local_seo_settings\";b:1;s:20:\"aioseo_about_us_page\";b:1;s:12:\"aioseo_admin\";b:1;s:31:\"aioseo_page_ai_content_settings\";b:1;}}s:6:\"editor\";a:2:{s:4:\"name\";s:6:\"Editor\";s:12:\"capabilities\";a:40:{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:20:\"aioseo_page_analysis\";b:1;s:28:\"aioseo_page_general_settings\";b:1;s:29:\"aioseo_page_advanced_settings\";b:1;s:27:\"aioseo_page_schema_settings\";b:1;s:27:\"aioseo_page_social_settings\";b:1;s:31:\"aioseo_page_ai_content_settings\";b:1;}}s:6:\"author\";a:2:{s:4:\"name\";s:6:\"Author\";s:12:\"capabilities\";a:16:{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:20:\"aioseo_page_analysis\";b:1;s:28:\"aioseo_page_general_settings\";b:1;s:29:\"aioseo_page_advanced_settings\";b:1;s:27:\"aioseo_page_schema_settings\";b:1;s:27:\"aioseo_page_social_settings\";b:1;s:31:\"aioseo_page_ai_content_settings\";b:1;}}s:11:\"contributor\";a:2:{s:4:\"name\";s:11:\"Contributor\";s:12:\"capabilities\";a:11:{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:29:\"aioseo_page_advanced_settings\";b:1;s:31:\"aioseo_page_ai_content_settings\";b:1;s:20:\"aioseo_page_analysis\";b:1;s:28:\"aioseo_page_general_settings\";b:1;s:27:\"aioseo_page_schema_settings\";b:1;s:27:\"aioseo_page_social_settings\";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'),
(95, 'fresh_site', '0', 'off'),
(96, 'widget_search', 'a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}', 'yes'),
(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'),
(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'),
(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'),
(100, 'widget_meta', 'a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}', 'yes'),
(101, 'sidebars_widgets', 'a:9:{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:9:\"sidebar-2\";a:0:{}s:9:\"sidebar-3\";a:0:{}s:9:\"sidebar-4\";a:0:{}s:9:\"sidebar-5\";a:0:{}s:9:\"sidebar-6\";a:0:{}s:9:\"sidebar-7\";a:0:{}s:13:\"array_version\";i:3;}', 'yes'),
(102, 'widget_pages', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(103, 'widget_calendar', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(104, 'widget_media_audio', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(105, 'widget_media_image', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(106, 'widget_media_gallery', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(107, 'widget_media_video', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(108, 'widget_tag_cloud', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(109, 'widget_nav_menu', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(110, 'widget_custom_html', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(111, 'cron', 'a:14:{i:1763699248;a:1:{s:26:\"action_scheduler_run_queue\";a:1:{s:32:\"0d04ed39571b55704c122d726248bbac\";a:3:{s:8:\"schedule\";s:12:\"every_minute\";s:4:\"args\";a:1:{i:0;s:7:\"WP Cron\";}s:8:\"interval\";i:60;}}}i:1763702685;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:1763735085;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:1763735105;a:2:{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;}}}i:1763735308;a:1:{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:1763735371;a:1:{s:21:\"et_builder_fonts_cron\";a:1:{s:32:\"552cbb9d6515dadbbc4718ad75114f08\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:1:{s:8:\"interval\";s:5:\"daily\";}s:8:\"interval\";i:86400;}}}i:1763736198;a:1:{s:21:\"wp_update_user_counts\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1763743760;a:1:{s:37:\"siteground_optimizer_check_assets_dir\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1763754051;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:1763758639;a:1:{s:24:\"siteground_delete_assets\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1763840451;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;}}}i:1764200775;a:1:{s:30:\"wp_delete_temp_updater_backups\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}i:1765722547;a:1:{s:32:\"et_core_page_resource_auto_clear\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:7:\"monthly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:2592000;}}}s:7:\"version\";i:2;}', 'on'),
(112, 'theme_mods_twentynineteen', 'a:2:{s:18:\"custom_css_post_id\";i:-1;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1545402547;s:4:\"data\";a:2:{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\";}}}}', 'no'),
(138, 'recently_activated', 'a:0:{}', 'off'),
(146, 'current_theme', 'Divi', 'yes'),
(147, 'theme_mods_Divi', 'a:5:{i:0;b:0;s:18:\"custom_css_post_id\";i:181;s:16:\"et_pb_css_synced\";s:3:\"yes\";s:18:\"nav_menu_locations\";a:0:{}s:39:\"et_updated_layouts_built_for_post_types\";s:3:\"yes\";}', 'yes'),
(148, 'theme_switched', '', 'yes'),
(149, 'et_pb_cache_notice', 'a:1:{s:4:\"3.19\";s:6:\"ignore\";}', 'yes'),
(154, 'et_core_version', '3.19', 'yes'),
(156, 'et_divi', 'a:45:{s:39:\"static_css_custom_css_safety_check_done\";b:1;s:23:\"2_5_flush_rewrite_rules\";s:4:\"done\";s:28:\"3_0_flush_rewrite_rules_3.19\";s:4:\"done\";s:31:\"divi_previous_installed_version\";s:0:\"\";s:29:\"divi_latest_installed_version\";s:4:\"3.19\";s:27:\"divi_skip_font_subset_force\";b:1;s:40:\"divi_email_provider_credentials_migrated\";b:1;s:15:\"divi_1_3_images\";s:7:\"checked\";s:21:\"et_pb_layouts_updated\";b:1;s:30:\"library_removed_legacy_layouts\";b:1;s:30:\"divi_2_4_documentation_message\";s:9:\"triggered\";s:19:\"product_tour_status\";a:1:{i:1;s:3:\"off\";}s:32:\"et_fb_pref_settings_bar_location\";s:6:\"bottom\";s:28:\"et_fb_pref_builder_animation\";s:4:\"true\";s:41:\"et_fb_pref_builder_display_modal_settings\";s:5:\"false\";s:39:\"et_fb_pref_builder_enable_dummy_content\";s:4:\"true\";s:21:\"et_fb_pref_event_mode\";s:5:\"hover\";s:20:\"et_fb_pref_view_mode\";s:7:\"desktop\";s:32:\"et_fb_pref_hide_disabled_modules\";s:5:\"false\";s:28:\"et_fb_pref_history_intervals\";i:1;s:29:\"et_fb_pref_page_creation_flow\";s:7:\"default\";s:42:\"et_fb_pref_quick_actions_always_start_with\";s:7:\"nothing\";s:44:\"et_fb_pref_quick_actions_show_recent_queries\";s:3:\"off\";s:39:\"et_fb_pref_quick_actions_recent_queries\";s:5:\"false\";s:40:\"et_fb_pref_quick_actions_recent_category\";s:5:\"false\";s:27:\"et_fb_pref_modal_preference\";s:7:\"default\";s:30:\"et_fb_pref_modal_snap_location\";s:5:\"false\";s:21:\"et_fb_pref_modal_snap\";s:5:\"false\";s:27:\"et_fb_pref_modal_fullscreen\";s:5:\"false\";s:32:\"et_fb_pref_modal_dimension_width\";i:400;s:33:\"et_fb_pref_modal_dimension_height\";i:400;s:27:\"et_fb_pref_modal_position_x\";i:941;s:27:\"et_fb_pref_modal_position_y\";i:129;s:24:\"et_fb_pref_toolbar_click\";s:5:\"false\";s:26:\"et_fb_pref_toolbar_desktop\";s:4:\"true\";s:23:\"et_fb_pref_toolbar_grid\";s:5:\"false\";s:24:\"et_fb_pref_toolbar_hover\";s:5:\"false\";s:24:\"et_fb_pref_toolbar_phone\";s:4:\"true\";s:25:\"et_fb_pref_toolbar_tablet\";s:4:\"true\";s:28:\"et_fb_pref_toolbar_wireframe\";s:4:\"true\";s:23:\"et_fb_pref_toolbar_zoom\";s:4:\"true\";s:24:\"footer_widget_text_color\";s:7:\"#ffffff\";s:24:\"footer_widget_link_color\";s:7:\"#ffffff\";s:15:\"divi_custom_css\";s:1736:\".red_text{\n	/*color: #800000;*/\n	color:red;\n	font-weight:800;\n	font-size: 19px !important;\n}\n.red_heading{\n	/*color: #800000;*/\n	color: red;\n	font-weight: 600;\n}\n\n.txtyellow{ color:#FDF018;}\n\n.head-blue{background:#3c85ca; padding:15px; margin:10px 0px;}\n.head-gold{background:#DEB963; padding:0px; margin:0px 0px; clear:both;}\n\n.white_heading{color: #fff; font-size:40px;\n	font-weight: 800; text-shadow: 1px 1px 0px rgba(0,0,0,0.5);}\n\n.tex-bold{\n	font-weight:800;	\n}\n#section-1{ \n	\n}\n#section-1 h1{\n	/*font-family: \'Open Sans\';*/\n	  font-family: Arial, Helvetica, sans-serif;\n	/*color:#0b4294;*/\n	color:#000;\n	text-shadow: 1px 1px 0px rgba(0,0,0,0.5);	\n	font-size: 32px;\n	line-height: 1.5;\n}\n\n.txtblue{ color:#0B73BA;}\n\n.list{\n	list-style-image:url(images/list_03.png);\n	margin:0;	\n}\n.list li{\n	margin:5px 0 5px 0;\n}\n.list-arrow{\n	list-style-image:url(images/list_07.png);\n	margin:0;\n}\n.list-arrow li{\n	margin: 5px 0 5px 25px;\n}\n.img1{\n	float:left;\n	margin-right:17px;	\n}\n#section-2{\n	margin: 0 25px;\n	background-color:#28A460;\n	border-radius:10px;		\n}\n\n#section-2 h1{ color:#fff;}\n\n#section-2 p{\n		padding:0;\n		font-size:17px;\n		\n}\n#section-2 img{\n	margin-right:5px;	\n}\n#section-3{\n	/*width: 700px;*/\n	margin: 10px 25px;\n	background-color:#DEDEDE;\n	border-radius:10px;\n}\n\n.videos{\n	/*width: 700px;*/\n	margin: 10px 25px;\n	background-color:#DEDEDE;\n	border-radius:10px;\n}\n\n#section-3 h2{\n	/*color:#800000;*/\n	color: #fff;\n}\n#section-3 p{\n	font-size: 17px;\n}\n.container{\n	padding-right: 39px;\n	padding-left: 39px;\n}\n.order{\n	text-align:center;\n}\n.order h2{\n	color:#ff0000 !important;\n	\n}\n.order h1{\n	color:#ff4a4a;\n	margin-top:-14px;\n}\n.order h4{\n	color:#ff0000;\n	margin-top:-14px;\n	margin-bottom:-14px;\n}\n.slider-321{border-radius:10px}\";s:27:\"et_pb_clear_templates_cache\";b:1;}', 'yes'),
(157, 'widget_aboutmewidget', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(158, 'widget_adsensewidget', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(159, 'widget_advwidget', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(160, 'shop_catalog_image_size', 'a:3:{s:5:\"width\";s:3:\"400\";s:6:\"height\";s:3:\"400\";s:4:\"crop\";i:1;}', 'yes'),
(161, 'shop_single_image_size', 'a:3:{s:5:\"width\";s:3:\"510\";s:6:\"height\";s:4:\"9999\";s:4:\"crop\";i:0;}', 'yes'),
(162, 'shop_thumbnail_image_size', 'a:3:{s:5:\"width\";s:3:\"157\";s:6:\"height\";s:3:\"157\";s:4:\"crop\";i:1;}', 'yes'),
(163, 'et_images_temp_folder', '/home/quantu95/public_html/handsondiagnostics.com/wp-content/uploads/et_temp', 'yes'),
(164, 'et_schedule_clean_images_last_time', '1773420428', 'yes'),
(165, 'et_pb_builder_options', 'a:2:{i:0;b:0;s:35:\"email_provider_credentials_migrated\";b:1;}', 'yes'),
(189, '_site_transient_et_update_all_plugins', 'O:8:\"stdClass\":1:{s:12:\"last_checked\";i:1559096673;}', 'no'),
(192, '_site_transient_et_update_themes', 'O:8:\"stdClass\":3:{s:7:\"checked\";a:4:{s:4:\"Divi\";s:4:\"3.19\";s:14:\"twentynineteen\";s:3:\"1.1\";s:15:\"twentyseventeen\";s:3:\"1.9\";s:13:\"twentysixteen\";s:3:\"1.7\";}s:8:\"response\";a:1:{s:4:\"Divi\";a:3:{s:11:\"new_version\";s:6:\"3.23.3\";s:5:\"theme\";s:4:\"Divi\";s:3:\"url\";s:52:\"https://www.elegantthemes.com/api/changelog/divi.txt\";}}s:12:\"last_checked\";i:1559096664;}', 'no'),
(203, 'OnceMigrateCbcValues', '1', 'yes'),
(204, 'divilife_edd_divioverlays_license_key', '9b62a0864ba46577795aa4e8a6c48e7e', 'yes'),
(207, 'divilife_edd_divioverlays_license_status', 'valid', 'yes'),
(248, 'WPLANG', '', 'yes'),
(249, 'new_admin_email', 'ziia85@gmail.com', 'yes');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(258, 'edd_sl_c7d392a197f92a590b805599b96998cc', 'a:2:{s:7:\"timeout\";i:1559107464;s:5:\"value\";s:17947:\"{\"new_version\":\"2.5.6\",\"stable_version\":\"2.5.6\",\"name\":\"Divi Overlays\",\"slug\":\"divi-overlays\",\"url\":\"https:\\/\\/divilife.com\\/downloads\\/divi-overlays\\/?changelog=1\",\"last_updated\":\"2019-03-07 17:40:53\",\"homepage\":\"https:\\/\\/divilife.com\\/downloads\\/divi-overlays\\/\",\"package\":\"https:\\/\\/divilife.com\\/edd-sl\\/package_download\\/MTU1OTA5MzA2NDo5YjYyYTA4NjRiYTQ2NTc3Nzk1YWE0ZThhNmM0OGU3ZTo0ODc2MzpmN2RhMWM0YjZmMzU3NDk2MjBjODJkZTNmMDczMmExMTpodHRwQC8vdG9wd29tYW5zcGVha2VyLmNvbTow\",\"download_link\":\"https:\\/\\/divilife.com\\/edd-sl\\/package_download\\/MTU1OTA5MzA2NDo5YjYyYTA4NjRiYTQ2NTc3Nzk1YWE0ZThhNmM0OGU3ZTo0ODc2MzpmN2RhMWM0YjZmMzU3NDk2MjBjODJkZTNmMDczMmExMTpodHRwQC8vdG9wd29tYW5zcGVha2VyLmNvbTow\",\"sections\":{\"description\":\"<p>Divi Overlays is a brand new way to create beautiful full screen overlays, popups, or modals using the Divi Builder.<\\/p>\\n<p>Divi Overlays takes advantage of the power and flexibility of the\\u00a0Divi Builder\\u00a0which gives you the ability to\\u00a0easily add any type of content imaginable to an overlay, then trigger it with anything on the page: text links, images, Divi buttons, etc. Or use an automatic trigger such as timed delay, scroll delay, or exit intent!<\\/p>\\n<p><a class=\\\"et_pb_button\\\" style=\\\"padding-top: 10px !important; padding-bottom: 10px !important;\\\" href=\\\"https:\\/\\/divilife.com\\/divi-overlays\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">View Demo Site<\\/a><\\/p>\\n\",\"changelog\":\"<p>Version 2.5.6 \\u00a0(12\\/13\\/18)<\\/p>\\n<ul>\\n<li>Added support for the new backend Divi Builder Experience, and the Visual Builder.<\\/li>\\n<\\/ul>\\n<p>Version 2.5.5 \\u00a0(11\\/07\\/18)<\\/p>\\n<ul>\\n<li>Fixed an issue with the \\u201cDisplay Once Per Page Load\\u201d feature not being disabled correctly<\\/li>\\n<li>Fixed an issue with settings from automatic triggers not allowing click triggers to function properly<\\/li>\\n<li>Fixed an issue with the Display Location &gt; Specific Page selection not saving correctly without automatic trigger<\\/li>\\n<\\/ul>\\n<p>Version 2.5.4 \\u00a0(10\\/15\\/18)<\\/p>\\n<ul>\\n<li>Fixed an issue with the specific pages option not working correctly<\\/li>\\n<li>Fixed an issue where the \\u201cdisable on mobile\\u201d setting was also disabling overlay on tablets<\\/li>\\n<li>Fixed an issue preventing automatic triggers from being turned off once enabled<\\/li>\\n<li>Improved the close action button for creating custom close buttons: close-divi-overlay<\\/li>\\n<li>Fixed an error happening on large sites: \\u201cprevent notice error\\u201d from\\u00a0get_current_screen() WP function<\\/li>\\n<\\/ul>\\n<p>Version 2.5.1 \\u00a0(10\\/03\\/18)<\\/p>\\n<ul>\\n<li>Added Recurring Scheduling feature<\\/li>\\n<li>Added feature to individually disable Divi Bar on Desktop\\/Tablet\\/Mobile<\\/li>\\n<li>Decreased requests to licensing server.<\\/li>\\n<li>Fixed an incompatibility with Divi Bars<\\/li>\\n<li>Fixed a crash bug in front end<\\/li>\\n<li>Fixed an issue with the Filterable Grid Portfolio plugin.<\\/li>\\n<li>Fixed various other minor bug.<\\/li>\\n<\\/ul>\\n<p>Version 2.2 (04\\/24\\/18)<\\/p>\\n<ul>\\n<li>Added New API Licensing System for Divi Overlays<\\/li>\\n<li>Fixed issue with Divi\\u2019s built in \\u201cProjects\\u201d post type pages not showing in list of \\u201cSpecific Pages\\u201d when setting triggers.<\\/li>\\n<li>Removed old unnecessary \\u201cAdmin Ajax\\u201d and \\u201cNormalize.CSS\\u201d files<\\/li>\\n<li>Fixed a conflict with the Gravity Forms plugin when redirecting to new page upon form completion.<\\/li>\\n<\\/ul>\\n<p>Version 2.1.3 (02\\/14\\/18)<\\/p>\\n<ul>\\n<li>Added Close Button Cookie Expiration Feature to control how long until the automatic trigger will execute the overlay again after a user has closed it<\\/li>\\n<li>Added scheduling feature to schedule a start and end time for automatic overlay triggers<\\/li>\\n<li>Fixed issue with videos inside overlays playing in the background before the overlay triggers (when video is set to autoplay)<\\/li>\\n<li>Enhanced the CSS Selector Trigger feature by adding ability to choose what pages it will display on<\\/li>\\n<li>Fixed various other minor bugs<\\/li>\\n<\\/ul>\\n<p>Version 2.0.2<\\/p>\\n<ul>\\n<li>Fixed an issue caused by the previous update that resulted in columns breaking in the builder.<\\/li>\\n<li>Fixed an issue that caused additional paragraph tags to be added around form fields in the Gravity Forms plugin.<\\/li>\\n<li>Fixed the issue with multiple overlays triggering on the same page when multiple overlays are set with automatic triggers but supposed to trigger on different pages.<\\/li>\\n<\\/ul>\\n<p>Version 2.0.1<\\/p>\\n<ul>\\n<li>Fixed the issue caused by a recent Divi update where custom button styling defined in the Divi builder was not being applied in the overlay.<\\/li>\\n<li>Fixed the issue caused by a recent Divi update where Divi Overlays was causing black bars to be shown on both sides of background videos.<\\/li>\\n<li>Fixed the issue where certain text editor formatting (line breaks, lists, bullets, etc.) was not being applied inside of the overlay.<\\/li>\\n<li>Fixed the issue where menu link triggers weren\\u2019t automatically adding the overlay content to the page.<\\/li>\\n<\\/ul>\\n<p>Version 2.0<br \\/>\\n<strong>This is a major update. Please backup before updating.<\\/strong><\\/p>\\n<ul>\\n<li>Added Automatic Triggers\\n<ul>\\n<li>Timed Delay<\\/li>\\n<li>Scroll Delay<\\/li>\\n<li>Exit Intent<\\/li>\\n<\\/ul>\\n<\\/li>\\n<li>Improved the way click triggers work in Divi Overlays. Content shortcodes are no longer needed. Instead, adding the click trigger will automatically add the overlay content to the page.<\\/li>\\n<li>Due to the above, Global Overlays are no longer necessary to set up via the Global Overlays widget area.<\\/li>\\n<li>In addition to adding the unique CSS ID to an\\u00a0element on the page, click triggers can also be set by adding a unique CSS string directly to the individual overlay edit screen. This allows more precise selection of click triggers on\\u00a0individual parts of a Divi module.<\\/li>\\n<li>Added close button customization options\\n<ul>\\n<li>added the ability to hide the main close button (per overlay)<\\/li>\\n<li>added ability to customize the close button by changing color, size, background color, background radius<\\/li>\\n<\\/ul>\\n<\\/li>\\n<li>Added the ability to link from overlay to overlay<\\/li>\\n<li>Added smooth scrolling of overlay on mobile devices<\\/li>\\n<li>Licensing username and password are no\\u00a0longer exposed\\u00a0for those that are turning sites over to clients<\\/li>\\n<li>added overlay unique CSS ID and Menu ID directly to overlay edit screen for easier access<\\/li>\\n<li>Multiple other minor fixes and enhancements<\\/li>\\n<\\/ul>\\n<p>Version 1.1.2<\\/p>\\n<ul>\\n<li>Fixed a\\u00a0z-index issue that caused the overlay to not always be on top in certain cases.<\\/li>\\n<\\/ul>\\n<p>Version 1.1.1<\\/p>\\n<ul>\\n<li>Fixed a bug that caused the Divi mobile menu to break when a video was present in the overlay<\\/li>\\n<\\/ul>\\n<p>Version 1.1<\\/p>\\n<ul>\\n<li>Fixed a bug from version 1.0.4 that caused issues with the several Divi modules including the Divi form module, audio module, video module, as well as other 3rd party plugins such as form plugins.<\\/li>\\n<li>Added a new feature called \\u201cURL Triggers\\u201d that allows you to trigger the overlay on page load by placing \\/#overlay-1234 at the end of the URL. (change 1234 with overlay ID).<\\/li>\\n<li>Added three new ways to close overlays:\\n<ul>\\n<li>Overlays can now be closed by pressing the escape key<\\/li>\\n<li>Overlays can now be closed by clicking on the overlay background<\\/li>\\n<li>Overlays can now be closed by adding class=\\u201cclose-divi-overlay\\u201d to any link, button, element, etc. from within the overlay.<\\/li>\\n<\\/ul>\\n<\\/li>\\n<li>Added the ability to not let the background (main page) scroll when the overlay is opened.<\\/li>\\n<\\/ul>\\n<p>Version 1.0.4<\\/p>\\n<ul>\\n<li>Fixed the issue that broke the following animations in version 1.0.3: Genie, Little Boxes, Corner Shape, Content Scale, &amp; Content Push.<\\/li>\\n<\\/ul>\\n<p>Version 1.0.3<\\/p>\\n<ul>\\n<li>Added full video support \\u201cout of the box.\\u201d Previously, videos inside of overlays would not pause automatically when the overlay was closed, causing the audio to continue being heard from the video playing in the background. Now, videos will automatically stop playing when the overlay is closed. This new feature has been fully tested on YouTube, Vimeo, and Wistia videos.<\\/li>\\n<\\/ul>\\n<p>Version 1.0.2<\\/p>\\n<ul>\\n<li>Fixed the javascript error that happened on pages where no overlay was found, causing other javascript on the page to break, particularly from other plugins.<\\/li>\\n<\\/ul>\\n<p>Version 1.0.1<\\/p>\\n<ul>\\n<li>Fixed the secondary menu overlap issue.<\\/li>\\n<li>Fixed the function naming issue that caused a fatal error from conflicting with other Divi plugins, and\\/or child themes.<\\/li>\\n<\\/ul>\\n<p>Version 1.0<\\/p>\\n<ul>\\n<li>Initial Release<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p>Divi Overlays product description, promo video, screenshots, and demos can be found here:\\u00a0<a href=\\\"https:\\/\\/divilife.com\\/downloads\\/divi-overlays\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">https:\\/\\/divilife.com\\/downloads\\/divi-overlays\\/<\\/a><\\/p>\\n\"},\"banners\":{\"high\":\"\",\"low\":\"\"},\"icons\":\"a:2:{s:2:\\\"1x\\\";s:92:\\\"https:\\/\\/divilife.com\\/wp-content\\/uploads\\/2018\\/10\\/divi-overlays-featured-image2018-128x128.jpg\\\";s:2:\\\"2x\\\";s:92:\\\"https:\\/\\/divilife.com\\/wp-content\\/uploads\\/2018\\/10\\/divi-overlays-featured-image2018-256x256.jpg\\\";}\",\"description\":[\"<p>Divi Overlays is a brand new way to create beautiful full screen overlays, popups, or modals using the Divi Builder.<\\/p>\\n<p>Divi Overlays takes advantage of the power and flexibility of the\\u00a0Divi Builder\\u00a0which gives you the ability to\\u00a0easily add any type of content imaginable to an overlay, then trigger it with anything on the page: text links, images, Divi buttons, etc. Or use an automatic trigger such as timed delay, scroll delay, or exit intent!<\\/p>\\n<p><a class=\\\"et_pb_button\\\" style=\\\"padding-top: 10px !important; padding-bottom: 10px !important;\\\" href=\\\"https:\\/\\/divilife.com\\/divi-overlays\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">View Demo Site<\\/a><\\/p>\\n\"],\"changelog\":[\"<p>Version 2.5.6 \\u00a0(12\\/13\\/18)<\\/p>\\n<ul>\\n<li>Added support for the new backend Divi Builder Experience, and the Visual Builder.<\\/li>\\n<\\/ul>\\n<p>Version 2.5.5 \\u00a0(11\\/07\\/18)<\\/p>\\n<ul>\\n<li>Fixed an issue with the \\u201cDisplay Once Per Page Load\\u201d feature not being disabled correctly<\\/li>\\n<li>Fixed an issue with settings from automatic triggers not allowing click triggers to function properly<\\/li>\\n<li>Fixed an issue with the Display Location &gt; Specific Page selection not saving correctly without automatic trigger<\\/li>\\n<\\/ul>\\n<p>Version 2.5.4 \\u00a0(10\\/15\\/18)<\\/p>\\n<ul>\\n<li>Fixed an issue with the specific pages option not working correctly<\\/li>\\n<li>Fixed an issue where the \\u201cdisable on mobile\\u201d setting was also disabling overlay on tablets<\\/li>\\n<li>Fixed an issue preventing automatic triggers from being turned off once enabled<\\/li>\\n<li>Improved the close action button for creating custom close buttons: close-divi-overlay<\\/li>\\n<li>Fixed an error happening on large sites: \\u201cprevent notice error\\u201d from\\u00a0get_current_screen() WP function<\\/li>\\n<\\/ul>\\n<p>Version 2.5.1 \\u00a0(10\\/03\\/18)<\\/p>\\n<ul>\\n<li>Added Recurring Scheduling feature<\\/li>\\n<li>Added feature to individually disable Divi Bar on Desktop\\/Tablet\\/Mobile<\\/li>\\n<li>Decreased requests to licensing server.<\\/li>\\n<li>Fixed an incompatibility with Divi Bars<\\/li>\\n<li>Fixed a crash bug in front end<\\/li>\\n<li>Fixed an issue with the Filterable Grid Portfolio plugin.<\\/li>\\n<li>Fixed various other minor bug.<\\/li>\\n<\\/ul>\\n<p>Version 2.2 (04\\/24\\/18)<\\/p>\\n<ul>\\n<li>Added New API Licensing System for Divi Overlays<\\/li>\\n<li>Fixed issue with Divi\\u2019s built in \\u201cProjects\\u201d post type pages not showing in list of \\u201cSpecific Pages\\u201d when setting triggers.<\\/li>\\n<li>Removed old unnecessary \\u201cAdmin Ajax\\u201d and \\u201cNormalize.CSS\\u201d files<\\/li>\\n<li>Fixed a conflict with the Gravity Forms plugin when redirecting to new page upon form completion.<\\/li>\\n<\\/ul>\\n<p>Version 2.1.3 (02\\/14\\/18)<\\/p>\\n<ul>\\n<li>Added Close Button Cookie Expiration Feature to control how long until the automatic trigger will execute the overlay again after a user has closed it<\\/li>\\n<li>Added scheduling feature to schedule a start and end time for automatic overlay triggers<\\/li>\\n<li>Fixed issue with videos inside overlays playing in the background before the overlay triggers (when video is set to autoplay)<\\/li>\\n<li>Enhanced the CSS Selector Trigger feature by adding ability to choose what pages it will display on<\\/li>\\n<li>Fixed various other minor bugs<\\/li>\\n<\\/ul>\\n<p>Version 2.0.2<\\/p>\\n<ul>\\n<li>Fixed an issue caused by the previous update that resulted in columns breaking in the builder.<\\/li>\\n<li>Fixed an issue that caused additional paragraph tags to be added around form fields in the Gravity Forms plugin.<\\/li>\\n<li>Fixed the issue with multiple overlays triggering on the same page when multiple overlays are set with automatic triggers but supposed to trigger on different pages.<\\/li>\\n<\\/ul>\\n<p>Version 2.0.1<\\/p>\\n<ul>\\n<li>Fixed the issue caused by a recent Divi update where custom button styling defined in the Divi builder was not being applied in the overlay.<\\/li>\\n<li>Fixed the issue caused by a recent Divi update where Divi Overlays was causing black bars to be shown on both sides of background videos.<\\/li>\\n<li>Fixed the issue where certain text editor formatting (line breaks, lists, bullets, etc.) was not being applied inside of the overlay.<\\/li>\\n<li>Fixed the issue where menu link triggers weren\\u2019t automatically adding the overlay content to the page.<\\/li>\\n<\\/ul>\\n<p>Version 2.0<br \\/>\\n<strong>This is a major update. Please backup before updating.<\\/strong><\\/p>\\n<ul>\\n<li>Added Automatic Triggers\\n<ul>\\n<li>Timed Delay<\\/li>\\n<li>Scroll Delay<\\/li>\\n<li>Exit Intent<\\/li>\\n<\\/ul>\\n<\\/li>\\n<li>Improved the way click triggers work in Divi Overlays. Content shortcodes are no longer needed. Instead, adding the click trigger will automatically add the overlay content to the page.<\\/li>\\n<li>Due to the above, Global Overlays are no longer necessary to set up via the Global Overlays widget area.<\\/li>\\n<li>In addition to adding the unique CSS ID to an\\u00a0element on the page, click triggers can also be set by adding a unique CSS string directly to the individual overlay edit screen. This allows more precise selection of click triggers on\\u00a0individual parts of a Divi module.<\\/li>\\n<li>Added close button customization options\\n<ul>\\n<li>added the ability to hide the main close button (per overlay)<\\/li>\\n<li>added ability to customize the close button by changing color, size, background color, background radius<\\/li>\\n<\\/ul>\\n<\\/li>\\n<li>Added the ability to link from overlay to overlay<\\/li>\\n<li>Added smooth scrolling of overlay on mobile devices<\\/li>\\n<li>Licensing username and password are no\\u00a0longer exposed\\u00a0for those that are turning sites over to clients<\\/li>\\n<li>added overlay unique CSS ID and Menu ID directly to overlay edit screen for easier access<\\/li>\\n<li>Multiple other minor fixes and enhancements<\\/li>\\n<\\/ul>\\n<p>Version 1.1.2<\\/p>\\n<ul>\\n<li>Fixed a\\u00a0z-index issue that caused the overlay to not always be on top in certain cases.<\\/li>\\n<\\/ul>\\n<p>Version 1.1.1<\\/p>\\n<ul>\\n<li>Fixed a bug that caused the Divi mobile menu to break when a video was present in the overlay<\\/li>\\n<\\/ul>\\n<p>Version 1.1<\\/p>\\n<ul>\\n<li>Fixed a bug from version 1.0.4 that caused issues with the several Divi modules including the Divi form module, audio module, video module, as well as other 3rd party plugins such as form plugins.<\\/li>\\n<li>Added a new feature called \\u201cURL Triggers\\u201d that allows you to trigger the overlay on page load by placing \\/#overlay-1234 at the end of the URL. (change 1234 with overlay ID).<\\/li>\\n<li>Added three new ways to close overlays:\\n<ul>\\n<li>Overlays can now be closed by pressing the escape key<\\/li>\\n<li>Overlays can now be closed by clicking on the overlay background<\\/li>\\n<li>Overlays can now be closed by adding class=\\u201cclose-divi-overlay\\u201d to any link, button, element, etc. from within the overlay.<\\/li>\\n<\\/ul>\\n<\\/li>\\n<li>Added the ability to not let the background (main page) scroll when the overlay is opened.<\\/li>\\n<\\/ul>\\n<p>Version 1.0.4<\\/p>\\n<ul>\\n<li>Fixed the issue that broke the following animations in version 1.0.3: Genie, Little Boxes, Corner Shape, Content Scale, &amp; Content Push.<\\/li>\\n<\\/ul>\\n<p>Version 1.0.3<\\/p>\\n<ul>\\n<li>Added full video support \\u201cout of the box.\\u201d Previously, videos inside of overlays would not pause automatically when the overlay was closed, causing the audio to continue being heard from the video playing in the background. Now, videos will automatically stop playing when the overlay is closed. This new feature has been fully tested on YouTube, Vimeo, and Wistia videos.<\\/li>\\n<\\/ul>\\n<p>Version 1.0.2<\\/p>\\n<ul>\\n<li>Fixed the javascript error that happened on pages where no overlay was found, causing other javascript on the page to break, particularly from other plugins.<\\/li>\\n<\\/ul>\\n<p>Version 1.0.1<\\/p>\\n<ul>\\n<li>Fixed the secondary menu overlap issue.<\\/li>\\n<li>Fixed the function naming issue that caused a fatal error from conflicting with other Divi plugins, and\\/or child themes.<\\/li>\\n<\\/ul>\\n<p>Version 1.0<\\/p>\\n<ul>\\n<li>Initial Release<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p>Divi Overlays product description, promo video, screenshots, and demos can be found here:\\u00a0<a href=\\\"https:\\/\\/divilife.com\\/downloads\\/divi-overlays\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">https:\\/\\/divilife.com\\/downloads\\/divi-overlays\\/<\\/a><\\/p>\\n\"]}\";}', 'no'),
(273, 'aioseop_options', 'a:86:{s:16:\"aiosp_home_title\";s:85:\"Top Women Social Media Speaker Tracy Repchuk #ReachMillions #Woman #Business #keynote\";s:22:\"aiosp_home_description\";s:173:\"Top Women Social Media Speaker Tracy Repchuk is a Woman Business Keynote Speaker for digital media, online technology, internet marketing, branding, social media strategies,\";s:20:\"aiosp_togglekeywords\";s:1:\"0\";s:19:\"aiosp_home_keywords\";s:175:\"Top Women Social Media Speaker, Motivational Speaker, business speaker, top woman speaker, online website developer, social media strategist, internet marketing, digital media\";s:26:\"aiosp_use_static_home_info\";s:1:\"0\";s:9:\"aiosp_can\";s:2:\"on\";s:30:\"aiosp_no_paged_canonical_links\";s:0:\"\";s:31:\"aiosp_customize_canonical_links\";s:0:\"\";s:20:\"aiosp_rewrite_titles\";s:1:\"1\";s:20:\"aiosp_force_rewrites\";s:1:\"1\";s:24:\"aiosp_use_original_title\";s:1:\"0\";s:28:\"aiosp_home_page_title_format\";s:12:\"%page_title%\";s:23:\"aiosp_page_title_format\";s:27:\"%page_title% | %blog_title%\";s:23:\"aiosp_post_title_format\";s:27:\"%post_title% | %blog_title%\";s:27:\"aiosp_category_title_format\";s:31:\"%category_title% | %blog_title%\";s:26:\"aiosp_archive_title_format\";s:30:\"%archive_title% | %blog_title%\";s:23:\"aiosp_date_title_format\";s:21:\"%date% | %blog_title%\";s:25:\"aiosp_author_title_format\";s:23:\"%author% | %blog_title%\";s:22:\"aiosp_tag_title_format\";s:20:\"%tag% | %blog_title%\";s:25:\"aiosp_search_title_format\";s:23:\"%search% | %blog_title%\";s:24:\"aiosp_description_format\";s:13:\"%description%\";s:22:\"aiosp_404_title_format\";s:33:\"Nothing found for %request_words%\";s:18:\"aiosp_paged_format\";s:14:\" - Part %page%\";s:17:\"aiosp_cpostactive\";a:2:{i:0;s:4:\"post\";i:1;s:4:\"page\";}s:18:\"aiosp_cpostnoindex\";s:0:\"\";s:19:\"aiosp_cpostnofollow\";s:0:\"\";s:21:\"aiosp_posttypecolumns\";a:2:{i:0;s:4:\"post\";i:1;s:4:\"page\";}s:19:\"aiosp_google_verify\";s:0:\"\";s:17:\"aiosp_bing_verify\";s:0:\"\";s:22:\"aiosp_pinterest_verify\";s:0:\"\";s:22:\"aiosp_google_publisher\";s:0:\"\";s:28:\"aiosp_google_disable_profile\";s:0:\"\";s:29:\"aiosp_google_sitelinks_search\";s:0:\"\";s:26:\"aiosp_google_set_site_name\";s:0:\"\";s:30:\"aiosp_google_specify_site_name\";s:0:\"\";s:28:\"aiosp_google_author_advanced\";s:1:\"0\";s:28:\"aiosp_google_author_location\";a:1:{i:0;s:3:\"all\";}s:29:\"aiosp_google_enable_publisher\";s:2:\"on\";s:30:\"aiosp_google_specify_publisher\";s:0:\"\";s:25:\"aiosp_google_analytics_id\";s:0:\"\";s:25:\"aiosp_ga_advanced_options\";s:2:\"on\";s:15:\"aiosp_ga_domain\";s:0:\"\";s:21:\"aiosp_ga_multi_domain\";s:0:\"\";s:21:\"aiosp_ga_addl_domains\";s:0:\"\";s:21:\"aiosp_ga_anonymize_ip\";s:0:\"\";s:28:\"aiosp_ga_display_advertising\";s:0:\"\";s:22:\"aiosp_ga_exclude_users\";s:0:\"\";s:29:\"aiosp_ga_track_outbound_links\";s:0:\"\";s:25:\"aiosp_ga_link_attribution\";s:0:\"\";s:27:\"aiosp_ga_enhanced_ecommerce\";s:0:\"\";s:20:\"aiosp_use_categories\";s:2:\"on\";s:26:\"aiosp_use_tags_as_keywords\";s:2:\"on\";s:32:\"aiosp_dynamic_postspage_keywords\";s:2:\"on\";s:22:\"aiosp_category_noindex\";s:2:\"on\";s:26:\"aiosp_archive_date_noindex\";s:2:\"on\";s:28:\"aiosp_archive_author_noindex\";s:2:\"on\";s:18:\"aiosp_tags_noindex\";s:0:\"\";s:20:\"aiosp_search_noindex\";s:0:\"\";s:17:\"aiosp_404_noindex\";s:0:\"\";s:17:\"aiosp_tax_noindex\";s:0:\"\";s:23:\"aiosp_paginated_noindex\";s:0:\"\";s:24:\"aiosp_paginated_nofollow\";s:0:\"\";s:27:\"aiosp_generate_descriptions\";s:0:\"\";s:18:\"aiosp_skip_excerpt\";s:0:\"\";s:20:\"aiosp_run_shortcodes\";s:0:\"\";s:33:\"aiosp_hide_paginated_descriptions\";s:0:\"\";s:32:\"aiosp_dont_truncate_descriptions\";s:0:\"\";s:19:\"aiosp_schema_markup\";s:2:\"on\";s:20:\"aiosp_unprotect_meta\";s:0:\"\";s:33:\"aiosp_redirect_attachement_parent\";s:0:\"\";s:14:\"aiosp_ex_pages\";s:0:\"\";s:20:\"aiosp_post_meta_tags\";s:0:\"\";s:20:\"aiosp_page_meta_tags\";s:0:\"\";s:21:\"aiosp_front_meta_tags\";s:0:\"\";s:20:\"aiosp_home_meta_tags\";s:0:\"\";s:12:\"aiosp_do_log\";s:0:\"\";s:19:\"last_active_version\";s:4:\"2.11\";s:29:\"aiosp_attachment_title_format\";s:27:\"%post_title% | %blog_title%\";s:31:\"aiosp_oembed_cache_title_format\";s:27:\"%post_title% | %blog_title%\";s:31:\"aiosp_user_request_title_format\";s:27:\"%post_title% | %blog_title%\";s:27:\"aiosp_wp_block_title_format\";s:27:\"%post_title% | %blog_title%\";s:26:\"aiosp_project_title_format\";s:27:\"%post_title% | %blog_title%\";s:31:\"aiosp_divi_overlay_title_format\";s:27:\"%post_title% | %blog_title%\";s:7:\"modules\";a:2:{s:29:\"aiosp_feature_manager_options\";a:7:{s:36:\"aiosp_feature_manager_enable_sitemap\";s:2:\"on\";s:38:\"aiosp_feature_manager_enable_opengraph\";s:0:\"\";s:35:\"aiosp_feature_manager_enable_robots\";s:0:\"\";s:40:\"aiosp_feature_manager_enable_file_editor\";s:0:\"\";s:46:\"aiosp_feature_manager_enable_importer_exporter\";s:0:\"\";s:39:\"aiosp_feature_manager_enable_bad_robots\";s:0:\"\";s:40:\"aiosp_feature_manager_enable_performance\";s:2:\"on\";}s:21:\"aiosp_sitemap_options\";a:45:{s:25:\"aiosp_sitemap_rss_sitemap\";s:0:\"\";s:24:\"aiosp_sitemap_daily_cron\";s:1:\"0\";s:21:\"aiosp_sitemap_indexes\";s:0:\"\";s:23:\"aiosp_sitemap_max_posts\";s:5:\"50000\";s:23:\"aiosp_sitemap_posttypes\";a:1:{i:0;s:4:\"page\";}s:24:\"aiosp_sitemap_taxonomies\";s:0:\"\";s:21:\"aiosp_sitemap_archive\";s:0:\"\";s:20:\"aiosp_sitemap_author\";s:0:\"\";s:20:\"aiosp_sitemap_images\";s:0:\"\";s:21:\"aiosp_sitemap_gzipped\";s:2:\"on\";s:20:\"aiosp_sitemap_robots\";s:2:\"on\";s:21:\"aiosp_sitemap_rewrite\";s:2:\"on\";s:24:\"aiosp_sitemap_addl_pages\";a:0:{}s:29:\"aiosp_sitemap_excl_categories\";s:0:\"\";s:24:\"aiosp_sitemap_excl_pages\";s:0:\"\";s:27:\"aiosp_sitemap_prio_homepage\";s:2:\"no\";s:23:\"aiosp_sitemap_prio_post\";s:2:\"no\";s:36:\"aiosp_sitemap_prio_post_divi_overlay\";s:2:\"no\";s:31:\"aiosp_sitemap_prio_post_project\";s:2:\"no\";s:34:\"aiosp_sitemap_prio_post_attachment\";s:2:\"no\";s:28:\"aiosp_sitemap_prio_post_page\";s:2:\"no\";s:28:\"aiosp_sitemap_prio_post_post\";s:2:\"no\";s:29:\"aiosp_sitemap_prio_taxonomies\";s:2:\"no\";s:41:\"aiosp_sitemap_prio_taxonomies_project_tag\";s:2:\"no\";s:46:\"aiosp_sitemap_prio_taxonomies_project_category\";s:2:\"no\";s:41:\"aiosp_sitemap_prio_taxonomies_post_format\";s:2:\"no\";s:38:\"aiosp_sitemap_prio_taxonomies_post_tag\";s:2:\"no\";s:38:\"aiosp_sitemap_prio_taxonomies_category\";s:2:\"no\";s:26:\"aiosp_sitemap_prio_archive\";s:2:\"no\";s:25:\"aiosp_sitemap_prio_author\";s:2:\"no\";s:27:\"aiosp_sitemap_freq_homepage\";s:2:\"no\";s:23:\"aiosp_sitemap_freq_post\";s:2:\"no\";s:36:\"aiosp_sitemap_freq_post_divi_overlay\";s:2:\"no\";s:31:\"aiosp_sitemap_freq_post_project\";s:2:\"no\";s:34:\"aiosp_sitemap_freq_post_attachment\";s:2:\"no\";s:28:\"aiosp_sitemap_freq_post_page\";s:2:\"no\";s:28:\"aiosp_sitemap_freq_post_post\";s:2:\"no\";s:29:\"aiosp_sitemap_freq_taxonomies\";s:2:\"no\";s:41:\"aiosp_sitemap_freq_taxonomies_project_tag\";s:2:\"no\";s:46:\"aiosp_sitemap_freq_taxonomies_project_category\";s:2:\"no\";s:41:\"aiosp_sitemap_freq_taxonomies_post_format\";s:2:\"no\";s:38:\"aiosp_sitemap_freq_taxonomies_post_tag\";s:2:\"no\";s:38:\"aiosp_sitemap_freq_taxonomies_category\";s:2:\"no\";s:26:\"aiosp_sitemap_freq_archive\";s:2:\"no\";s:25:\"aiosp_sitemap_freq_author\";s:2:\"no\";}}s:28:\"aiosp_ml-slider_title_format\";s:27:\"%post_title% | %blog_title%\";s:27:\"aiosp_ml-slide_title_format\";s:27:\"%post_title% | %blog_title%\";}', 'yes'),
(368, 'auto_core_update_notified', 'a:4:{s:4:\"type\";s:7:\"success\";s:5:\"email\";s:16:\"ziia85@gmail.com\";s:7:\"version\";s:6:\"5.0.10\";s:9:\"timestamp\";i:1591842317;}', 'no'),
(461, 'category_children', 'a:0:{}', 'yes'),
(511, 'et_account_status', 'active', 'no'),
(521, 'widget_metaslider_widget', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(537, 'ms_hide_all_ads_until', '1550575765', 'yes'),
(542, 'metaslider_systemcheck', 'a:2:{s:16:\"wordPressVersion\";b:0;s:12:\"imageLibrary\";b:0;}', 'no'),
(543, 'ml-slider_children', 'a:0:{}', 'yes'),
(544, 'metaslider_tour_cancelled_on', 'step_add_slide', 'yes'),
(849, 'ms_ads_first_seen_on', '1550580173', 'yes'),
(3749, 'siteground_optimizer_default_enable_cache', '0', 'no'),
(3750, 'siteground_optimizer_default_autoflush_cache', '0', 'no'),
(3751, 'siteground_optimizer_supercacher_permissions', '1', 'no'),
(3752, 'sg_cachepress', 'a:8:{s:12:\"enable_cache\";i:1;s:15:\"autoflush_cache\";i:1;s:16:\"enable_memcached\";i:0;s:11:\"show_notice\";i:0;s:8:\"is_nginx\";i:0;s:13:\"checked_nginx\";i:0;s:9:\"first_run\";i:0;s:9:\"last_fail\";i:0;}', 'yes'),
(3753, 'siteground_optimizer_enable_cache', '1', 'yes'),
(3754, 'siteground_optimizer_autoflush_cache', '1', 'yes'),
(3755, 'siteground_optimizer_enable_memcached', '0', 'yes'),
(3756, 'siteground_optimizer_show_notice', '0', 'yes'),
(3757, 'siteground_optimizer_is_nginx', '0', 'yes'),
(3758, 'siteground_optimizer_checked_nginx', '0', 'yes'),
(3759, 'siteground_optimizer_first_run', '0', 'yes'),
(3760, 'siteground_optimizer_last_fail', '0', 'yes'),
(3761, 'siteground_optimizer_ssl_enabled', '1', 'yes'),
(3762, 'siteground_optimizer_optimize_html', '0', 'yes'),
(3763, 'siteground_optimizer_optimize_javascript', '0', 'yes'),
(3764, 'siteground_optimizer_optimize_javascript_async', '0', 'yes'),
(3765, 'siteground_optimizer_optimize_css', '0', 'yes'),
(3766, 'siteground_optimizer_combine_css', '0', 'yes'),
(3767, 'siteground_optimizer_remove_query_strings', '0', 'yes'),
(3768, 'siteground_optimizer_disable_emojis', '0', 'yes'),
(3769, 'siteground_optimizer_optimize_images', '0', 'yes'),
(3771, 'siteground_optimizer_version', '7.7.2', 'yes'),
(3773, 'siteground_optimizer_phpcompat_status', '1', 'yes'),
(3774, 'siteground_optimizer_phpcompat_progress', '0', 'yes'),
(3775, 'siteground_optimizer_phpcompat_is_compatible', '0', 'yes'),
(3776, 'siteground_optimizer_phpcompat_result', 'a:0:{}', 'yes'),
(3777, 'siteground_optimizer_image_optimization_completed', '1', 'no'),
(3802, 'siteground_optimizer_memcache_notice', '1', 'yes'),
(73299, 'admin_email_lifespan', '0', 'yes'),
(73300, 'disallowed_keys', '', 'no'),
(73301, 'comment_previously_approved', '1', 'yes'),
(73302, 'auto_plugin_theme_update_emails', 'a:0:{}', 'no'),
(73303, 'auto_update_core_dev', 'enabled', 'yes'),
(73304, 'auto_update_core_minor', 'enabled', 'yes'),
(73305, 'auto_update_core_major', 'unset', 'yes'),
(73306, 'finished_updating_comment_type', '1', 'yes'),
(73307, 'db_upgraded', '1', 'on'),
(73315, 'recovery_keys', 'a:0:{}', 'off'),
(73352, 'siteground_optimizer_update_timestamp', '1744835165', 'yes'),
(73354, 'action_scheduler_hybrid_store_demarkation', '355', 'yes'),
(73355, 'schema-ActionScheduler_StoreSchema', '8.0.1764820169', 'yes'),
(73356, 'schema-ActionScheduler_LoggerSchema', '3.0.1661906457', 'yes'),
(73357, 'siteground_optimizer_async_javascript_exclude', 'a:3:{i:0;s:11:\"jquery-core\";i:1;s:14:\"jquery-migrate\";i:2;s:6:\"jquery\";}', 'yes'),
(73358, 'siteground_optimizer_excluded_lazy_load_classes', 'a:1:{i:0;s:9:\"skip-lazy\";}', 'yes'),
(73361, 'siteground_optimizer_whats_new', 'a:2:{i:0;a:7:{s:4:\"type\";s:7:\"default\";s:5:\"title\";s:22:\"Web Fonts Optimization\";s:4:\"text\";s:271:\"With this optimization we are changing the default way to load Google fonts in order to save HTTP requests. In addition to that, all other fonts that your website uses will be properly preloaded so browsers take the least possible amount of time to cache and render them.\";s:4:\"icon\";s:33:\"presentational-fonts-optimization\";s:10:\"icon_color\";s:6:\"salmon\";s:12:\"optimization\";s:18:\"optimize_web_fonts\";s:6:\"button\";a:3:{s:4:\"text\";s:10:\"Enable Now\";s:5:\"color\";s:7:\"primary\";s:4:\"link\";s:8:\"frontend\";}}i:1;a:7:{s:4:\"type\";s:7:\"default\";s:5:\"title\";s:31:\"Full-page Caching on CloudFlare\";s:4:\"text\";s:217:\"This optimization links your WordPress site with Cloudflare and sets the necessary rules and workers in order to enable full-page caching on Cloudflare edges in order to improve your TTFB and overall site performance.\";s:4:\"icon\";s:25:\"presentational-cloudflare\";s:10:\"icon_color\";s:6:\"salmon\";s:12:\"optimization\";s:23:\"cloudflare_optimization\";s:6:\"button\";a:3:{s:4:\"text\";s:10:\"Enable Now\";s:5:\"color\";s:7:\"primary\";s:4:\"link\";s:10:\"cloudflare\";}}}', 'yes'),
(73362, 'siteground_optimizer_quality_webp', '75', 'yes'),
(73363, 'siteground_optimizer_quality_type', 'lossless', 'yes'),
(73367, 'aioseo_options_internal', '{\"internal\":{\"connectLicenseKey\":null,\"lastActiveVersion\":\"4.9.5.1\",\"migratedVersion\":\"2.11\",\"siteAnalysis\":{\"connectToken\":null},\"headlineAnalysis\":{\"headlines\":[]},\"wizard\":null,\"category\":null,\"categoryOther\":null,\"deprecatedOptions\":[\"autogenerateDescriptions\"],\"searchStatistics\":{\"profile\":[],\"trustToken\":null,\"rolling\":\"last28Days\",\"site\":{\"verified\":false,\"lastFetch\":0},\"sitemap\":{\"list\":[],\"ignored\":[],\"lastFetch\":0}},\"ai\":{\"accessToken\":\"3d5977ea62d9cc9bbfb4b694338d8085c5badf710b6e7ffafaba00f27b8172b5\",\"isTrialAccessToken\":true,\"isManuallyConnected\":false,\"credits\":{\"total\":100,\"remaining\":100,\"orders\":[],\"license\":{\"total\":0,\"remaining\":0,\"expires\":0}},\"costPerFeature\":[]},\"seoChecklist\":{\"completed\":[]}},\"integrations\":{\"semrush\":{\"accessToken\":null,\"tokenType\":null,\"expires\":null,\"refreshToken\":null}}}', 'yes'),
(73368, 'aioseo_options_internal_lite', '{\"internal\":{\"activated\":0,\"firstActivated\":0,\"installed\":0,\"connect\":{\"key\":null,\"time\":0,\"network\":false,\"token\":null}}}', 'yes'),
(73371, 'aioseo_options', '{\"internal\":[],\"webmasterTools\":{\"google\":\"\",\"bing\":\"\",\"yandex\":null,\"baidu\":null,\"pinterest\":\"\",\"microsoftClarityProjectId\":null,\"norton\":null,\"miscellaneousVerification\":null},\"aiContent\":{\"country\":\"us\",\"language\":\"en\",\"tone\":\"formal\",\"audience\":\"general\",\"imageQuality\":\"medium\",\"imageStyle\":\"auto\",\"imageAspectRatio\":\"landscape\"},\"breadcrumbs\":{\"separator\":\"&raquo;\",\"homepageLink\":true,\"homepageLabel\":\"Home\",\"breadcrumbPrefix\":\"\",\"archiveFormat\":\"Archives for %\",\"searchResultFormat\":\"Search for \'%\'\",\"errorFormat404\":\"404 Error: page not found\",\"showCurrentItem\":true,\"linkCurrentItem\":false,\"categoryFullHierarchy\":false,\"showBlogHome\":false},\"rssContent\":{\"before\":null,\"after\":\"&lt;p&gt;The post #post_link first appeared on #site_link.&lt;\\/p&gt;\"},\"advanced\":{\"truSeo\":true,\"headlineAnalyzer\":true,\"seoAnalysis\":true,\"dashboardWidgets\":[\"seoNews\",\"seoOverview\",\"seoSetup\",\"seoChecklist\"],\"announcements\":true,\"postTypes\":{\"all\":false,\"included\":[\"post\",\"page\"]},\"taxonomies\":{\"all\":true,\"included\":[\"category\",\"post_tag\",\"product_cat\",\"product_tag\"]},\"uninstall\":false,\"emailSummary\":{\"enable\":false,\"recipients\":[{\"email\":\"ziia85@gmail.com\",\"frequency\":\"monthly\"}]}},\"sitemap\":{\"general\":{\"enable\":true,\"filename\":\"sitemap\",\"indexes\":false,\"linksPerIndex\":50000,\"postTypes\":{\"all\":false,\"included\":[\"page\"]},\"taxonomies\":{\"all\":false,\"included\":[]},\"author\":false,\"date\":false,\"additionalPages\":{\"enable\":false,\"pages\":[]},\"advancedSettings\":{\"enable\":false,\"excludeImages\":false,\"excludePosts\":[],\"excludeTerms\":[],\"priority\":{\"homePage\":{\"priority\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\",\"frequency\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\"},\"postTypes\":{\"grouped\":true,\"priority\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\",\"frequency\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\"},\"taxonomies\":{\"grouped\":true,\"priority\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\",\"frequency\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\"},\"archive\":{\"priority\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\",\"frequency\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\"},\"author\":{\"priority\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\",\"frequency\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\"}}}},\"rss\":{\"enable\":false,\"linksPerIndex\":50,\"postTypes\":{\"all\":true,\"included\":[\"post\",\"page\",\"product\"]}},\"html\":{\"enable\":true,\"pageUrl\":\"\",\"postTypes\":{\"all\":true,\"included\":[\"post\",\"page\",\"product\"]},\"taxonomies\":{\"all\":true,\"included\":[\"category\",\"post_tag\",\"product_cat\",\"product_tag\"]},\"sortOrder\":\"publish_date\",\"sortDirection\":\"asc\",\"publicationDate\":true,\"compactArchives\":false,\"advancedSettings\":{\"enable\":false,\"nofollowLinks\":false,\"excludePosts\":[],\"excludeTerms\":[]}},\"llms\":{\"enable\":false,\"convertToMd\":false,\"advancedSettings\":{\"title\":\"#site_title\",\"description\":\"#tagline\",\"linksPerPostTax\":1000,\"postTypes\":{\"all\":true,\"included\":[\"post\",\"page\",\"product\"]},\"taxonomies\":{\"all\":true,\"included\":[]},\"excludePosts\":[],\"excludeTerms\":[]}}},\"social\":{\"profiles\":{\"sameUsername\":{\"enable\":false,\"username\":null,\"included\":[\"facebookPageUrl\",\"twitterUrl\",\"pinterestUrl\",\"instagramUrl\",\"youtubeUrl\",\"linkedinUrl\"]},\"urls\":{\"facebookPageUrl\":null,\"twitterUrl\":null,\"instagramUrl\":null,\"tiktokUrl\":null,\"pinterestUrl\":null,\"youtubeUrl\":null,\"linkedinUrl\":null,\"tumblrUrl\":null,\"yelpPageUrl\":null,\"soundCloudUrl\":null,\"wikipediaUrl\":null,\"myspaceUrl\":null,\"googlePlacesUrl\":null,\"wordPressUrl\":null,\"blueskyUrl\":null,\"threadsUrl\":null},\"additionalUrls\":null},\"facebook\":{\"general\":{\"enable\":false,\"defaultImageSourcePosts\":\"default\",\"customFieldImagePosts\":null,\"defaultImagePosts\":\"\",\"defaultImagePostsWidth\":\"\",\"defaultImagePostsHeight\":\"\",\"showAuthor\":true,\"siteName\":\"#site_title #separator_sa #tagline\"},\"homePage\":{\"image\":\"\",\"title\":\"\",\"description\":\"\",\"imageWidth\":\"\",\"imageHeight\":\"\",\"objectType\":\"article\"},\"advanced\":{\"enable\":false,\"adminId\":\"\",\"appId\":\"\",\"authorUrl\":\"\",\"generateArticleTags\":false,\"useKeywordsInTags\":true,\"useCategoriesInTags\":true,\"usePostTagsInTags\":true}},\"twitter\":{\"general\":{\"enable\":false,\"useOgData\":false,\"defaultCardType\":\"summary\",\"defaultImageSourcePosts\":\"default\",\"customFieldImagePosts\":null,\"defaultImagePosts\":\"\",\"showAuthor\":true,\"additionalData\":false},\"homePage\":{\"image\":\"\",\"title\":\"\",\"description\":\"\",\"cardType\":\"summary\"}}},\"searchAppearance\":{\"global\":{\"separator\":\"|\",\"siteTitle\":\"Top Women Social Media Speaker Tracy Repchuk #ReachMillions #Woman #Business #keynote\",\"metaDescription\":\"Top Women Social Media Speaker Tracy Repchuk is a Woman Business Keynote Speaker for digital media, online technology, internet marketing, branding, social media strategies,\",\"keywords\":\"[{\\\"label\\\":\\\"Top Women Social Media Speaker\\\",\\\"value\\\":\\\"Top Women Social Media Speaker\\\"},{\\\"label\\\":\\\"Motivational Speaker\\\",\\\"value\\\":\\\"Motivational Speaker\\\"},{\\\"label\\\":\\\"business speaker\\\",\\\"value\\\":\\\"business speaker\\\"},{\\\"label\\\":\\\"top woman speaker\\\",\\\"value\\\":\\\"top woman speaker\\\"},{\\\"label\\\":\\\"online website developer\\\",\\\"value\\\":\\\"online website developer\\\"},{\\\"label\\\":\\\"social media strategist\\\",\\\"value\\\":\\\"social media strategist\\\"},{\\\"label\\\":\\\"internet marketing\\\",\\\"value\\\":\\\"internet marketing\\\"},{\\\"label\\\":\\\"digital media\\\",\\\"value\\\":\\\"digital media\\\"}]\",\"schema\":{\"websiteName\":\"Top Women Social Media Speaker\",\"websiteAlternateName\":null,\"siteRepresents\":\"organization\",\"person\":null,\"organizationName\":\"Top Women Social Media Speaker\",\"organizationDescription\":\"#tagline\",\"organizationLogo\":\"\",\"personName\":null,\"personLogo\":null,\"phone\":null,\"email\":null,\"foundingDate\":null,\"numberOfEmployees\":{\"isRange\":null,\"from\":null,\"to\":null,\"number\":null}}},\"advanced\":{\"globalRobotsMeta\":{\"default\":true,\"noindex\":false,\"nofollow\":false,\"noindexPaginated\":false,\"nofollowPaginated\":false,\"noindexFeed\":true,\"noarchive\":false,\"noimageindex\":false,\"notranslate\":false,\"nosnippet\":false,\"noodp\":false,\"maxSnippet\":-1,\"maxVideoPreview\":-1,\"maxImagePreview\":\"large\"},\"noIndexEmptyCat\":true,\"removeStopWords\":false,\"useKeywords\":true,\"keywordsLooking\":true,\"useCategoriesForMetaKeywords\":true,\"useTagsForMetaKeywords\":true,\"dynamicallyGenerateKeywords\":true,\"pagedFormat\":\"- Part #page_number\",\"runShortcodes\":true,\"crawlCleanup\":{\"enable\":false,\"feeds\":{\"global\":true,\"globalComments\":false,\"staticBlogPage\":true,\"authors\":true,\"postComments\":false,\"search\":false,\"attachments\":false,\"archives\":{\"all\":false,\"included\":[]},\"taxonomies\":{\"all\":false,\"included\":[\"category\"]},\"atom\":false,\"rdf\":false,\"paginated\":false}},\"unwantedBots\":{\"all\":false,\"settings\":{\"googleAdsBot\":false,\"openAiGptBot\":false,\"commonCrawlCcBot\":false,\"googleGeminiVertexAiBots\":false}},\"searchCleanup\":{\"enable\":false,\"settings\":{\"maxAllowedNumberOfChars\":50,\"emojisAndSymbols\":false,\"commonPatterns\":false,\"redirectPrettyUrls\":false,\"preventCrawling\":false}},\"blockArgs\":{\"enable\":false,\"optimizeUtmParameters\":false,\"logsRetention\":\"{\\\"label\\\":\\\"1 week\\\",\\\"value\\\":\\\"week\\\"}\"},\"removeCategoryBase\":false},\"archives\":{\"author\":{\"show\":false,\"title\":\"#author_name | #site_title\",\"metaDescription\":\"#author_bio\",\"advanced\":{\"robotsMeta\":{\"default\":false,\"noindex\":true,\"nofollow\":false,\"noarchive\":false,\"noimageindex\":false,\"notranslate\":false,\"nosnippet\":false,\"noodp\":false,\"maxSnippet\":-1,\"maxVideoPreview\":-1,\"maxImagePreview\":\"large\"},\"showDateInGooglePreview\":true,\"showPostThumbnailInSearch\":true,\"showMetaBox\":true,\"keywords\":null}},\"date\":{\"show\":false,\"title\":\"#archive_date | #site_title\",\"metaDescription\":\"\",\"advanced\":{\"robotsMeta\":{\"default\":false,\"noindex\":true,\"nofollow\":false,\"noarchive\":false,\"noimageindex\":false,\"notranslate\":false,\"nosnippet\":false,\"noodp\":false,\"maxSnippet\":-1,\"maxVideoPreview\":-1,\"maxImagePreview\":\"large\"},\"showDateInGooglePreview\":true,\"showPostThumbnailInSearch\":true,\"showMetaBox\":true,\"keywords\":null}},\"search\":{\"show\":true,\"title\":\"#search_term | #site_title\",\"metaDescription\":\"\",\"advanced\":{\"robotsMeta\":{\"default\":true,\"noindex\":false,\"nofollow\":false,\"noarchive\":false,\"noimageindex\":false,\"notranslate\":false,\"nosnippet\":false,\"noodp\":false,\"maxSnippet\":-1,\"maxVideoPreview\":-1,\"maxImagePreview\":\"large\"},\"showDateInGooglePreview\":true,\"showPostThumbnailInSearch\":true,\"showMetaBox\":true,\"keywords\":null}}}},\"searchStatistics\":{\"postTypes\":{\"all\":true,\"included\":[\"post\",\"page\"]}},\"tools\":{\"robots\":{\"enable\":false,\"rules\":[],\"robotsDetected\":true},\"importExport\":{\"backup\":{\"lastTime\":null,\"data\":null}}},\"deprecated\":{\"breadcrumbs\":{\"enable\":true},\"searchAppearance\":{\"global\":{\"descriptionFormat\":null,\"schema\":{\"enableSchemaMarkup\":true}},\"advanced\":{\"autogenerateDescriptions\":false,\"runShortcodesInDescription\":true,\"useContentForAutogeneratedDescriptions\":false,\"excludePosts\":[],\"excludeTerms\":[],\"noPaginationForCanonical\":true}},\"sitemap\":{\"general\":{\"advancedSettings\":{\"dynamic\":true}}}},\"writingAssistant\":{\"postTypes\":{\"all\":true,\"included\":[\"post\",\"page\"]}}}', 'yes'),
(73372, 'aioseo_options_lite', '{\"advanced\":{\"usageTracking\":false}}', 'yes'),
(73373, 'aioseo_options_localized', 'a:15:{s:33:\"searchAppearance_global_siteTitle\";s:85:\"Top Women Social Media Speaker Tracy Repchuk #ReachMillions #Woman #Business #keynote\";s:39:\"searchAppearance_global_metaDescription\";s:173:\"Top Women Social Media Speaker Tracy Repchuk is a Woman Business Keynote Speaker for digital media, online technology, internet marketing, branding, social media strategies,\";s:47:\"searchAppearance_dynamic_archives_project_title\";s:28:\"#archive_title | #site_title\";s:52:\"searchAppearance_dynamic_archives_divi_overlay_title\";s:28:\"#archive_title | #site_title\";s:45:\"searchAppearance_dynamic_postTypes_post_title\";s:25:\"#post_title | #site_title\";s:45:\"searchAppearance_dynamic_postTypes_page_title\";s:25:\"#post_title | #site_title\";s:51:\"searchAppearance_dynamic_postTypes_attachment_title\";s:25:\"#post_title | #site_title\";s:50:\"searchAppearance_dynamic_taxonomies_category_title\";s:29:\"#taxonomy_title | #site_title\";s:50:\"searchAppearance_dynamic_taxonomies_post_tag_title\";s:29:\"#taxonomy_title | #site_title\";s:36:\"searchAppearance_archives_date_title\";s:27:\"#archive_date | #site_title\";s:38:\"searchAppearance_archives_author_title\";s:26:\"#author_name | #site_title\";s:38:\"searchAppearance_archives_search_title\";s:26:\"#search_term | #site_title\";s:48:\"searchAppearance_dynamic_postTypes_project_title\";s:25:\"#post_title | #site_title\";s:53:\"searchAppearance_dynamic_postTypes_divi_overlay_title\";s:25:\"#post_title | #site_title\";s:32:\"searchAppearance_global_keywords\";s:168:\"Top Women Social Media Speaker,Motivational Speaker,business speaker,top woman speaker,online website developer,social media strategist,internet marketing,digital media\";}', 'yes'),
(73387, 'action_scheduler_migration_status', 'complete', 'yes'),
(73430, 'action_scheduler_lock_async-request-runner', '690e1acd8329a6.91202766|1762532105', 'yes'),
(73431, '_transient_health-check-site-status-result', '{\"good\":17,\"recommended\":6,\"critical\":1}', 'yes'),
(74980, 'aioseo_options_internal_network', '{\"internal\":{\"validLicenseKey\":null,\"lastActiveVersion\":\"4.2.3.1\",\"migratedVersion\":\"2.11\",\"siteAnalysis\":{\"connectToken\":null,\"score\":0,\"results\":null,\"competitors\":[]},\"headlineAnalysis\":{\"headlines\":[]},\"wizard\":null,\"category\":null,\"categoryOther\":null,\"deprecatedOptions\":[\"autogenerateDescriptions\"]},\"integrations\":{\"semrush\":{\"accessToken\":null,\"tokenType\":null,\"expires\":null,\"refreshToken\":null}},\"database\":{\"installedTables\":\"\"}}', 'yes'),
(74981, 'aioseo_options_internal_network_lite', '{\"internal\":{\"activated\":0,\"firstActivated\":0,\"installed\":0,\"connect\":{\"key\":null,\"time\":0,\"network\":false,\"token\":null}}}', 'yes');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(74982, 'aioseo_options_v3', 'a:86:{s:16:\"aiosp_home_title\";s:85:\"Top Women Social Media Speaker Tracy Repchuk #ReachMillions #Woman #Business #keynote\";s:22:\"aiosp_home_description\";s:173:\"Top Women Social Media Speaker Tracy Repchuk is a Woman Business Keynote Speaker for digital media, online technology, internet marketing, branding, social media strategies,\";s:20:\"aiosp_togglekeywords\";s:2:\"on\";s:19:\"aiosp_home_keywords\";s:175:\"Top Women Social Media Speaker, Motivational Speaker, business speaker, top woman speaker, online website developer, social media strategist, internet marketing, digital media\";s:26:\"aiosp_use_static_home_info\";s:1:\"0\";s:9:\"aiosp_can\";s:2:\"on\";s:30:\"aiosp_no_paged_canonical_links\";s:0:\"\";s:31:\"aiosp_customize_canonical_links\";s:0:\"\";s:20:\"aiosp_rewrite_titles\";s:1:\"1\";s:20:\"aiosp_force_rewrites\";s:1:\"1\";s:24:\"aiosp_use_original_title\";s:1:\"0\";s:28:\"aiosp_home_page_title_format\";s:12:\"%page_title%\";s:23:\"aiosp_page_title_format\";s:27:\"%page_title% | %blog_title%\";s:23:\"aiosp_post_title_format\";s:27:\"%post_title% | %blog_title%\";s:27:\"aiosp_category_title_format\";s:31:\"%category_title% | %blog_title%\";s:26:\"aiosp_archive_title_format\";s:30:\"%archive_title% | %blog_title%\";s:23:\"aiosp_date_title_format\";s:21:\"%date% | %blog_title%\";s:25:\"aiosp_author_title_format\";s:23:\"%author% | %blog_title%\";s:22:\"aiosp_tag_title_format\";s:20:\"%tag% | %blog_title%\";s:25:\"aiosp_search_title_format\";s:23:\"%search% | %blog_title%\";s:24:\"aiosp_description_format\";s:13:\"%description%\";s:22:\"aiosp_404_title_format\";s:33:\"Nothing found for %request_words%\";s:18:\"aiosp_paged_format\";s:14:\" - Part %page%\";s:17:\"aiosp_cpostactive\";a:2:{i:0;s:4:\"post\";i:1;s:4:\"page\";}s:18:\"aiosp_cpostnoindex\";s:0:\"\";s:19:\"aiosp_cpostnofollow\";s:0:\"\";s:21:\"aiosp_posttypecolumns\";a:2:{i:0;s:4:\"post\";i:1;s:4:\"page\";}s:19:\"aiosp_google_verify\";s:0:\"\";s:17:\"aiosp_bing_verify\";s:0:\"\";s:22:\"aiosp_pinterest_verify\";s:0:\"\";s:22:\"aiosp_google_publisher\";s:0:\"\";s:28:\"aiosp_google_disable_profile\";s:0:\"\";s:29:\"aiosp_google_sitelinks_search\";s:0:\"\";s:26:\"aiosp_google_set_site_name\";s:0:\"\";s:30:\"aiosp_google_specify_site_name\";s:0:\"\";s:28:\"aiosp_google_author_advanced\";s:1:\"0\";s:28:\"aiosp_google_author_location\";a:1:{i:0;s:3:\"all\";}s:29:\"aiosp_google_enable_publisher\";s:2:\"on\";s:30:\"aiosp_google_specify_publisher\";s:0:\"\";s:25:\"aiosp_google_analytics_id\";s:0:\"\";s:25:\"aiosp_ga_advanced_options\";s:2:\"on\";s:15:\"aiosp_ga_domain\";s:0:\"\";s:21:\"aiosp_ga_multi_domain\";s:0:\"\";s:21:\"aiosp_ga_addl_domains\";s:0:\"\";s:21:\"aiosp_ga_anonymize_ip\";s:0:\"\";s:28:\"aiosp_ga_display_advertising\";s:0:\"\";s:22:\"aiosp_ga_exclude_users\";s:0:\"\";s:29:\"aiosp_ga_track_outbound_links\";s:0:\"\";s:25:\"aiosp_ga_link_attribution\";s:0:\"\";s:27:\"aiosp_ga_enhanced_ecommerce\";s:0:\"\";s:20:\"aiosp_use_categories\";s:2:\"on\";s:26:\"aiosp_use_tags_as_keywords\";s:2:\"on\";s:32:\"aiosp_dynamic_postspage_keywords\";s:2:\"on\";s:22:\"aiosp_category_noindex\";s:2:\"on\";s:26:\"aiosp_archive_date_noindex\";s:2:\"on\";s:28:\"aiosp_archive_author_noindex\";s:2:\"on\";s:18:\"aiosp_tags_noindex\";s:0:\"\";s:20:\"aiosp_search_noindex\";s:0:\"\";s:17:\"aiosp_404_noindex\";s:0:\"\";s:17:\"aiosp_tax_noindex\";s:0:\"\";s:23:\"aiosp_paginated_noindex\";s:0:\"\";s:24:\"aiosp_paginated_nofollow\";s:0:\"\";s:27:\"aiosp_generate_descriptions\";s:0:\"\";s:18:\"aiosp_skip_excerpt\";s:0:\"\";s:20:\"aiosp_run_shortcodes\";s:0:\"\";s:33:\"aiosp_hide_paginated_descriptions\";s:0:\"\";s:32:\"aiosp_dont_truncate_descriptions\";s:0:\"\";s:19:\"aiosp_schema_markup\";s:2:\"on\";s:20:\"aiosp_unprotect_meta\";s:0:\"\";s:33:\"aiosp_redirect_attachement_parent\";s:0:\"\";s:14:\"aiosp_ex_pages\";s:0:\"\";s:20:\"aiosp_post_meta_tags\";s:0:\"\";s:20:\"aiosp_page_meta_tags\";s:0:\"\";s:21:\"aiosp_front_meta_tags\";s:0:\"\";s:20:\"aiosp_home_meta_tags\";s:0:\"\";s:12:\"aiosp_do_log\";s:0:\"\";s:19:\"last_active_version\";s:4:\"2.11\";s:29:\"aiosp_attachment_title_format\";s:27:\"%post_title% | %blog_title%\";s:31:\"aiosp_oembed_cache_title_format\";s:27:\"%post_title% | %blog_title%\";s:31:\"aiosp_user_request_title_format\";s:27:\"%post_title% | %blog_title%\";s:27:\"aiosp_wp_block_title_format\";s:27:\"%post_title% | %blog_title%\";s:26:\"aiosp_project_title_format\";s:27:\"%post_title% | %blog_title%\";s:31:\"aiosp_divi_overlay_title_format\";s:27:\"%post_title% | %blog_title%\";s:7:\"modules\";a:2:{s:29:\"aiosp_feature_manager_options\";a:7:{s:36:\"aiosp_feature_manager_enable_sitemap\";s:2:\"on\";s:38:\"aiosp_feature_manager_enable_opengraph\";s:0:\"\";s:35:\"aiosp_feature_manager_enable_robots\";s:0:\"\";s:40:\"aiosp_feature_manager_enable_file_editor\";s:0:\"\";s:46:\"aiosp_feature_manager_enable_importer_exporter\";s:0:\"\";s:39:\"aiosp_feature_manager_enable_bad_robots\";s:0:\"\";s:40:\"aiosp_feature_manager_enable_performance\";s:2:\"on\";}s:21:\"aiosp_sitemap_options\";a:45:{s:25:\"aiosp_sitemap_rss_sitemap\";s:0:\"\";s:24:\"aiosp_sitemap_daily_cron\";s:1:\"0\";s:21:\"aiosp_sitemap_indexes\";s:0:\"\";s:23:\"aiosp_sitemap_max_posts\";s:5:\"50000\";s:23:\"aiosp_sitemap_posttypes\";a:1:{i:0;s:4:\"page\";}s:24:\"aiosp_sitemap_taxonomies\";s:0:\"\";s:21:\"aiosp_sitemap_archive\";s:0:\"\";s:20:\"aiosp_sitemap_author\";s:0:\"\";s:20:\"aiosp_sitemap_images\";s:0:\"\";s:21:\"aiosp_sitemap_gzipped\";s:2:\"on\";s:20:\"aiosp_sitemap_robots\";s:2:\"on\";s:21:\"aiosp_sitemap_rewrite\";s:2:\"on\";s:24:\"aiosp_sitemap_addl_pages\";a:0:{}s:29:\"aiosp_sitemap_excl_categories\";s:0:\"\";s:24:\"aiosp_sitemap_excl_pages\";s:0:\"\";s:27:\"aiosp_sitemap_prio_homepage\";s:2:\"no\";s:23:\"aiosp_sitemap_prio_post\";s:2:\"no\";s:36:\"aiosp_sitemap_prio_post_divi_overlay\";s:2:\"no\";s:31:\"aiosp_sitemap_prio_post_project\";s:2:\"no\";s:34:\"aiosp_sitemap_prio_post_attachment\";s:2:\"no\";s:28:\"aiosp_sitemap_prio_post_page\";s:2:\"no\";s:28:\"aiosp_sitemap_prio_post_post\";s:2:\"no\";s:29:\"aiosp_sitemap_prio_taxonomies\";s:2:\"no\";s:41:\"aiosp_sitemap_prio_taxonomies_project_tag\";s:2:\"no\";s:46:\"aiosp_sitemap_prio_taxonomies_project_category\";s:2:\"no\";s:41:\"aiosp_sitemap_prio_taxonomies_post_format\";s:2:\"no\";s:38:\"aiosp_sitemap_prio_taxonomies_post_tag\";s:2:\"no\";s:38:\"aiosp_sitemap_prio_taxonomies_category\";s:2:\"no\";s:26:\"aiosp_sitemap_prio_archive\";s:2:\"no\";s:25:\"aiosp_sitemap_prio_author\";s:2:\"no\";s:27:\"aiosp_sitemap_freq_homepage\";s:2:\"no\";s:23:\"aiosp_sitemap_freq_post\";s:2:\"no\";s:36:\"aiosp_sitemap_freq_post_divi_overlay\";s:2:\"no\";s:31:\"aiosp_sitemap_freq_post_project\";s:2:\"no\";s:34:\"aiosp_sitemap_freq_post_attachment\";s:2:\"no\";s:28:\"aiosp_sitemap_freq_post_page\";s:2:\"no\";s:28:\"aiosp_sitemap_freq_post_post\";s:2:\"no\";s:29:\"aiosp_sitemap_freq_taxonomies\";s:2:\"no\";s:41:\"aiosp_sitemap_freq_taxonomies_project_tag\";s:2:\"no\";s:46:\"aiosp_sitemap_freq_taxonomies_project_category\";s:2:\"no\";s:41:\"aiosp_sitemap_freq_taxonomies_post_format\";s:2:\"no\";s:38:\"aiosp_sitemap_freq_taxonomies_post_tag\";s:2:\"no\";s:38:\"aiosp_sitemap_freq_taxonomies_category\";s:2:\"no\";s:26:\"aiosp_sitemap_freq_archive\";s:2:\"no\";s:25:\"aiosp_sitemap_freq_author\";s:2:\"no\";}}s:28:\"aiosp_ml-slider_title_format\";s:27:\"%post_title% | %blog_title%\";s:27:\"aiosp_ml-slide_title_format\";s:27:\"%post_title% | %blog_title%\";}', 'yes'),
(74987, 'aioseo_options_network', '{\"internal\":[],\"webmasterTools\":{\"google\":\"\",\"bing\":\"\",\"yandex\":null,\"baidu\":null,\"pinterest\":\"\",\"microsoftClarityProjectId\":null,\"norton\":null,\"miscellaneousVerification\":null},\"breadcrumbs\":{\"enable\":true,\"separator\":\"&raquo;\",\"homepageLink\":true,\"homepageLabel\":\"Home\",\"breadcrumbPrefix\":null,\"archiveFormat\":\"Archives for %\",\"searchResultFormat\":\"Search for \'%\'\",\"errorFormat404\":\"404 Error: page not found\",\"showCurrentItem\":true,\"linkCurrentItem\":false,\"categoryFullHierarchy\":false,\"showBlogHome\":false},\"rssContent\":{\"before\":null,\"after\":\"&lt;p&gt;The post #post_link first appeared on #site_link.&lt;\\/p&gt;\"},\"advanced\":{\"truSeo\":true,\"headlineAnalyzer\":true,\"seoAnalysis\":true,\"dashboardWidgets\":true,\"announcements\":true,\"postTypes\":{\"all\":false,\"included\":[\"post\",\"page\"]},\"taxonomies\":{\"all\":true,\"included\":[\"category\",\"post_tag\",\"product_cat\",\"product_tag\"]},\"uninstall\":false},\"sitemap\":{\"general\":{\"enable\":true,\"filename\":\"sitemap\",\"indexes\":false,\"linksPerIndex\":50000,\"postTypes\":{\"all\":false,\"included\":[\"page\"]},\"taxonomies\":{\"all\":false,\"included\":[]},\"author\":false,\"date\":false,\"additionalPages\":{\"enable\":false,\"pages\":[]},\"advancedSettings\":{\"enable\":false,\"excludeImages\":false,\"excludePosts\":[],\"excludeTerms\":[],\"priority\":{\"homePage\":{\"priority\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\",\"frequency\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\"},\"postTypes\":{\"grouped\":true,\"priority\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\",\"frequency\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\"},\"taxonomies\":{\"grouped\":true,\"priority\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\",\"frequency\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\"},\"archive\":{\"priority\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\",\"frequency\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\"},\"author\":{\"priority\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\",\"frequency\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\"}}}},\"rss\":{\"enable\":false,\"linksPerIndex\":50,\"postTypes\":{\"all\":true,\"included\":[\"post\",\"page\",\"product\"]}},\"html\":{\"enable\":true,\"pageUrl\":\"\",\"postTypes\":{\"all\":true,\"included\":[\"post\",\"page\",\"product\"]},\"taxonomies\":{\"all\":true,\"included\":[\"category\",\"post_tag\",\"product_cat\",\"product_tag\"]},\"sortOrder\":\"publish_date\",\"sortDirection\":\"asc\",\"publicationDate\":true,\"compactArchives\":false,\"advancedSettings\":{\"enable\":false,\"nofollowLinks\":false,\"excludePosts\":[],\"excludeTerms\":[]}}},\"social\":{\"profiles\":{\"sameUsername\":{\"enable\":false,\"username\":null,\"included\":[\"facebookPageUrl\",\"twitterUrl\",\"pinterestUrl\",\"instagramUrl\",\"youtubeUrl\",\"linkedinUrl\"]},\"urls\":{\"facebookPageUrl\":null,\"twitterUrl\":null,\"instagramUrl\":null,\"pinterestUrl\":null,\"youtubeUrl\":null,\"linkedinUrl\":null,\"tumblrUrl\":null,\"yelpPageUrl\":null,\"soundCloudUrl\":null,\"wikipediaUrl\":null,\"myspaceUrl\":null,\"googlePlacesUrl\":null}},\"siteSocialProfiles\":null,\"facebook\":{\"general\":{\"enable\":false,\"defaultImageSourcePosts\":\"default\",\"customFieldImagePosts\":null,\"defaultImagePosts\":\"\",\"defaultImagePostsWidth\":\"\",\"defaultImagePostsHeight\":\"\",\"showAuthor\":true,\"siteName\":\"#site_title #separator_sa #tagline\"},\"homePage\":{\"image\":\"\",\"title\":\"\",\"description\":\"\",\"imageWidth\":\"\",\"imageHeight\":\"\",\"objectType\":\"website\"},\"advanced\":{\"enable\":false,\"adminId\":\"\",\"appId\":\"\",\"authorUrl\":\"\",\"generateArticleTags\":false,\"useKeywordsInTags\":true,\"useCategoriesInTags\":true,\"usePostTagsInTags\":true}},\"twitter\":{\"general\":{\"enable\":false,\"useOgData\":false,\"defaultCardType\":\"summary\",\"defaultImageSourcePosts\":\"default\",\"customFieldImagePosts\":null,\"defaultImagePosts\":\"\",\"showAuthor\":true,\"additionalData\":false},\"homePage\":{\"image\":\"\",\"title\":\"\",\"description\":\"\",\"cardType\":\"summary\"}}},\"searchAppearance\":{\"global\":{\"separator\":\"|\",\"siteTitle\":\"Top Women Social Media Speaker Tracy Repchuk #ReachMillions #Woman #Business #keynote\",\"metaDescription\":\"Top Women Social Media Speaker Tracy Repchuk is a Woman Business Keynote Speaker for digital media, online technology, internet marketing, branding, social media strategies,\",\"keywords\":\"[{\\\"label\\\":\\\"Top Women Social Media Speaker\\\",\\\"value\\\":\\\"Top Women Social Media Speaker\\\"},{\\\"label\\\":\\\"Motivational Speaker\\\",\\\"value\\\":\\\"Motivational Speaker\\\"},{\\\"label\\\":\\\"business speaker\\\",\\\"value\\\":\\\"business speaker\\\"},{\\\"label\\\":\\\"top woman speaker\\\",\\\"value\\\":\\\"top woman speaker\\\"},{\\\"label\\\":\\\"online website developer\\\",\\\"value\\\":\\\"online website developer\\\"},{\\\"label\\\":\\\"social media strategist\\\",\\\"value\\\":\\\"social media strategist\\\"},{\\\"label\\\":\\\"internet marketing\\\",\\\"value\\\":\\\"internet marketing\\\"},{\\\"label\\\":\\\"digital media\\\",\\\"value\\\":\\\"digital media\\\"}]\",\"schema\":{\"siteRepresents\":\"organization\",\"person\":null,\"organizationName\":\"Top Women Social Media Speaker\",\"organizationLogo\":\"\",\"personName\":null,\"personLogo\":null,\"phone\":null,\"contactType\":null,\"contactTypeManual\":null}},\"advanced\":{\"globalRobotsMeta\":{\"default\":true,\"noindex\":false,\"nofollow\":false,\"noindexPaginated\":true,\"nofollowPaginated\":true,\"noindexFeed\":true,\"noarchive\":false,\"noimageindex\":false,\"notranslate\":false,\"nosnippet\":false,\"noodp\":false,\"maxSnippet\":-1,\"maxVideoPreview\":-1,\"maxImagePreview\":\"large\"},\"sitelinks\":true,\"noIndexEmptyCat\":true,\"removeStopWords\":false,\"noPaginationForCanonical\":false,\"useKeywords\":true,\"keywordsLooking\":true,\"useCategoriesForMetaKeywords\":true,\"useTagsForMetaKeywords\":true,\"dynamicallyGenerateKeywords\":true,\"pagedFormat\":\"- Part #page_number\",\"runShortcodes\":true,\"crawlCleanup\":{\"enable\":false,\"feeds\":{\"global\":true,\"globalComments\":false,\"staticBlogPage\":true,\"authors\":true,\"postComments\":false,\"search\":false,\"attachments\":false,\"archives\":{\"all\":false,\"included\":[]},\"taxonomies\":{\"all\":false,\"included\":[\"category\"]},\"atom\":false,\"rdf\":false,\"paginated\":false},\"removeUnrecognizedQueryArgs\":true,\"allowedQueryArgs\":\"\\/^utm_*\\/\"}},\"archives\":{\"author\":{\"show\":false,\"title\":\"#author_name | #site_title\",\"metaDescription\":\"#author_bio\",\"advanced\":{\"robotsMeta\":{\"default\":false,\"noindex\":true,\"nofollow\":false,\"noarchive\":false,\"noimageindex\":false,\"notranslate\":false,\"nosnippet\":false,\"noodp\":false,\"maxSnippet\":-1,\"maxVideoPreview\":-1,\"maxImagePreview\":\"large\"},\"showDateInGooglePreview\":true,\"showPostThumbnailInSearch\":true,\"showMetaBox\":true,\"keywords\":null}},\"date\":{\"show\":false,\"title\":\"#archive_date | #site_title\",\"metaDescription\":\"\",\"advanced\":{\"robotsMeta\":{\"default\":false,\"noindex\":true,\"nofollow\":false,\"noarchive\":false,\"noimageindex\":false,\"notranslate\":false,\"nosnippet\":false,\"noodp\":false,\"maxSnippet\":-1,\"maxVideoPreview\":-1,\"maxImagePreview\":\"large\"},\"showDateInGooglePreview\":true,\"showPostThumbnailInSearch\":true,\"showMetaBox\":true,\"keywords\":null}},\"search\":{\"show\":true,\"title\":\"#search_term | #site_title\",\"metaDescription\":\"\",\"advanced\":{\"robotsMeta\":{\"default\":true,\"noindex\":false,\"nofollow\":false,\"noarchive\":false,\"noimageindex\":false,\"notranslate\":false,\"nosnippet\":false,\"noodp\":false,\"maxSnippet\":-1,\"maxVideoPreview\":-1,\"maxImagePreview\":\"large\"},\"showDateInGooglePreview\":true,\"showPostThumbnailInSearch\":true,\"showMetaBox\":true,\"keywords\":null}}}},\"tools\":{\"robots\":{\"enable\":false,\"rules\":[],\"robotsDetected\":true},\"importExport\":{\"backup\":{\"lastTime\":null,\"data\":null}}},\"deprecated\":{\"webmasterTools\":{\"googleAnalytics\":{\"id\":\"\",\"advanced\":true,\"trackingDomain\":\"\",\"multipleDomains\":false,\"additionalDomains\":\"\",\"anonymizeIp\":false,\"displayAdvertiserTracking\":false,\"excludeUsers\":[\"\"],\"trackOutboundLinks\":false,\"enhancedLinkAttribution\":false,\"enhancedEcommerce\":false}},\"searchAppearance\":{\"global\":{\"descriptionFormat\":null,\"schema\":{\"enableSchemaMarkup\":true}},\"advanced\":{\"autogenerateDescriptions\":false,\"runShortcodesInDescription\":true,\"useContentForAutogeneratedDescriptions\":false,\"excludePosts\":[],\"excludeTerms\":[]}},\"sitemap\":{\"general\":{\"advancedSettings\":{\"dynamic\":true}}},\"tools\":{\"blocker\":{\"blockBots\":null,\"blockReferer\":null,\"track\":null,\"custom\":{\"enable\":null,\"bots\":\"Abonti\\naggregator\\nAhrefsBot\\nasterias\\nBDCbot\\nBLEXBot\\nBuiltBotTough\\nBullseye\\nBunnySlippers\\nca-crawler\\nCCBot\\nCegbfeieh\\nCheeseBot\\nCherryPicker\\nCopyRightCheck\\ncosmos\\nCrescent\\ndiscobot\\nDittoSpyder\\nDotBot\\nDownload Ninja\\nEasouSpider\\nEmailCollector\\nEmailSiphon\\nEmailWolf\\nEroCrawler\\nExtractorPro\\nFasterfox\\nFeedBooster\\nFoobot\\nGenieo\\ngrub-client\\nHarvest\\nhloader\\nhttplib\\nHTTrack\\nhumanlinks\\nieautodiscovery\\nInfoNaviRobot\\nIstellaBot\\nJava\\/1.\\nJennyBot\\nk2spider\\nKenjin Spider\\nKeyword Density\\/0.9\\nlarbin\\nLexiBot\\nlibWeb\\nlibwww\\nLinkextractorPro\\nlinko\\nLinkScan\\/8.1a Unix\\nLinkWalker\\nLNSpiderguy\\nlwp-trivial\\nmagpie\\nMata Hari\\nMaxPointCrawler\\nMegaIndex\\nMicrosoft URL Control\\nMIIxpc\\nMippin\\nMissigua Locator\\nMister PiX\\nMJ12bot\\nmoget\\nMSIECrawler\\nNetAnts\\nNICErsPRO\\nNiki-Bot\\nNPBot\\nNutch\\nOffline Explorer\\nOpenfind\\npanscient.com\\nPHP\\/5.{\\nProPowerBot\\/2.14\\nProWebWalker\\nPython-urllib\\nQueryN Metasearch\\nRepoMonkey\\nSISTRIX\\nsitecheck.Internetseer.com\\nSiteSnagger\\nSnapPreviewBot\\nSogou\\nSpankBot\\nspanner\\nspbot\\nSpinn3r\\nsuzuran\\nSzukacz\\/1.4\\nTeleport\\nTelesoft\\nThe Intraformant\\nTheNomad\\nTightTwatBot\\nTitan\\ntoCrawl\\/UrlDispatcher\\nTrue_Robot\\nturingos\\nTurnitinBot\\nUbiCrawler\\nUnisterBot\\nURLy Warning\\nVCI\\nWBSearchBot\\nWeb Downloader\\/6.9\\nWeb Image Collector\\nWebAuto\\nWebBandit\\nWebCopier\\nWebEnhancer\\nWebmasterWorldForumBot\\nWebReaper\\nWebSauger\\nWebsite Quester\\nWebster Pro\\nWebStripper\\nWebZip\\nWotbox\\nwsr-agent\\nWWW-Collector-E\\nXenu\\nZao\\nZeus\\nZyBORG\\ncoccoc\\nIncutio\\nlmspider\\nmemoryBot\\nserf\\nUnknown\\nuptime files\",\"referer\":\"semalt.com\\nkambasoft.com\\nsavetubevideo.com\\nbuttons-for-website.com\\nsharebutton.net\\nsoundfrost.org\\nsrecorder.com\\nsoftomix.com\\nsoftomix.net\\nmyprintscreen.com\\njoinandplay.me\\nfbfreegifts.com\\nopenmediasoft.com\\nzazagames.org\\nextener.org\\nopenfrost.com\\nopenfrost.net\\ngooglsucks.com\\nbest-seo-offer.com\\nbuttons-for-your-website.com\\nwww.Get-Free-Traffic-Now.com\\nbest-seo-solution.com\\nbuy-cheap-online.info\\nsite3.free-share-buttons.com\\nwebmaster-traffic.com\"}}}}}', 'yes'),
(74988, 'aioseo_options_network_lite', '{\"advanced\":{\"usageTracking\":false}}', 'yes'),
(74989, 'aioseo_options_network_localized', 'a:15:{s:33:\"searchAppearance_global_siteTitle\";s:85:\"Top Women Social Media Speaker Tracy Repchuk #ReachMillions #Woman #Business #keynote\";s:39:\"searchAppearance_global_metaDescription\";s:173:\"Top Women Social Media Speaker Tracy Repchuk is a Woman Business Keynote Speaker for digital media, online technology, internet marketing, branding, social media strategies,\";s:47:\"searchAppearance_dynamic_archives_project_title\";s:28:\"#archive_title | #site_title\";s:52:\"searchAppearance_dynamic_archives_divi_overlay_title\";s:28:\"#archive_title | #site_title\";s:45:\"searchAppearance_dynamic_postTypes_post_title\";s:25:\"#post_title | #site_title\";s:45:\"searchAppearance_dynamic_postTypes_page_title\";s:25:\"#post_title | #site_title\";s:51:\"searchAppearance_dynamic_postTypes_attachment_title\";s:25:\"#post_title | #site_title\";s:50:\"searchAppearance_dynamic_taxonomies_category_title\";s:29:\"#taxonomy_title | #site_title\";s:50:\"searchAppearance_dynamic_taxonomies_post_tag_title\";s:29:\"#taxonomy_title | #site_title\";s:36:\"searchAppearance_archives_date_title\";s:27:\"#archive_date | #site_title\";s:38:\"searchAppearance_archives_author_title\";s:26:\"#author_name | #site_title\";s:38:\"searchAppearance_archives_search_title\";s:26:\"#search_term | #site_title\";s:48:\"searchAppearance_dynamic_postTypes_project_title\";s:25:\"#post_title | #site_title\";s:53:\"searchAppearance_dynamic_postTypes_divi_overlay_title\";s:25:\"#post_title | #site_title\";s:32:\"searchAppearance_global_keywords\";s:168:\"Top Women Social Media Speaker,Motivational Speaker,business speaker,top woman speaker,online website developer,social media strategist,internet marketing,digital media\";}', 'yes'),
(75675, 'https_detection_errors', 'a:0:{}', 'off'),
(81067, 'widget_block', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(81092, 'widget_aioseo-breadcrumb-widget', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(83170, 'widget_aioseo-html-sitemap-widget', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(83171, 'aioseo_options_dynamic_localized', 'a:28:{s:37:\"searchAppearance_postTypes_post_title\";s:25:\"#post_title | #site_title\";s:47:\"searchAppearance_postTypes_post_metaDescription\";s:13:\"#post_content\";s:37:\"searchAppearance_postTypes_page_title\";s:25:\"#post_title | #site_title\";s:47:\"searchAppearance_postTypes_page_metaDescription\";s:13:\"#post_content\";s:43:\"searchAppearance_postTypes_attachment_title\";s:25:\"#post_title | #site_title\";s:53:\"searchAppearance_postTypes_attachment_metaDescription\";s:19:\"#attachment_caption\";s:40:\"searchAppearance_postTypes_project_title\";s:25:\"#post_title | #site_title\";s:50:\"searchAppearance_postTypes_project_metaDescription\";s:13:\"#post_content\";s:45:\"searchAppearance_postTypes_divi_overlay_title\";s:25:\"#post_title | #site_title\";s:55:\"searchAppearance_postTypes_divi_overlay_metaDescription\";s:13:\"#post_content\";s:42:\"searchAppearance_taxonomies_category_title\";s:29:\"#taxonomy_title | #site_title\";s:52:\"searchAppearance_taxonomies_category_metaDescription\";s:21:\"#taxonomy_description\";s:42:\"searchAppearance_taxonomies_post_tag_title\";s:29:\"#taxonomy_title | #site_title\";s:52:\"searchAppearance_taxonomies_post_tag_metaDescription\";s:21:\"#taxonomy_description\";s:49:\"searchAppearance_taxonomies_layout_category_title\";s:41:\"#taxonomy_title #separator_sa #site_title\";s:59:\"searchAppearance_taxonomies_layout_category_metaDescription\";s:21:\"#taxonomy_description\";s:45:\"searchAppearance_taxonomies_layout_pack_title\";s:41:\"#taxonomy_title #separator_sa #site_title\";s:55:\"searchAppearance_taxonomies_layout_pack_metaDescription\";s:21:\"#taxonomy_description\";s:45:\"searchAppearance_taxonomies_layout_type_title\";s:41:\"#taxonomy_title #separator_sa #site_title\";s:55:\"searchAppearance_taxonomies_layout_type_metaDescription\";s:21:\"#taxonomy_description\";s:39:\"searchAppearance_taxonomies_scope_title\";s:41:\"#taxonomy_title #separator_sa #site_title\";s:49:\"searchAppearance_taxonomies_scope_metaDescription\";s:21:\"#taxonomy_description\";s:46:\"searchAppearance_taxonomies_module_width_title\";s:41:\"#taxonomy_title #separator_sa #site_title\";s:56:\"searchAppearance_taxonomies_module_width_metaDescription\";s:21:\"#taxonomy_description\";s:50:\"searchAppearance_taxonomies_project_category_title\";s:41:\"#taxonomy_title #separator_sa #site_title\";s:60:\"searchAppearance_taxonomies_project_category_metaDescription\";s:21:\"#taxonomy_description\";s:45:\"searchAppearance_taxonomies_project_tag_title\";s:41:\"#taxonomy_title #separator_sa #site_title\";s:55:\"searchAppearance_taxonomies_project_tag_metaDescription\";s:21:\"#taxonomy_description\";}', 'yes'),
(83172, 'aioseo_dynamic_settings_backup', '{}', 'yes'),
(83173, 'aioseo_options_dynamic', '{\"sitemap\":{\"priority\":{\"postTypes\":{\"post\":{\"priority\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\",\"frequency\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\"},\"page\":{\"priority\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\",\"frequency\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\"},\"attachment\":{\"priority\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\",\"frequency\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\"},\"project\":{\"priority\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\",\"frequency\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\"},\"divi_overlay\":{\"priority\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\",\"frequency\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\"}},\"taxonomies\":[]}},\"social\":{\"facebook\":{\"general\":{\"postTypes\":{\"post\":{\"objectType\":\"article\"},\"page\":{\"objectType\":\"article\"},\"attachment\":{\"objectType\":\"article\"},\"project\":{\"objectType\":\"article\"},\"divi_overlay\":{\"objectType\":\"article\"}}}}},\"searchAppearance\":{\"postTypes\":{\"post\":{\"show\":true,\"advanced\":{\"robotsMeta\":{\"default\":true,\"noindex\":false,\"nofollow\":false,\"noarchive\":false,\"noimageindex\":false,\"notranslate\":false,\"nosnippet\":false,\"noodp\":false,\"maxSnippet\":-1,\"maxVideoPreview\":-1,\"maxImagePreview\":\"large\"},\"showDateInGooglePreview\":true,\"showPostThumbnailInSearch\":true,\"showMetaBox\":true,\"bulkEditing\":\"enabled\"},\"title\":\"#post_title | #site_title\",\"metaDescription\":\"#post_content\",\"schemaType\":\"Article\",\"webPageType\":\"WebPage\",\"articleType\":\"Article\",\"customFields\":\"\"},\"page\":{\"show\":true,\"advanced\":{\"robotsMeta\":{\"default\":true,\"noindex\":false,\"nofollow\":false,\"noarchive\":false,\"noimageindex\":false,\"notranslate\":false,\"nosnippet\":false,\"noodp\":false,\"maxSnippet\":-1,\"maxVideoPreview\":-1,\"maxImagePreview\":\"large\"},\"showDateInGooglePreview\":true,\"showPostThumbnailInSearch\":true,\"showMetaBox\":true,\"bulkEditing\":\"enabled\"},\"title\":\"#post_title | #site_title\",\"metaDescription\":\"#post_content\",\"schemaType\":\"WebPage\",\"webPageType\":\"WebPage\",\"articleType\":\"BlogPosting\",\"customFields\":\"\"},\"attachment\":{\"show\":true,\"advanced\":{\"robotsMeta\":{\"default\":true,\"noindex\":false,\"nofollow\":false,\"noarchive\":false,\"noimageindex\":false,\"notranslate\":false,\"nosnippet\":false,\"noodp\":false,\"maxSnippet\":-1,\"maxVideoPreview\":-1,\"maxImagePreview\":\"large\"},\"showDateInGooglePreview\":true,\"showPostThumbnailInSearch\":true,\"showMetaBox\":true,\"bulkEditing\":\"enabled\"},\"title\":\"#post_title | #site_title\",\"metaDescription\":\"#attachment_caption\",\"schemaType\":\"ItemPage\",\"webPageType\":\"ItemPage\",\"articleType\":\"BlogPosting\",\"customFields\":\"\",\"redirectAttachmentUrls\":\"disabled\"},\"project\":{\"show\":true,\"advanced\":{\"robotsMeta\":{\"default\":true,\"noindex\":false,\"nofollow\":false,\"noarchive\":false,\"noimageindex\":false,\"notranslate\":false,\"nosnippet\":false,\"noodp\":false,\"maxSnippet\":-1,\"maxVideoPreview\":-1,\"maxImagePreview\":\"large\"},\"showDateInGooglePreview\":true,\"showPostThumbnailInSearch\":true,\"showMetaBox\":true,\"bulkEditing\":\"enabled\"},\"title\":\"#post_title | #site_title\",\"metaDescription\":\"#post_content\",\"schemaType\":\"WebPage\",\"webPageType\":\"WebPage\",\"articleType\":\"BlogPosting\",\"customFields\":\"\"},\"divi_overlay\":{\"show\":true,\"advanced\":{\"robotsMeta\":{\"default\":true,\"noindex\":false,\"nofollow\":false,\"noarchive\":false,\"noimageindex\":false,\"notranslate\":false,\"nosnippet\":false,\"noodp\":false,\"maxSnippet\":-1,\"maxVideoPreview\":-1,\"maxImagePreview\":\"large\"},\"showDateInGooglePreview\":true,\"showPostThumbnailInSearch\":true,\"showMetaBox\":true,\"bulkEditing\":\"enabled\"},\"title\":\"#post_title | #site_title\",\"metaDescription\":\"#post_content\",\"schemaType\":\"WebPage\",\"webPageType\":\"WebPage\",\"articleType\":\"BlogPosting\",\"customFields\":\"\"}},\"taxonomies\":{\"category\":{\"show\":false,\"advanced\":{\"robotsMeta\":{\"default\":false,\"noindex\":true,\"nofollow\":false,\"noarchive\":false,\"noimageindex\":false,\"notranslate\":false,\"nosnippet\":false,\"noodp\":false,\"maxSnippet\":-1,\"maxVideoPreview\":-1,\"maxImagePreview\":\"large\"},\"showDateInGooglePreview\":true,\"showPostThumbnailInSearch\":true,\"showMetaBox\":true},\"title\":\"#taxonomy_title | #site_title\",\"metaDescription\":\"#taxonomy_description\"},\"post_tag\":{\"show\":true,\"advanced\":{\"robotsMeta\":{\"default\":true,\"noindex\":false,\"nofollow\":false,\"noarchive\":false,\"noimageindex\":false,\"notranslate\":false,\"nosnippet\":false,\"noodp\":false,\"maxSnippet\":-1,\"maxVideoPreview\":-1,\"maxImagePreview\":\"large\"},\"showDateInGooglePreview\":true,\"showPostThumbnailInSearch\":true,\"showMetaBox\":true},\"title\":\"#taxonomy_title | #site_title\",\"metaDescription\":\"#taxonomy_description\"},\"layout_category\":{\"show\":true,\"advanced\":{\"robotsMeta\":{\"default\":true,\"noindex\":false,\"nofollow\":false,\"noarchive\":false,\"noimageindex\":false,\"notranslate\":false,\"nosnippet\":false,\"noodp\":false,\"maxSnippet\":-1,\"maxVideoPreview\":-1,\"maxImagePreview\":\"large\"},\"showDateInGooglePreview\":true,\"showPostThumbnailInSearch\":true,\"showMetaBox\":true},\"title\":\"#taxonomy_title #separator_sa #site_title\",\"metaDescription\":\"#taxonomy_description\"},\"layout_pack\":{\"show\":true,\"advanced\":{\"robotsMeta\":{\"default\":true,\"noindex\":false,\"nofollow\":false,\"noarchive\":false,\"noimageindex\":false,\"notranslate\":false,\"nosnippet\":false,\"noodp\":false,\"maxSnippet\":-1,\"maxVideoPreview\":-1,\"maxImagePreview\":\"large\"},\"showDateInGooglePreview\":true,\"showPostThumbnailInSearch\":true,\"showMetaBox\":true},\"title\":\"#taxonomy_title #separator_sa #site_title\",\"metaDescription\":\"#taxonomy_description\"},\"layout_type\":{\"show\":true,\"advanced\":{\"robotsMeta\":{\"default\":true,\"noindex\":false,\"nofollow\":false,\"noarchive\":false,\"noimageindex\":false,\"notranslate\":false,\"nosnippet\":false,\"noodp\":false,\"maxSnippet\":-1,\"maxVideoPreview\":-1,\"maxImagePreview\":\"large\"},\"showDateInGooglePreview\":true,\"showPostThumbnailInSearch\":true,\"showMetaBox\":true},\"title\":\"#taxonomy_title #separator_sa #site_title\",\"metaDescription\":\"#taxonomy_description\"},\"scope\":{\"show\":true,\"advanced\":{\"robotsMeta\":{\"default\":true,\"noindex\":false,\"nofollow\":false,\"noarchive\":false,\"noimageindex\":false,\"notranslate\":false,\"nosnippet\":false,\"noodp\":false,\"maxSnippet\":-1,\"maxVideoPreview\":-1,\"maxImagePreview\":\"large\"},\"showDateInGooglePreview\":true,\"showPostThumbnailInSearch\":true,\"showMetaBox\":true},\"title\":\"#taxonomy_title #separator_sa #site_title\",\"metaDescription\":\"#taxonomy_description\"},\"module_width\":{\"show\":true,\"advanced\":{\"robotsMeta\":{\"default\":true,\"noindex\":false,\"nofollow\":false,\"noarchive\":false,\"noimageindex\":false,\"notranslate\":false,\"nosnippet\":false,\"noodp\":false,\"maxSnippet\":-1,\"maxVideoPreview\":-1,\"maxImagePreview\":\"large\"},\"showDateInGooglePreview\":true,\"showPostThumbnailInSearch\":true,\"showMetaBox\":true},\"title\":\"#taxonomy_title #separator_sa #site_title\",\"metaDescription\":\"#taxonomy_description\"},\"project_category\":{\"show\":true,\"advanced\":{\"robotsMeta\":{\"default\":true,\"noindex\":false,\"nofollow\":false,\"noarchive\":false,\"noimageindex\":false,\"notranslate\":false,\"nosnippet\":false,\"noodp\":false,\"maxSnippet\":-1,\"maxVideoPreview\":-1,\"maxImagePreview\":\"large\"},\"showDateInGooglePreview\":true,\"showPostThumbnailInSearch\":true,\"showMetaBox\":true},\"title\":\"#taxonomy_title #separator_sa #site_title\",\"metaDescription\":\"#taxonomy_description\"},\"project_tag\":{\"show\":true,\"advanced\":{\"robotsMeta\":{\"default\":true,\"noindex\":false,\"nofollow\":false,\"noarchive\":false,\"noimageindex\":false,\"notranslate\":false,\"nosnippet\":false,\"noodp\":false,\"maxSnippet\":-1,\"maxVideoPreview\":-1,\"maxImagePreview\":\"large\"},\"showDateInGooglePreview\":true,\"showPostThumbnailInSearch\":true,\"showMetaBox\":true},\"title\":\"#taxonomy_title #separator_sa #site_title\",\"metaDescription\":\"#taxonomy_description\"}},\"archives\":{\"project\":{\"show\":true,\"advanced\":{\"robotsMeta\":{\"default\":true,\"noindex\":false,\"nofollow\":false,\"noarchive\":false,\"noimageindex\":false,\"notranslate\":false,\"nosnippet\":false,\"noodp\":false,\"maxSnippet\":-1,\"maxVideoPreview\":-1,\"maxImagePreview\":\"large\"},\"showDateInGooglePreview\":true,\"showPostThumbnailInSearch\":true,\"showMetaBox\":true,\"keywords\":null},\"title\":\"#archive_title #separator_sa #site_title\",\"metaDescription\":\"\",\"customFields\":null},\"divi_overlay\":{\"show\":true,\"advanced\":{\"robotsMeta\":{\"default\":true,\"noindex\":false,\"nofollow\":false,\"noarchive\":false,\"noimageindex\":false,\"notranslate\":false,\"nosnippet\":false,\"noodp\":false,\"maxSnippet\":-1,\"maxVideoPreview\":-1,\"maxImagePreview\":\"large\"},\"showDateInGooglePreview\":true,\"showPostThumbnailInSearch\":true,\"showMetaBox\":true,\"keywords\":null},\"title\":\"#archive_title #separator_sa #site_title\",\"metaDescription\":\"\",\"customFields\":null}}}}', 'yes'),
(83923, 'aioseo_options_dynamic_network_localized', 'a:18:{s:37:\"searchAppearance_postTypes_post_title\";s:25:\"#post_title | #site_title\";s:47:\"searchAppearance_postTypes_post_metaDescription\";s:13:\"#post_content\";s:37:\"searchAppearance_postTypes_page_title\";s:25:\"#post_title | #site_title\";s:47:\"searchAppearance_postTypes_page_metaDescription\";s:13:\"#post_content\";s:43:\"searchAppearance_postTypes_attachment_title\";s:25:\"#post_title | #site_title\";s:53:\"searchAppearance_postTypes_attachment_metaDescription\";s:19:\"#attachment_caption\";s:40:\"searchAppearance_postTypes_project_title\";s:25:\"#post_title | #site_title\";s:50:\"searchAppearance_postTypes_project_metaDescription\";s:13:\"#post_content\";s:45:\"searchAppearance_postTypes_divi_overlay_title\";s:25:\"#post_title | #site_title\";s:55:\"searchAppearance_postTypes_divi_overlay_metaDescription\";s:13:\"#post_content\";s:42:\"searchAppearance_taxonomies_category_title\";s:29:\"#taxonomy_title | #site_title\";s:52:\"searchAppearance_taxonomies_category_metaDescription\";s:21:\"#taxonomy_description\";s:42:\"searchAppearance_taxonomies_post_tag_title\";s:29:\"#taxonomy_title | #site_title\";s:52:\"searchAppearance_taxonomies_post_tag_metaDescription\";s:21:\"#taxonomy_description\";s:50:\"searchAppearance_taxonomies_project_category_title\";s:41:\"#taxonomy_title #separator_sa #site_title\";s:60:\"searchAppearance_taxonomies_project_category_metaDescription\";s:21:\"#taxonomy_description\";s:45:\"searchAppearance_taxonomies_project_tag_title\";s:41:\"#taxonomy_title #separator_sa #site_title\";s:55:\"searchAppearance_taxonomies_project_tag_metaDescription\";s:21:\"#taxonomy_description\";}', 'yes'),
(83925, 'aioseo_options_dynamic_network', '{\"sitemap\":{\"priority\":{\"postTypes\":{\"post\":{\"priority\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\",\"frequency\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\"},\"page\":{\"priority\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\",\"frequency\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\"},\"attachment\":{\"priority\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\",\"frequency\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\"},\"project\":{\"priority\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\",\"frequency\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\"},\"divi_overlay\":{\"priority\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\",\"frequency\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\"}},\"taxonomies\":[]}},\"social\":{\"facebook\":{\"general\":{\"postTypes\":{\"post\":{\"objectType\":\"article\"},\"page\":{\"objectType\":\"article\"},\"attachment\":{\"objectType\":\"article\"},\"project\":{\"objectType\":\"article\"},\"divi_overlay\":{\"objectType\":\"article\"}}}}},\"searchAppearance\":{\"postTypes\":{\"post\":{\"show\":true,\"advanced\":{\"robotsMeta\":{\"default\":true,\"noindex\":false,\"nofollow\":false,\"noarchive\":false,\"noimageindex\":false,\"notranslate\":false,\"nosnippet\":false,\"noodp\":false,\"maxSnippet\":-1,\"maxVideoPreview\":-1,\"maxImagePreview\":\"large\"},\"showDateInGooglePreview\":true,\"showPostThumbnailInSearch\":true,\"showMetaBox\":true,\"bulkEditing\":\"enabled\"},\"title\":\"#post_title | #site_title\",\"metaDescription\":\"#post_content\",\"schemaType\":\"Article\",\"webPageType\":\"WebPage\",\"articleType\":\"Article\",\"customFields\":\"\"},\"page\":{\"show\":true,\"advanced\":{\"robotsMeta\":{\"default\":true,\"noindex\":false,\"nofollow\":false,\"noarchive\":false,\"noimageindex\":false,\"notranslate\":false,\"nosnippet\":false,\"noodp\":false,\"maxSnippet\":-1,\"maxVideoPreview\":-1,\"maxImagePreview\":\"large\"},\"showDateInGooglePreview\":true,\"showPostThumbnailInSearch\":true,\"showMetaBox\":true,\"bulkEditing\":\"enabled\"},\"title\":\"#post_title | #site_title\",\"metaDescription\":\"#post_content\",\"schemaType\":\"WebPage\",\"webPageType\":\"WebPage\",\"articleType\":\"BlogPosting\",\"customFields\":\"\"},\"attachment\":{\"show\":true,\"advanced\":{\"robotsMeta\":{\"default\":true,\"noindex\":false,\"nofollow\":false,\"noarchive\":false,\"noimageindex\":false,\"notranslate\":false,\"nosnippet\":false,\"noodp\":false,\"maxSnippet\":-1,\"maxVideoPreview\":-1,\"maxImagePreview\":\"large\"},\"showDateInGooglePreview\":true,\"showPostThumbnailInSearch\":true,\"showMetaBox\":true,\"bulkEditing\":\"enabled\"},\"title\":\"#post_title | #site_title\",\"metaDescription\":\"#attachment_caption\",\"schemaType\":\"ItemPage\",\"webPageType\":\"ItemPage\",\"articleType\":\"BlogPosting\",\"customFields\":\"\",\"redirectAttachmentUrls\":\"disabled\"},\"project\":{\"show\":true,\"advanced\":{\"robotsMeta\":{\"default\":true,\"noindex\":false,\"nofollow\":false,\"noarchive\":false,\"noimageindex\":false,\"notranslate\":false,\"nosnippet\":false,\"noodp\":false,\"maxSnippet\":-1,\"maxVideoPreview\":-1,\"maxImagePreview\":\"large\"},\"showDateInGooglePreview\":true,\"showPostThumbnailInSearch\":true,\"showMetaBox\":true,\"bulkEditing\":\"enabled\"},\"title\":\"#post_title | #site_title\",\"metaDescription\":\"#post_content\",\"schemaType\":\"WebPage\",\"webPageType\":\"WebPage\",\"articleType\":\"BlogPosting\",\"customFields\":\"\"},\"divi_overlay\":{\"show\":true,\"advanced\":{\"robotsMeta\":{\"default\":true,\"noindex\":false,\"nofollow\":false,\"noarchive\":false,\"noimageindex\":false,\"notranslate\":false,\"nosnippet\":false,\"noodp\":false,\"maxSnippet\":-1,\"maxVideoPreview\":-1,\"maxImagePreview\":\"large\"},\"showDateInGooglePreview\":true,\"showPostThumbnailInSearch\":true,\"showMetaBox\":true,\"bulkEditing\":\"enabled\"},\"title\":\"#post_title | #site_title\",\"metaDescription\":\"#post_content\",\"schemaType\":\"WebPage\",\"webPageType\":\"WebPage\",\"articleType\":\"BlogPosting\",\"customFields\":\"\"}},\"taxonomies\":{\"category\":{\"show\":false,\"advanced\":{\"robotsMeta\":{\"default\":false,\"noindex\":true,\"nofollow\":false,\"noarchive\":false,\"noimageindex\":false,\"notranslate\":false,\"nosnippet\":false,\"noodp\":false,\"maxSnippet\":-1,\"maxVideoPreview\":-1,\"maxImagePreview\":\"large\"},\"showDateInGooglePreview\":true,\"showPostThumbnailInSearch\":true,\"showMetaBox\":true},\"title\":\"#taxonomy_title | #site_title\",\"metaDescription\":\"#taxonomy_description\"},\"post_tag\":{\"show\":true,\"advanced\":{\"robotsMeta\":{\"default\":true,\"noindex\":false,\"nofollow\":false,\"noarchive\":false,\"noimageindex\":false,\"notranslate\":false,\"nosnippet\":false,\"noodp\":false,\"maxSnippet\":-1,\"maxVideoPreview\":-1,\"maxImagePreview\":\"large\"},\"showDateInGooglePreview\":true,\"showPostThumbnailInSearch\":true,\"showMetaBox\":true},\"title\":\"#taxonomy_title | #site_title\",\"metaDescription\":\"#taxonomy_description\"},\"project_category\":{\"show\":true,\"advanced\":{\"robotsMeta\":{\"default\":true,\"noindex\":false,\"nofollow\":false,\"noarchive\":false,\"noimageindex\":false,\"notranslate\":false,\"nosnippet\":false,\"noodp\":false,\"maxSnippet\":-1,\"maxVideoPreview\":-1,\"maxImagePreview\":\"large\"},\"showDateInGooglePreview\":true,\"showPostThumbnailInSearch\":true,\"showMetaBox\":true},\"title\":\"#taxonomy_title #separator_sa #site_title\",\"metaDescription\":\"#taxonomy_description\"},\"project_tag\":{\"show\":true,\"advanced\":{\"robotsMeta\":{\"default\":true,\"noindex\":false,\"nofollow\":false,\"noarchive\":false,\"noimageindex\":false,\"notranslate\":false,\"nosnippet\":false,\"noodp\":false,\"maxSnippet\":-1,\"maxVideoPreview\":-1,\"maxImagePreview\":\"large\"},\"showDateInGooglePreview\":true,\"showPostThumbnailInSearch\":true,\"showMetaBox\":true},\"title\":\"#taxonomy_title #separator_sa #site_title\",\"metaDescription\":\"#taxonomy_description\"}},\"archives\":{\"project\":{\"show\":true,\"advanced\":{\"robotsMeta\":{\"default\":true,\"noindex\":false,\"nofollow\":false,\"noarchive\":false,\"noimageindex\":false,\"notranslate\":false,\"nosnippet\":false,\"noodp\":false,\"maxSnippet\":-1,\"maxVideoPreview\":-1,\"maxImagePreview\":\"large\"},\"showDateInGooglePreview\":true,\"showPostThumbnailInSearch\":true,\"showMetaBox\":true,\"keywords\":null},\"title\":\"#archive_title #separator_sa #site_title\",\"metaDescription\":\"\",\"customFields\":null},\"divi_overlay\":{\"show\":true,\"advanced\":{\"robotsMeta\":{\"default\":true,\"noindex\":false,\"nofollow\":false,\"noarchive\":false,\"noimageindex\":false,\"notranslate\":false,\"nosnippet\":false,\"noodp\":false,\"maxSnippet\":-1,\"maxVideoPreview\":-1,\"maxImagePreview\":\"large\"},\"showDateInGooglePreview\":true,\"showPostThumbnailInSearch\":true,\"showMetaBox\":true,\"keywords\":null},\"title\":\"#archive_title #separator_sa #site_title\",\"metaDescription\":\"\",\"customFields\":null}}}}', 'yes'),
(85755, 'siteground_optimizer_smart_cache_purge_queue', 'a:0:{}', 'yes'),
(85793, 'siteground_optimizer_heartbeat_post_interval', '120', 'yes'),
(85794, 'siteground_optimizer_excluded_lazy_load_media_types', 'a:6:{i:0;s:18:\"lazyload_gravatars\";i:1;s:19:\"lazyload_thumbnails\";i:2;s:19:\"lazyload_responsive\";i:3;s:20:\"lazyload_textwidgets\";i:4;s:19:\"lazyload_shortcodes\";i:5;s:20:\"lazyload_woocommerce\";}', 'yes'),
(89673, 'wp_force_deactivated_plugins', 'a:0:{}', 'off'),
(96515, 'ms_was_installed_on', '1653599298', 'yes'),
(100259, 'user_count', '1', 'no'),
(105284, 'siteground_optimizer_database_optimization', 'a:0:{}', 'yes'),
(105285, 'sgo_install_service', '1', 'yes'),
(111135, 'sgo_install_service_7_3_0', '1', 'yes'),
(112211, 'siteground_optimizer_current_version', '7.7.5', 'yes'),
(119474, 'sgo_install_7_4_0', '1', 'yes'),
(122561, 'wp_attachment_pages_enabled', '1', 'yes'),
(125868, 'metaslider_new_user', 'new', 'yes'),
(139492, '_transient_wp_styles_for_blocks', 'a:2:{s:4:\"hash\";s:32:\"4ad6ed4956ef7f814db220c22a123393\";s:6:\"blocks\";a:6:{s:11:\"core/button\";s:0:\"\";s:14:\"core/site-logo\";s:0:\"\";s:18:\"core/post-template\";s:120:\":where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}\";s:18:\"core/term-template\";s:120:\":where(.wp-block-term-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-term-template.is-layout-grid){gap: 1.25em;}\";s:12:\"core/columns\";s:102:\":where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}\";s:14:\"core/pullquote\";s:69:\":root :where(.wp-block-pullquote){font-size: 1.5em;line-height: 1.6;}\";}}', 'on'),
(156271, 'metaslider_plugin_version', '3.106.0', 'auto'),
(156272, 'metaslider_plugin_path', 'ml-slider/ml-slider.php', 'auto'),
(159400, '_site_transient_update_themes', 'O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1773266221;s:7:\"checked\";a:10:{s:4:\"Divi\";s:4:\"3.19\";s:14:\"twentynineteen\";s:3:\"1.1\";s:15:\"twentyseventeen\";s:3:\"1.9\";s:13:\"twentysixteen\";s:3:\"1.7\";s:12:\"twentytwenty\";s:3:\"1.6\";s:16:\"twentytwentyfive\";s:3:\"1.0\";s:16:\"twentytwentyfour\";s:3:\"1.0\";s:15:\"twentytwentyone\";s:3:\"1.0\";s:17:\"twentytwentythree\";s:3:\"1.0\";s:15:\"twentytwentytwo\";s:3:\"1.0\";}s:8:\"response\";a:9:{s:14:\"twentynineteen\";a:6:{s:5:\"theme\";s:14:\"twentynineteen\";s:11:\"new_version\";s:3:\"3.2\";s:3:\"url\";s:44:\"https://wordpress.org/themes/twentynineteen/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/theme/twentynineteen.3.2.zip\";s:8:\"requires\";s:3:\"4.7\";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:\"4.0\";s:3:\"url\";s:45:\"https://wordpress.org/themes/twentyseventeen/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/theme/twentyseventeen.4.0.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:\"3.7\";s:3:\"url\";s:43:\"https://wordpress.org/themes/twentysixteen/\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/theme/twentysixteen.3.7.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:\"3.0\";s:3:\"url\";s:42:\"https://wordpress.org/themes/twentytwenty/\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/theme/twentytwenty.3.0.zip\";s:8:\"requires\";s:3:\"4.7\";s:12:\"requires_php\";s:5:\"5.2.4\";}s:16:\"twentytwentyfive\";a:6:{s:5:\"theme\";s:16:\"twentytwentyfive\";s:11:\"new_version\";s:3:\"1.4\";s:3:\"url\";s:46:\"https://wordpress.org/themes/twentytwentyfive/\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/theme/twentytwentyfive.1.4.zip\";s:8:\"requires\";s:3:\"6.7\";s:12:\"requires_php\";s:3:\"7.2\";}s:16:\"twentytwentyfour\";a:6:{s:5:\"theme\";s:16:\"twentytwentyfour\";s:11:\"new_version\";s:3:\"1.4\";s:3:\"url\";s:46:\"https://wordpress.org/themes/twentytwentyfour/\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/theme/twentytwentyfour.1.4.zip\";s:8:\"requires\";s:3:\"6.4\";s:12:\"requires_php\";s:3:\"7.0\";}s:15:\"twentytwentyone\";a:6:{s:5:\"theme\";s:15:\"twentytwentyone\";s:11:\"new_version\";s:3:\"2.7\";s:3:\"url\";s:45:\"https://wordpress.org/themes/twentytwentyone/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/theme/twentytwentyone.2.7.zip\";s:8:\"requires\";s:3:\"5.3\";s:12:\"requires_php\";s:3:\"5.6\";}s:17:\"twentytwentythree\";a:6:{s:5:\"theme\";s:17:\"twentytwentythree\";s:11:\"new_version\";s:3:\"1.6\";s:3:\"url\";s:47:\"https://wordpress.org/themes/twentytwentythree/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/theme/twentytwentythree.1.6.zip\";s:8:\"requires\";s:3:\"6.1\";s:12:\"requires_php\";s:3:\"5.6\";}s:15:\"twentytwentytwo\";a:6:{s:5:\"theme\";s:15:\"twentytwentytwo\";s:11:\"new_version\";s:3:\"2.1\";s:3:\"url\";s:45:\"https://wordpress.org/themes/twentytwentytwo/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/theme/twentytwentytwo.2.1.zip\";s:8:\"requires\";s:3:\"5.9\";s:12:\"requires_php\";s:3:\"5.6\";}}s:9:\"no_update\";a:0:{}s:12:\"translations\";a:0:{}}', 'off'),
(159402, '_transient_doing_cron', '1773750546.4028809070587158203125', 'on'),
(159588, 'wp_notes_notify', '1', 'on');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(159593, '_transient_wp_core_block_css_files', 'a:2:{s:7:\"version\";s:5:\"6.9.4\";s:5:\"files\";a:584:{i:0;s:31:\"accordion-heading/style-rtl.css\";i:1;s:35:\"accordion-heading/style-rtl.min.css\";i:2;s:27:\"accordion-heading/style.css\";i:3;s:31:\"accordion-heading/style.min.css\";i:4;s:28:\"accordion-item/style-rtl.css\";i:5;s:32:\"accordion-item/style-rtl.min.css\";i:6;s:24:\"accordion-item/style.css\";i:7;s:28:\"accordion-item/style.min.css\";i:8;s:29:\"accordion-panel/style-rtl.css\";i:9;s:33:\"accordion-panel/style-rtl.min.css\";i:10;s:25:\"accordion-panel/style.css\";i:11;s:29:\"accordion-panel/style.min.css\";i:12;s:23:\"accordion/style-rtl.css\";i:13;s:27:\"accordion/style-rtl.min.css\";i:14;s:19:\"accordion/style.css\";i:15;s:23:\"accordion/style.min.css\";i:16;s:23:\"archives/editor-rtl.css\";i:17;s:27:\"archives/editor-rtl.min.css\";i:18;s:19:\"archives/editor.css\";i:19;s:23:\"archives/editor.min.css\";i:20;s:22:\"archives/style-rtl.css\";i:21;s:26:\"archives/style-rtl.min.css\";i:22;s:18:\"archives/style.css\";i:23;s:22:\"archives/style.min.css\";i:24;s:20:\"audio/editor-rtl.css\";i:25;s:24:\"audio/editor-rtl.min.css\";i:26;s:16:\"audio/editor.css\";i:27;s:20:\"audio/editor.min.css\";i:28;s:19:\"audio/style-rtl.css\";i:29;s:23:\"audio/style-rtl.min.css\";i:30;s:15:\"audio/style.css\";i:31;s:19:\"audio/style.min.css\";i:32;s:19:\"audio/theme-rtl.css\";i:33;s:23:\"audio/theme-rtl.min.css\";i:34;s:15:\"audio/theme.css\";i:35;s:19:\"audio/theme.min.css\";i:36;s:21:\"avatar/editor-rtl.css\";i:37;s:25:\"avatar/editor-rtl.min.css\";i:38;s:17:\"avatar/editor.css\";i:39;s:21:\"avatar/editor.min.css\";i:40;s:20:\"avatar/style-rtl.css\";i:41;s:24:\"avatar/style-rtl.min.css\";i:42;s:16:\"avatar/style.css\";i:43;s:20:\"avatar/style.min.css\";i:44;s:21:\"button/editor-rtl.css\";i:45;s:25:\"button/editor-rtl.min.css\";i:46;s:17:\"button/editor.css\";i:47;s:21:\"button/editor.min.css\";i:48;s:20:\"button/style-rtl.css\";i:49;s:24:\"button/style-rtl.min.css\";i:50;s:16:\"button/style.css\";i:51;s:20:\"button/style.min.css\";i:52;s:22:\"buttons/editor-rtl.css\";i:53;s:26:\"buttons/editor-rtl.min.css\";i:54;s:18:\"buttons/editor.css\";i:55;s:22:\"buttons/editor.min.css\";i:56;s:21:\"buttons/style-rtl.css\";i:57;s:25:\"buttons/style-rtl.min.css\";i:58;s:17:\"buttons/style.css\";i:59;s:21:\"buttons/style.min.css\";i:60;s:22:\"calendar/style-rtl.css\";i:61;s:26:\"calendar/style-rtl.min.css\";i:62;s:18:\"calendar/style.css\";i:63;s:22:\"calendar/style.min.css\";i:64;s:25:\"categories/editor-rtl.css\";i:65;s:29:\"categories/editor-rtl.min.css\";i:66;s:21:\"categories/editor.css\";i:67;s:25:\"categories/editor.min.css\";i:68;s:24:\"categories/style-rtl.css\";i:69;s:28:\"categories/style-rtl.min.css\";i:70;s:20:\"categories/style.css\";i:71;s:24:\"categories/style.min.css\";i:72;s:19:\"code/editor-rtl.css\";i:73;s:23:\"code/editor-rtl.min.css\";i:74;s:15:\"code/editor.css\";i:75;s:19:\"code/editor.min.css\";i:76;s:18:\"code/style-rtl.css\";i:77;s:22:\"code/style-rtl.min.css\";i:78;s:14:\"code/style.css\";i:79;s:18:\"code/style.min.css\";i:80;s:18:\"code/theme-rtl.css\";i:81;s:22:\"code/theme-rtl.min.css\";i:82;s:14:\"code/theme.css\";i:83;s:18:\"code/theme.min.css\";i:84;s:22:\"columns/editor-rtl.css\";i:85;s:26:\"columns/editor-rtl.min.css\";i:86;s:18:\"columns/editor.css\";i:87;s:22:\"columns/editor.min.css\";i:88;s:21:\"columns/style-rtl.css\";i:89;s:25:\"columns/style-rtl.min.css\";i:90;s:17:\"columns/style.css\";i:91;s:21:\"columns/style.min.css\";i:92;s:33:\"comment-author-name/style-rtl.css\";i:93;s:37:\"comment-author-name/style-rtl.min.css\";i:94;s:29:\"comment-author-name/style.css\";i:95;s:33:\"comment-author-name/style.min.css\";i:96;s:29:\"comment-content/style-rtl.css\";i:97;s:33:\"comment-content/style-rtl.min.css\";i:98;s:25:\"comment-content/style.css\";i:99;s:29:\"comment-content/style.min.css\";i:100;s:26:\"comment-date/style-rtl.css\";i:101;s:30:\"comment-date/style-rtl.min.css\";i:102;s:22:\"comment-date/style.css\";i:103;s:26:\"comment-date/style.min.css\";i:104;s:31:\"comment-edit-link/style-rtl.css\";i:105;s:35:\"comment-edit-link/style-rtl.min.css\";i:106;s:27:\"comment-edit-link/style.css\";i:107;s:31:\"comment-edit-link/style.min.css\";i:108;s:32:\"comment-reply-link/style-rtl.css\";i:109;s:36:\"comment-reply-link/style-rtl.min.css\";i:110;s:28:\"comment-reply-link/style.css\";i:111;s:32:\"comment-reply-link/style.min.css\";i:112;s:30:\"comment-template/style-rtl.css\";i:113;s:34:\"comment-template/style-rtl.min.css\";i:114;s:26:\"comment-template/style.css\";i:115;s:30:\"comment-template/style.min.css\";i:116;s:42:\"comments-pagination-numbers/editor-rtl.css\";i:117;s:46:\"comments-pagination-numbers/editor-rtl.min.css\";i:118;s:38:\"comments-pagination-numbers/editor.css\";i:119;s:42:\"comments-pagination-numbers/editor.min.css\";i:120;s:34:\"comments-pagination/editor-rtl.css\";i:121;s:38:\"comments-pagination/editor-rtl.min.css\";i:122;s:30:\"comments-pagination/editor.css\";i:123;s:34:\"comments-pagination/editor.min.css\";i:124;s:33:\"comments-pagination/style-rtl.css\";i:125;s:37:\"comments-pagination/style-rtl.min.css\";i:126;s:29:\"comments-pagination/style.css\";i:127;s:33:\"comments-pagination/style.min.css\";i:128;s:29:\"comments-title/editor-rtl.css\";i:129;s:33:\"comments-title/editor-rtl.min.css\";i:130;s:25:\"comments-title/editor.css\";i:131;s:29:\"comments-title/editor.min.css\";i:132;s:23:\"comments/editor-rtl.css\";i:133;s:27:\"comments/editor-rtl.min.css\";i:134;s:19:\"comments/editor.css\";i:135;s:23:\"comments/editor.min.css\";i:136;s:22:\"comments/style-rtl.css\";i:137;s:26:\"comments/style-rtl.min.css\";i:138;s:18:\"comments/style.css\";i:139;s:22:\"comments/style.min.css\";i:140;s:20:\"cover/editor-rtl.css\";i:141;s:24:\"cover/editor-rtl.min.css\";i:142;s:16:\"cover/editor.css\";i:143;s:20:\"cover/editor.min.css\";i:144;s:19:\"cover/style-rtl.css\";i:145;s:23:\"cover/style-rtl.min.css\";i:146;s:15:\"cover/style.css\";i:147;s:19:\"cover/style.min.css\";i:148;s:22:\"details/editor-rtl.css\";i:149;s:26:\"details/editor-rtl.min.css\";i:150;s:18:\"details/editor.css\";i:151;s:22:\"details/editor.min.css\";i:152;s:21:\"details/style-rtl.css\";i:153;s:25:\"details/style-rtl.min.css\";i:154;s:17:\"details/style.css\";i:155;s:21:\"details/style.min.css\";i:156;s:20:\"embed/editor-rtl.css\";i:157;s:24:\"embed/editor-rtl.min.css\";i:158;s:16:\"embed/editor.css\";i:159;s:20:\"embed/editor.min.css\";i:160;s:19:\"embed/style-rtl.css\";i:161;s:23:\"embed/style-rtl.min.css\";i:162;s:15:\"embed/style.css\";i:163;s:19:\"embed/style.min.css\";i:164;s:19:\"embed/theme-rtl.css\";i:165;s:23:\"embed/theme-rtl.min.css\";i:166;s:15:\"embed/theme.css\";i:167;s:19:\"embed/theme.min.css\";i:168;s:19:\"file/editor-rtl.css\";i:169;s:23:\"file/editor-rtl.min.css\";i:170;s:15:\"file/editor.css\";i:171;s:19:\"file/editor.min.css\";i:172;s:18:\"file/style-rtl.css\";i:173;s:22:\"file/style-rtl.min.css\";i:174;s:14:\"file/style.css\";i:175;s:18:\"file/style.min.css\";i:176;s:23:\"footnotes/style-rtl.css\";i:177;s:27:\"footnotes/style-rtl.min.css\";i:178;s:19:\"footnotes/style.css\";i:179;s:23:\"footnotes/style.min.css\";i:180;s:23:\"freeform/editor-rtl.css\";i:181;s:27:\"freeform/editor-rtl.min.css\";i:182;s:19:\"freeform/editor.css\";i:183;s:23:\"freeform/editor.min.css\";i:184;s:22:\"gallery/editor-rtl.css\";i:185;s:26:\"gallery/editor-rtl.min.css\";i:186;s:18:\"gallery/editor.css\";i:187;s:22:\"gallery/editor.min.css\";i:188;s:21:\"gallery/style-rtl.css\";i:189;s:25:\"gallery/style-rtl.min.css\";i:190;s:17:\"gallery/style.css\";i:191;s:21:\"gallery/style.min.css\";i:192;s:21:\"gallery/theme-rtl.css\";i:193;s:25:\"gallery/theme-rtl.min.css\";i:194;s:17:\"gallery/theme.css\";i:195;s:21:\"gallery/theme.min.css\";i:196;s:20:\"group/editor-rtl.css\";i:197;s:24:\"group/editor-rtl.min.css\";i:198;s:16:\"group/editor.css\";i:199;s:20:\"group/editor.min.css\";i:200;s:19:\"group/style-rtl.css\";i:201;s:23:\"group/style-rtl.min.css\";i:202;s:15:\"group/style.css\";i:203;s:19:\"group/style.min.css\";i:204;s:19:\"group/theme-rtl.css\";i:205;s:23:\"group/theme-rtl.min.css\";i:206;s:15:\"group/theme.css\";i:207;s:19:\"group/theme.min.css\";i:208;s:21:\"heading/style-rtl.css\";i:209;s:25:\"heading/style-rtl.min.css\";i:210;s:17:\"heading/style.css\";i:211;s:21:\"heading/style.min.css\";i:212;s:19:\"html/editor-rtl.css\";i:213;s:23:\"html/editor-rtl.min.css\";i:214;s:15:\"html/editor.css\";i:215;s:19:\"html/editor.min.css\";i:216;s:20:\"image/editor-rtl.css\";i:217;s:24:\"image/editor-rtl.min.css\";i:218;s:16:\"image/editor.css\";i:219;s:20:\"image/editor.min.css\";i:220;s:19:\"image/style-rtl.css\";i:221;s:23:\"image/style-rtl.min.css\";i:222;s:15:\"image/style.css\";i:223;s:19:\"image/style.min.css\";i:224;s:19:\"image/theme-rtl.css\";i:225;s:23:\"image/theme-rtl.min.css\";i:226;s:15:\"image/theme.css\";i:227;s:19:\"image/theme.min.css\";i:228;s:29:\"latest-comments/style-rtl.css\";i:229;s:33:\"latest-comments/style-rtl.min.css\";i:230;s:25:\"latest-comments/style.css\";i:231;s:29:\"latest-comments/style.min.css\";i:232;s:27:\"latest-posts/editor-rtl.css\";i:233;s:31:\"latest-posts/editor-rtl.min.css\";i:234;s:23:\"latest-posts/editor.css\";i:235;s:27:\"latest-posts/editor.min.css\";i:236;s:26:\"latest-posts/style-rtl.css\";i:237;s:30:\"latest-posts/style-rtl.min.css\";i:238;s:22:\"latest-posts/style.css\";i:239;s:26:\"latest-posts/style.min.css\";i:240;s:18:\"list/style-rtl.css\";i:241;s:22:\"list/style-rtl.min.css\";i:242;s:14:\"list/style.css\";i:243;s:18:\"list/style.min.css\";i:244;s:22:\"loginout/style-rtl.css\";i:245;s:26:\"loginout/style-rtl.min.css\";i:246;s:18:\"loginout/style.css\";i:247;s:22:\"loginout/style.min.css\";i:248;s:19:\"math/editor-rtl.css\";i:249;s:23:\"math/editor-rtl.min.css\";i:250;s:15:\"math/editor.css\";i:251;s:19:\"math/editor.min.css\";i:252;s:18:\"math/style-rtl.css\";i:253;s:22:\"math/style-rtl.min.css\";i:254;s:14:\"math/style.css\";i:255;s:18:\"math/style.min.css\";i:256;s:25:\"media-text/editor-rtl.css\";i:257;s:29:\"media-text/editor-rtl.min.css\";i:258;s:21:\"media-text/editor.css\";i:259;s:25:\"media-text/editor.min.css\";i:260;s:24:\"media-text/style-rtl.css\";i:261;s:28:\"media-text/style-rtl.min.css\";i:262;s:20:\"media-text/style.css\";i:263;s:24:\"media-text/style.min.css\";i:264;s:19:\"more/editor-rtl.css\";i:265;s:23:\"more/editor-rtl.min.css\";i:266;s:15:\"more/editor.css\";i:267;s:19:\"more/editor.min.css\";i:268;s:30:\"navigation-link/editor-rtl.css\";i:269;s:34:\"navigation-link/editor-rtl.min.css\";i:270;s:26:\"navigation-link/editor.css\";i:271;s:30:\"navigation-link/editor.min.css\";i:272;s:29:\"navigation-link/style-rtl.css\";i:273;s:33:\"navigation-link/style-rtl.min.css\";i:274;s:25:\"navigation-link/style.css\";i:275;s:29:\"navigation-link/style.min.css\";i:276;s:33:\"navigation-submenu/editor-rtl.css\";i:277;s:37:\"navigation-submenu/editor-rtl.min.css\";i:278;s:29:\"navigation-submenu/editor.css\";i:279;s:33:\"navigation-submenu/editor.min.css\";i:280;s:25:\"navigation/editor-rtl.css\";i:281;s:29:\"navigation/editor-rtl.min.css\";i:282;s:21:\"navigation/editor.css\";i:283;s:25:\"navigation/editor.min.css\";i:284;s:24:\"navigation/style-rtl.css\";i:285;s:28:\"navigation/style-rtl.min.css\";i:286;s:20:\"navigation/style.css\";i:287;s:24:\"navigation/style.min.css\";i:288;s:23:\"nextpage/editor-rtl.css\";i:289;s:27:\"nextpage/editor-rtl.min.css\";i:290;s:19:\"nextpage/editor.css\";i:291;s:23:\"nextpage/editor.min.css\";i:292;s:24:\"page-list/editor-rtl.css\";i:293;s:28:\"page-list/editor-rtl.min.css\";i:294;s:20:\"page-list/editor.css\";i:295;s:24:\"page-list/editor.min.css\";i:296;s:23:\"page-list/style-rtl.css\";i:297;s:27:\"page-list/style-rtl.min.css\";i:298;s:19:\"page-list/style.css\";i:299;s:23:\"page-list/style.min.css\";i:300;s:24:\"paragraph/editor-rtl.css\";i:301;s:28:\"paragraph/editor-rtl.min.css\";i:302;s:20:\"paragraph/editor.css\";i:303;s:24:\"paragraph/editor.min.css\";i:304;s:23:\"paragraph/style-rtl.css\";i:305;s:27:\"paragraph/style-rtl.min.css\";i:306;s:19:\"paragraph/style.css\";i:307;s:23:\"paragraph/style.min.css\";i:308;s:35:\"post-author-biography/style-rtl.css\";i:309;s:39:\"post-author-biography/style-rtl.min.css\";i:310;s:31:\"post-author-biography/style.css\";i:311;s:35:\"post-author-biography/style.min.css\";i:312;s:30:\"post-author-name/style-rtl.css\";i:313;s:34:\"post-author-name/style-rtl.min.css\";i:314;s:26:\"post-author-name/style.css\";i:315;s:30:\"post-author-name/style.min.css\";i:316;s:25:\"post-author/style-rtl.css\";i:317;s:29:\"post-author/style-rtl.min.css\";i:318;s:21:\"post-author/style.css\";i:319;s:25:\"post-author/style.min.css\";i:320;s:33:\"post-comments-count/style-rtl.css\";i:321;s:37:\"post-comments-count/style-rtl.min.css\";i:322;s:29:\"post-comments-count/style.css\";i:323;s:33:\"post-comments-count/style.min.css\";i:324;s:33:\"post-comments-form/editor-rtl.css\";i:325;s:37:\"post-comments-form/editor-rtl.min.css\";i:326;s:29:\"post-comments-form/editor.css\";i:327;s:33:\"post-comments-form/editor.min.css\";i:328;s:32:\"post-comments-form/style-rtl.css\";i:329;s:36:\"post-comments-form/style-rtl.min.css\";i:330;s:28:\"post-comments-form/style.css\";i:331;s:32:\"post-comments-form/style.min.css\";i:332;s:32:\"post-comments-link/style-rtl.css\";i:333;s:36:\"post-comments-link/style-rtl.min.css\";i:334;s:28:\"post-comments-link/style.css\";i:335;s:32:\"post-comments-link/style.min.css\";i:336;s:26:\"post-content/style-rtl.css\";i:337;s:30:\"post-content/style-rtl.min.css\";i:338;s:22:\"post-content/style.css\";i:339;s:26:\"post-content/style.min.css\";i:340;s:23:\"post-date/style-rtl.css\";i:341;s:27:\"post-date/style-rtl.min.css\";i:342;s:19:\"post-date/style.css\";i:343;s:23:\"post-date/style.min.css\";i:344;s:27:\"post-excerpt/editor-rtl.css\";i:345;s:31:\"post-excerpt/editor-rtl.min.css\";i:346;s:23:\"post-excerpt/editor.css\";i:347;s:27:\"post-excerpt/editor.min.css\";i:348;s:26:\"post-excerpt/style-rtl.css\";i:349;s:30:\"post-excerpt/style-rtl.min.css\";i:350;s:22:\"post-excerpt/style.css\";i:351;s:26:\"post-excerpt/style.min.css\";i:352;s:34:\"post-featured-image/editor-rtl.css\";i:353;s:38:\"post-featured-image/editor-rtl.min.css\";i:354;s:30:\"post-featured-image/editor.css\";i:355;s:34:\"post-featured-image/editor.min.css\";i:356;s:33:\"post-featured-image/style-rtl.css\";i:357;s:37:\"post-featured-image/style-rtl.min.css\";i:358;s:29:\"post-featured-image/style.css\";i:359;s:33:\"post-featured-image/style.min.css\";i:360;s:34:\"post-navigation-link/style-rtl.css\";i:361;s:38:\"post-navigation-link/style-rtl.min.css\";i:362;s:30:\"post-navigation-link/style.css\";i:363;s:34:\"post-navigation-link/style.min.css\";i:364;s:27:\"post-template/style-rtl.css\";i:365;s:31:\"post-template/style-rtl.min.css\";i:366;s:23:\"post-template/style.css\";i:367;s:27:\"post-template/style.min.css\";i:368;s:24:\"post-terms/style-rtl.css\";i:369;s:28:\"post-terms/style-rtl.min.css\";i:370;s:20:\"post-terms/style.css\";i:371;s:24:\"post-terms/style.min.css\";i:372;s:31:\"post-time-to-read/style-rtl.css\";i:373;s:35:\"post-time-to-read/style-rtl.min.css\";i:374;s:27:\"post-time-to-read/style.css\";i:375;s:31:\"post-time-to-read/style.min.css\";i:376;s:24:\"post-title/style-rtl.css\";i:377;s:28:\"post-title/style-rtl.min.css\";i:378;s:20:\"post-title/style.css\";i:379;s:24:\"post-title/style.min.css\";i:380;s:26:\"preformatted/style-rtl.css\";i:381;s:30:\"preformatted/style-rtl.min.css\";i:382;s:22:\"preformatted/style.css\";i:383;s:26:\"preformatted/style.min.css\";i:384;s:24:\"pullquote/editor-rtl.css\";i:385;s:28:\"pullquote/editor-rtl.min.css\";i:386;s:20:\"pullquote/editor.css\";i:387;s:24:\"pullquote/editor.min.css\";i:388;s:23:\"pullquote/style-rtl.css\";i:389;s:27:\"pullquote/style-rtl.min.css\";i:390;s:19:\"pullquote/style.css\";i:391;s:23:\"pullquote/style.min.css\";i:392;s:23:\"pullquote/theme-rtl.css\";i:393;s:27:\"pullquote/theme-rtl.min.css\";i:394;s:19:\"pullquote/theme.css\";i:395;s:23:\"pullquote/theme.min.css\";i:396;s:39:\"query-pagination-numbers/editor-rtl.css\";i:397;s:43:\"query-pagination-numbers/editor-rtl.min.css\";i:398;s:35:\"query-pagination-numbers/editor.css\";i:399;s:39:\"query-pagination-numbers/editor.min.css\";i:400;s:31:\"query-pagination/editor-rtl.css\";i:401;s:35:\"query-pagination/editor-rtl.min.css\";i:402;s:27:\"query-pagination/editor.css\";i:403;s:31:\"query-pagination/editor.min.css\";i:404;s:30:\"query-pagination/style-rtl.css\";i:405;s:34:\"query-pagination/style-rtl.min.css\";i:406;s:26:\"query-pagination/style.css\";i:407;s:30:\"query-pagination/style.min.css\";i:408;s:25:\"query-title/style-rtl.css\";i:409;s:29:\"query-title/style-rtl.min.css\";i:410;s:21:\"query-title/style.css\";i:411;s:25:\"query-title/style.min.css\";i:412;s:25:\"query-total/style-rtl.css\";i:413;s:29:\"query-total/style-rtl.min.css\";i:414;s:21:\"query-total/style.css\";i:415;s:25:\"query-total/style.min.css\";i:416;s:20:\"query/editor-rtl.css\";i:417;s:24:\"query/editor-rtl.min.css\";i:418;s:16:\"query/editor.css\";i:419;s:20:\"query/editor.min.css\";i:420;s:19:\"quote/style-rtl.css\";i:421;s:23:\"quote/style-rtl.min.css\";i:422;s:15:\"quote/style.css\";i:423;s:19:\"quote/style.min.css\";i:424;s:19:\"quote/theme-rtl.css\";i:425;s:23:\"quote/theme-rtl.min.css\";i:426;s:15:\"quote/theme.css\";i:427;s:19:\"quote/theme.min.css\";i:428;s:23:\"read-more/style-rtl.css\";i:429;s:27:\"read-more/style-rtl.min.css\";i:430;s:19:\"read-more/style.css\";i:431;s:23:\"read-more/style.min.css\";i:432;s:18:\"rss/editor-rtl.css\";i:433;s:22:\"rss/editor-rtl.min.css\";i:434;s:14:\"rss/editor.css\";i:435;s:18:\"rss/editor.min.css\";i:436;s:17:\"rss/style-rtl.css\";i:437;s:21:\"rss/style-rtl.min.css\";i:438;s:13:\"rss/style.css\";i:439;s:17:\"rss/style.min.css\";i:440;s:21:\"search/editor-rtl.css\";i:441;s:25:\"search/editor-rtl.min.css\";i:442;s:17:\"search/editor.css\";i:443;s:21:\"search/editor.min.css\";i:444;s:20:\"search/style-rtl.css\";i:445;s:24:\"search/style-rtl.min.css\";i:446;s:16:\"search/style.css\";i:447;s:20:\"search/style.min.css\";i:448;s:20:\"search/theme-rtl.css\";i:449;s:24:\"search/theme-rtl.min.css\";i:450;s:16:\"search/theme.css\";i:451;s:20:\"search/theme.min.css\";i:452;s:24:\"separator/editor-rtl.css\";i:453;s:28:\"separator/editor-rtl.min.css\";i:454;s:20:\"separator/editor.css\";i:455;s:24:\"separator/editor.min.css\";i:456;s:23:\"separator/style-rtl.css\";i:457;s:27:\"separator/style-rtl.min.css\";i:458;s:19:\"separator/style.css\";i:459;s:23:\"separator/style.min.css\";i:460;s:23:\"separator/theme-rtl.css\";i:461;s:27:\"separator/theme-rtl.min.css\";i:462;s:19:\"separator/theme.css\";i:463;s:23:\"separator/theme.min.css\";i:464;s:24:\"shortcode/editor-rtl.css\";i:465;s:28:\"shortcode/editor-rtl.min.css\";i:466;s:20:\"shortcode/editor.css\";i:467;s:24:\"shortcode/editor.min.css\";i:468;s:24:\"site-logo/editor-rtl.css\";i:469;s:28:\"site-logo/editor-rtl.min.css\";i:470;s:20:\"site-logo/editor.css\";i:471;s:24:\"site-logo/editor.min.css\";i:472;s:23:\"site-logo/style-rtl.css\";i:473;s:27:\"site-logo/style-rtl.min.css\";i:474;s:19:\"site-logo/style.css\";i:475;s:23:\"site-logo/style.min.css\";i:476;s:27:\"site-tagline/editor-rtl.css\";i:477;s:31:\"site-tagline/editor-rtl.min.css\";i:478;s:23:\"site-tagline/editor.css\";i:479;s:27:\"site-tagline/editor.min.css\";i:480;s:26:\"site-tagline/style-rtl.css\";i:481;s:30:\"site-tagline/style-rtl.min.css\";i:482;s:22:\"site-tagline/style.css\";i:483;s:26:\"site-tagline/style.min.css\";i:484;s:25:\"site-title/editor-rtl.css\";i:485;s:29:\"site-title/editor-rtl.min.css\";i:486;s:21:\"site-title/editor.css\";i:487;s:25:\"site-title/editor.min.css\";i:488;s:24:\"site-title/style-rtl.css\";i:489;s:28:\"site-title/style-rtl.min.css\";i:490;s:20:\"site-title/style.css\";i:491;s:24:\"site-title/style.min.css\";i:492;s:26:\"social-link/editor-rtl.css\";i:493;s:30:\"social-link/editor-rtl.min.css\";i:494;s:22:\"social-link/editor.css\";i:495;s:26:\"social-link/editor.min.css\";i:496;s:27:\"social-links/editor-rtl.css\";i:497;s:31:\"social-links/editor-rtl.min.css\";i:498;s:23:\"social-links/editor.css\";i:499;s:27:\"social-links/editor.min.css\";i:500;s:26:\"social-links/style-rtl.css\";i:501;s:30:\"social-links/style-rtl.min.css\";i:502;s:22:\"social-links/style.css\";i:503;s:26:\"social-links/style.min.css\";i:504;s:21:\"spacer/editor-rtl.css\";i:505;s:25:\"spacer/editor-rtl.min.css\";i:506;s:17:\"spacer/editor.css\";i:507;s:21:\"spacer/editor.min.css\";i:508;s:20:\"spacer/style-rtl.css\";i:509;s:24:\"spacer/style-rtl.min.css\";i:510;s:16:\"spacer/style.css\";i:511;s:20:\"spacer/style.min.css\";i:512;s:20:\"table/editor-rtl.css\";i:513;s:24:\"table/editor-rtl.min.css\";i:514;s:16:\"table/editor.css\";i:515;s:20:\"table/editor.min.css\";i:516;s:19:\"table/style-rtl.css\";i:517;s:23:\"table/style-rtl.min.css\";i:518;s:15:\"table/style.css\";i:519;s:19:\"table/style.min.css\";i:520;s:19:\"table/theme-rtl.css\";i:521;s:23:\"table/theme-rtl.min.css\";i:522;s:15:\"table/theme.css\";i:523;s:19:\"table/theme.min.css\";i:524;s:24:\"tag-cloud/editor-rtl.css\";i:525;s:28:\"tag-cloud/editor-rtl.min.css\";i:526;s:20:\"tag-cloud/editor.css\";i:527;s:24:\"tag-cloud/editor.min.css\";i:528;s:23:\"tag-cloud/style-rtl.css\";i:529;s:27:\"tag-cloud/style-rtl.min.css\";i:530;s:19:\"tag-cloud/style.css\";i:531;s:23:\"tag-cloud/style.min.css\";i:532;s:28:\"template-part/editor-rtl.css\";i:533;s:32:\"template-part/editor-rtl.min.css\";i:534;s:24:\"template-part/editor.css\";i:535;s:28:\"template-part/editor.min.css\";i:536;s:27:\"template-part/theme-rtl.css\";i:537;s:31:\"template-part/theme-rtl.min.css\";i:538;s:23:\"template-part/theme.css\";i:539;s:27:\"template-part/theme.min.css\";i:540;s:24:\"term-count/style-rtl.css\";i:541;s:28:\"term-count/style-rtl.min.css\";i:542;s:20:\"term-count/style.css\";i:543;s:24:\"term-count/style.min.css\";i:544;s:30:\"term-description/style-rtl.css\";i:545;s:34:\"term-description/style-rtl.min.css\";i:546;s:26:\"term-description/style.css\";i:547;s:30:\"term-description/style.min.css\";i:548;s:23:\"term-name/style-rtl.css\";i:549;s:27:\"term-name/style-rtl.min.css\";i:550;s:19:\"term-name/style.css\";i:551;s:23:\"term-name/style.min.css\";i:552;s:28:\"term-template/editor-rtl.css\";i:553;s:32:\"term-template/editor-rtl.min.css\";i:554;s:24:\"term-template/editor.css\";i:555;s:28:\"term-template/editor.min.css\";i:556;s:27:\"term-template/style-rtl.css\";i:557;s:31:\"term-template/style-rtl.min.css\";i:558;s:23:\"term-template/style.css\";i:559;s:27:\"term-template/style.min.css\";i:560;s:27:\"text-columns/editor-rtl.css\";i:561;s:31:\"text-columns/editor-rtl.min.css\";i:562;s:23:\"text-columns/editor.css\";i:563;s:27:\"text-columns/editor.min.css\";i:564;s:26:\"text-columns/style-rtl.css\";i:565;s:30:\"text-columns/style-rtl.min.css\";i:566;s:22:\"text-columns/style.css\";i:567;s:26:\"text-columns/style.min.css\";i:568;s:19:\"verse/style-rtl.css\";i:569;s:23:\"verse/style-rtl.min.css\";i:570;s:15:\"verse/style.css\";i:571;s:19:\"verse/style.min.css\";i:572;s:20:\"video/editor-rtl.css\";i:573;s:24:\"video/editor-rtl.min.css\";i:574;s:16:\"video/editor.css\";i:575;s:20:\"video/editor.min.css\";i:576;s:19:\"video/style-rtl.css\";i:577;s:23:\"video/style-rtl.min.css\";i:578;s:15:\"video/style.css\";i:579;s:19:\"video/style.min.css\";i:580;s:19:\"video/theme-rtl.css\";i:581;s:23:\"video/theme-rtl.min.css\";i:582;s:15:\"video/theme.css\";i:583;s:19:\"video/theme.min.css\";}}', 'on'),
(161128, '_transient_timeout_aioseo_cache_table_exists', '1773779720', 'off'),
(161129, '_transient_aioseo_cache_table_exists', '1', 'off'),
(161139, '_site_transient_update_plugins', 'O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1773266221;s:8:\"response\";a:0:{}s:12:\"translations\";a:0:{}s:9:\"no_update\";a:6:{s:19:\"akismet/akismet.php\";O:8:\"stdClass\":10:{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:3:\"5.6\";s:3:\"url\";s:38:\"https://wordpress.org/plugins/akismet/\";s:7:\"package\";s:54:\"https://downloads.wordpress.org/plugin/akismet.5.6.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:60:\"https://ps.w.org/akismet/assets/icon-256x256.png?rev=2818463\";s:2:\"1x\";s:60:\"https://ps.w.org/akismet/assets/icon-128x128.png?rev=2818463\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:63:\"https://ps.w.org/akismet/assets/banner-1544x500.png?rev=2900731\";s:2:\"1x\";s:62:\"https://ps.w.org/akismet/assets/banner-772x250.png?rev=2900731\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.8\";}s:43:\"all-in-one-seo-pack/all_in_one_seo_pack.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:33:\"w.org/plugins/all-in-one-seo-pack\";s:4:\"slug\";s:19:\"all-in-one-seo-pack\";s:6:\"plugin\";s:43:\"all-in-one-seo-pack/all_in_one_seo_pack.php\";s:11:\"new_version\";s:7:\"4.9.5.1\";s:3:\"url\";s:50:\"https://wordpress.org/plugins/all-in-one-seo-pack/\";s:7:\"package\";s:70:\"https://downloads.wordpress.org/plugin/all-in-one-seo-pack.4.9.5.1.zip\";s:5:\"icons\";a:2:{s:2:\"1x\";s:64:\"https://ps.w.org/all-in-one-seo-pack/assets/icon.svg?rev=2443290\";s:3:\"svg\";s:64:\"https://ps.w.org/all-in-one-seo-pack/assets/icon.svg?rev=2443290\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:75:\"https://ps.w.org/all-in-one-seo-pack/assets/banner-1544x500.png?rev=3310686\";s:2:\"1x\";s:74:\"https://ps.w.org/all-in-one-seo-pack/assets/banner-772x250.png?rev=3310686\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.7\";}s:33:\"classic-editor/classic-editor.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:28:\"w.org/plugins/classic-editor\";s:4:\"slug\";s:14:\"classic-editor\";s:6:\"plugin\";s:33:\"classic-editor/classic-editor.php\";s:11:\"new_version\";s:5:\"1.6.7\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/classic-editor/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/plugin/classic-editor.1.6.7.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/classic-editor/assets/icon-256x256.png?rev=1998671\";s:2:\"1x\";s:67:\"https://ps.w.org/classic-editor/assets/icon-128x128.png?rev=1998671\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:70:\"https://ps.w.org/classic-editor/assets/banner-1544x500.png?rev=1998671\";s:2:\"1x\";s:69:\"https://ps.w.org/classic-editor/assets/banner-772x250.png?rev=1998676\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.9\";}s:21:\"hello-dolly/hello.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:25:\"w.org/plugins/hello-dolly\";s:4:\"slug\";s:11:\"hello-dolly\";s:6:\"plugin\";s:21:\"hello-dolly/hello.php\";s:11:\"new_version\";s:5:\"1.7.2\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/hello-dolly/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/plugin/hello-dolly.1.7.2.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:64:\"https://ps.w.org/hello-dolly/assets/icon-256x256.jpg?rev=2052855\";s:2:\"1x\";s:64:\"https://ps.w.org/hello-dolly/assets/icon-128x128.jpg?rev=2052855\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/hello-dolly/assets/banner-1544x500.jpg?rev=2645582\";s:2:\"1x\";s:66:\"https://ps.w.org/hello-dolly/assets/banner-772x250.jpg?rev=2052855\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.6\";}s:23:\"ml-slider/ml-slider.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:23:\"w.org/plugins/ml-slider\";s:4:\"slug\";s:9:\"ml-slider\";s:6:\"plugin\";s:23:\"ml-slider/ml-slider.php\";s:11:\"new_version\";s:7:\"3.106.0\";s:3:\"url\";s:40:\"https://wordpress.org/plugins/ml-slider/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/plugin/ml-slider.3.106.0.zip\";s:5:\"icons\";a:2:{s:2:\"1x\";s:54:\"https://ps.w.org/ml-slider/assets/icon.svg?rev=2771717\";s:3:\"svg\";s:54:\"https://ps.w.org/ml-slider/assets/icon.svg?rev=2771717\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:65:\"https://ps.w.org/ml-slider/assets/banner-1544x500.png?rev=2907610\";s:2:\"1x\";s:64:\"https://ps.w.org/ml-slider/assets/banner-772x250.png?rev=2907610\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.0\";}s:31:\"sg-cachepress/sg-cachepress.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:27:\"w.org/plugins/sg-cachepress\";s:4:\"slug\";s:13:\"sg-cachepress\";s:6:\"plugin\";s:31:\"sg-cachepress/sg-cachepress.php\";s:11:\"new_version\";s:5:\"7.7.7\";s:3:\"url\";s:44:\"https://wordpress.org/plugins/sg-cachepress/\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/plugin/sg-cachepress.7.7.7.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:66:\"https://ps.w.org/sg-cachepress/assets/icon-256x256.gif?rev=2971889\";s:2:\"1x\";s:66:\"https://ps.w.org/sg-cachepress/assets/icon-128x128.gif?rev=2971889\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:69:\"https://ps.w.org/sg-cachepress/assets/banner-1544x500.png?rev=2971889\";s:2:\"1x\";s:68:\"https://ps.w.org/sg-cachepress/assets/banner-772x250.png?rev=2971889\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.7\";}}s:7:\"checked\";a:7:{s:19:\"akismet/akismet.php\";s:3:\"5.6\";s:43:\"all-in-one-seo-pack/all_in_one_seo_pack.php\";s:7:\"4.9.5.1\";s:33:\"classic-editor/classic-editor.php\";s:5:\"1.6.7\";s:31:\"divi-overlays/divi-overlays.php\";s:5:\"2.5.6\";s:21:\"hello-dolly/hello.php\";s:5:\"1.7.2\";s:23:\"ml-slider/ml-slider.php\";s:7:\"3.106.0\";s:31:\"sg-cachepress/sg-cachepress.php\";s:5:\"7.7.7\";}}', 'off'),
(161142, '_site_transient_timeout_et_core_version', '1773746897', 'off'),
(161143, '_site_transient_et_core_version', '3.19', 'off'),
(161171, '_site_transient_update_core', 'O:8:\"stdClass\":4:{s:7:\"updates\";a:2:{i:0;O:8:\"stdClass\":10:{s:8:\"response\";s:7:\"upgrade\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-6.9.4.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-6.9.4.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-6.9.4-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-6.9.4-new-bundled.zip\";s:7:\"partial\";s:69:\"https://downloads.wordpress.org/release/wordpress-6.9.4-partial-3.zip\";s:8:\"rollback\";s:0:\"\";}s:7:\"current\";s:5:\"6.9.4\";s:7:\"version\";s:5:\"6.9.4\";s:11:\"php_version\";s:6:\"7.2.24\";s:13:\"mysql_version\";s:5:\"5.5.5\";s:11:\"new_bundled\";s:3:\"6.7\";s:15:\"partial_version\";s:5:\"6.9.3\";}i:1;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:51:\"https://downloads.w.org/release/wordpress-6.9.4.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:51:\"https://downloads.w.org/release/wordpress-6.9.4.zip\";s:10:\"no_content\";s:62:\"https://downloads.w.org/release/wordpress-6.9.4-no-content.zip\";s:11:\"new_bundled\";s:63:\"https://downloads.w.org/release/wordpress-6.9.4-new-bundled.zip\";s:7:\"partial\";s:61:\"https://downloads.w.org/release/wordpress-6.9.4-partial-3.zip\";s:8:\"rollback\";s:62:\"https://downloads.w.org/release/wordpress-6.9.4-rollback-3.zip\";}s:7:\"current\";s:5:\"6.9.4\";s:7:\"version\";s:5:\"6.9.4\";s:11:\"php_version\";s:6:\"7.2.24\";s:13:\"mysql_version\";s:5:\"5.5.5\";s:11:\"new_bundled\";s:3:\"6.7\";s:15:\"partial_version\";s:5:\"6.9.3\";s:9:\"new_files\";s:0:\"\";}}s:12:\"last_checked\";i:1773266221;s:15:\"version_checked\";s:5:\"6.9.3\";s:12:\"translations\";a:0:{}}', 'off'),
(161172, '_site_transient_timeout_wp_theme_files_patterns-b90ebd76ccd64fcb6fca7ad334ce69d0', '1773268022', 'off'),
(161173, '_site_transient_wp_theme_files_patterns-b90ebd76ccd64fcb6fca7ad334ce69d0', 'a:2:{s:7:\"version\";s:4:\"3.19\";s:8:\"patterns\";a:0:{}}', 'off'),
(161254, '_site_transient_timeout_et_core_path', '1773746897', 'off'),
(161255, '_site_transient_et_core_path', '/home/customer/www/topwomensocialmediaspeaker.com/public_html/wp-content/themes/Divi/core', 'off'),
(161266, '_site_transient_timeout_wp_theme_files_patterns-7a07ac3c660df0420ef53984120c0030', '1773695131', 'off'),
(161267, '_site_transient_wp_theme_files_patterns-7a07ac3c660df0420ef53984120c0030', 'a:2:{s:7:\"version\";s:4:\"3.19\";s:8:\"patterns\";a:0:{}}', 'off'),
(161274, '_site_transient_timeout_theme_roots', '1773752347', 'off'),
(161275, '_site_transient_theme_roots', 'a:10:{s:4:\"Divi\";s:7:\"/themes\";s:14:\"twentynineteen\";s:7:\"/themes\";s:15:\"twentyseventeen\";s:7:\"/themes\";s:13:\"twentysixteen\";s:7:\"/themes\";s:12:\"twentytwenty\";s:7:\"/themes\";s:16:\"twentytwentyfive\";s:7:\"/themes\";s:16:\"twentytwentyfour\";s:7:\"/themes\";s:15:\"twentytwentyone\";s:7:\"/themes\";s:17:\"twentytwentythree\";s:7:\"/themes\";s:15:\"twentytwentytwo\";s:7:\"/themes\";}', 'off');

-- --------------------------------------------------------

--
-- Table structure for table `wp_postmeta`
--

CREATE TABLE `wp_postmeta` (
  `meta_id` bigint UNSIGNED NOT NULL,
  `post_id` bigint UNSIGNED NOT NULL DEFAULT '0',
  `meta_key` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `meta_value` longtext COLLATE utf8mb4_unicode_520_ci
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `wp_postmeta`
--

INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(4, 5, '_edit_last', '1'),
(5, 5, '_edit_lock', '1549694287:1'),
(32, 5, '_wp_page_template', 'page-template-blank.php'),
(33, 5, '_et_pb_post_hide_nav', 'default'),
(34, 5, '_et_pb_page_layout', 'et_right_sidebar'),
(35, 5, '_et_pb_side_nav', 'off'),
(36, 5, '_et_pb_use_builder', 'on'),
(37, 5, '_et_builder_version', 'VB|Divi|3.19'),
(40, 5, '_et_pb_old_content', ''),
(41, 5, '_et_pb_enable_shortcode_tracking', ''),
(42, 5, '_et_pb_custom_css', ''),
(43, 5, '_et_pb_built_for_post_type', 'page'),
(45, 5, '_et_pb_ab_current_shortcode', '[et_pb_split_track id=\"5\" /]'),
(53, 5, '_et_pb_show_page_creation', 'off'),
(55, 27, '_wp_attached_file', '2018/12/hods.jpg'),
(56, 27, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:825;s:6:\"height\";i:1088;s:4:\"file\";s:16:\"2018/12/hods.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"hods-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:16:\"hods-227x300.jpg\";s:5:\"width\";i:227;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:17:\"hods-768x1013.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1013;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:17:\"hods-776x1024.jpg\";s:5:\"width\";i:776;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:16:\"hods-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:16:\"hods-825x675.jpg\";s:5:\"width\";i:825;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:16:\"hods-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:16:\"hods-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:16:\"hods-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;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:{}}}'),
(57, 28, '_wp_attached_file', '2018/12/claimbtn.png'),
(58, 28, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:288;s:6:\"height\";i:104;s:4:\"file\";s:20:\"2018/12/claimbtn.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"claimbtn-150x104.png\";s:5:\"width\";i:150;s:6:\"height\";i:104;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:{}}}'),
(59, 34, '_wp_attached_file', '2018/12/hods-banner.jpg'),
(60, 34, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:983;s:6:\"height\";i:244;s:4:\"file\";s:23:\"2018/12/hods-banner.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"hods-banner-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:\"hods-banner-300x74.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:74;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"hods-banner-768x191.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:191;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:23:\"hods-banner-400x244.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:244;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:23:\"hods-banner-400x244.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:244;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:23:\"hods-banner-510x244.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:244;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:23:\"hods-banner-400x244.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:244;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:{}}}'),
(61, 42, '_et_pb_built_for_post_type', 'page'),
(69, 49, '_wp_attached_file', '2018/12/HODS-NEW-PARADIGM-FOR-PHYSICAL-THERAPY.mp4'),
(70, 49, '_wp_attachment_metadata', 'a:10:{s:8:\"filesize\";i:6706284;s:9:\"mime_type\";s:9:\"video/mp4\";s:6:\"length\";i:47;s:16:\"length_formatted\";s:4:\"0:47\";s:5:\"width\";i:1280;s:6:\"height\";i:720;s:10:\"fileformat\";s:3:\"mp4\";s:10:\"dataformat\";s:9:\"quicktime\";s:5:\"audio\";a:7:{s:10:\"dataformat\";s:3:\"mp4\";s:5:\"codec\";s:19:\"ISO/IEC 14496-3 AAC\";s:11:\"sample_rate\";d:44100;s:8:\"channels\";i:2;s:15:\"bits_per_sample\";i:16;s:8:\"lossless\";b:0;s:11:\"channelmode\";s:6:\"stereo\";}s:17:\"created_timestamp\";i:1495983064;}'),
(75, 60, '_wp_attached_file', '2018/12/dimi-headshot-150.jpg'),
(76, 60, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:150;s:6:\"height\";i:181;s:4:\"file\";s:29:\"2018/12/dimi-headshot-150.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"dimi-headshot-150-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:{}}}'),
(77, 61, '_wp_attached_file', '2018/12/Dimi.png'),
(78, 61, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:173;s:6:\"height\";i:209;s:4:\"file\";s:16:\"2018/12/Dimi.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"Dimi-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;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:{}}}'),
(98, 69, '_edit_last', '1'),
(99, 69, '_edit_lock', '1545431503:1'),
(100, 69, '_et_pb_overlay_effect', 'overlay-hugeinc'),
(101, 69, 'post_overlay_bg_color', ''),
(102, 69, 'post_overlay_font_color', ''),
(103, 69, 'post_do_preventscroll', '0'),
(104, 69, 'do_at_pages', 'all'),
(105, 69, 'do_at_pages_selected', ''),
(106, 69, 'post_css_selector', ''),
(107, 69, 'css_selector_at_pages_selected', ''),
(108, 69, 'post_enableurltrigger', '0'),
(109, 69, 'overlay_automatictrigger', '0'),
(110, 69, 'overlay_automatictrigger_onceperload', '0'),
(111, 69, 'overlay_automatictrigger_disablemobile', '0'),
(112, 69, 'overlay_automatictrigger_disabletablet', '0'),
(113, 69, 'overlay_automatictrigger_disabledesktop', '0'),
(114, 69, 'dov_closebtn_cookie', '0'),
(115, 69, 'post_do_hideclosebtn', '0'),
(116, 69, 'post_do_customizeclosebtn', '0'),
(117, 69, 'post_doclosebtn_text_color', ''),
(118, 69, 'post_doclosebtn_bg_color', ''),
(119, 69, 'post_doclosebtn_fontsize', ''),
(120, 69, 'post_doclosebtn_borderradius', ''),
(121, 69, 'post_doclosebtn_padding', ''),
(122, 69, 'do_enable_scheduling', '0'),
(123, 69, '_et_pb_post_hide_nav', 'default'),
(124, 69, '_et_pb_page_layout', 'et_right_sidebar'),
(125, 69, '_et_pb_side_nav', 'off'),
(126, 69, '_et_pb_use_builder', 'on'),
(127, 69, '_et_builder_version', 'BB|Divi|3.19'),
(128, 69, '_et_pb_show_page_creation', 'off'),
(129, 69, '_et_pb_ab_stats_refresh_interval', 'hourly'),
(130, 69, '_et_pb_old_content', ''),
(131, 69, '_et_pb_enable_shortcode_tracking', ''),
(132, 69, '_et_pb_custom_css', ''),
(133, 76, '_et_pb_row_layout', '4_4'),
(134, 76, '_et_pb_built_for_post_type', 'page'),
(172, 84, '_wp_attached_file', '2018/12/white-screen.jpg'),
(173, 84, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:24:\"2018/12/white-screen.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"white-screen-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:24:\"white-screen-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:24:\"white-screen-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:25:\"white-screen-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:24:\"white-screen-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:25:\"white-screen-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:24:\"white-screen-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:24:\"white-screen-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:25:\"white-screen-1080x608.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:608;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:24:\"white-screen-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;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:{}}}'),
(174, 85, '_wp_attached_file', '2018/12/light-grays.jpg'),
(175, 85, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:23:\"2018/12/light-grays.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"light-grays-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:23:\"light-grays-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:23:\"light-grays-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:24:\"light-grays-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:23:\"light-grays-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:24:\"light-grays-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:23:\"light-grays-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:23:\"light-grays-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:24:\"light-grays-1080x608.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:608;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:23:\"light-grays-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;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:{}}}'),
(176, 86, '_wp_attached_file', '2018/12/black.jpg'),
(177, 86, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:17:\"2018/12/black.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"black-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:\"black-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:17:\"black-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:18:\"black-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:17:\"black-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:18:\"black-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:17:\"black-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:17:\"black-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:18:\"black-1080x608.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:608;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:17:\"black-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;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:{}}}'),
(234, 5, 'post_do_preventscroll', '0'),
(235, 5, 'do_at_pages_selected', ''),
(236, 5, 'css_selector_at_pages_selected', ''),
(237, 5, 'post_enableurltrigger', '0'),
(238, 5, 'overlay_automatictrigger', '0'),
(239, 5, 'overlay_automatictrigger_onceperload', '0'),
(240, 5, 'overlay_automatictrigger_disablemobile', '0'),
(241, 5, 'overlay_automatictrigger_disabletablet', '0'),
(242, 5, 'overlay_automatictrigger_disabledesktop', '0'),
(243, 5, 'post_do_hideclosebtn', '0'),
(244, 5, 'post_do_customizeclosebtn', '0'),
(245, 5, 'do_enable_scheduling', '0'),
(247, 144, '_wp_attached_file', '2019/02/header-logo.jpg'),
(248, 144, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:983;s:6:\"height\";i:244;s:4:\"file\";s:23:\"2019/02/header-logo.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"header-logo-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:\"header-logo-300x74.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:74;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"header-logo-768x191.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:191;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:23:\"header-logo-400x244.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:244;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:23:\"header-logo-400x244.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:244;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:23:\"header-logo-510x244.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:244;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:23:\"header-logo-400x244.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:244;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:{}}}'),
(249, 147, '_wp_attached_file', '2019/02/slide11.jpg'),
(250, 147, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:930;s:6:\"height\";i:250;s:4:\"file\";s:19:\"2019/02/slide11.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"slide11-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:18:\"slide11-300x81.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:81;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"slide11-768x206.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:206;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:19:\"slide11-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:19:\"slide11-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:19:\"slide11-510x250.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:19:\"slide11-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;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:{}}}'),
(251, 152, '_wp_attached_file', '2019/02/slide1.jpg'),
(252, 152, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:983;s:6:\"height\";i:250;s:4:\"file\";s:18:\"2019/02/slide1.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"slide1-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:\"slide1-300x76.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:76;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:18:\"slide1-768x195.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:18:\"slide1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:18:\"slide1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:18:\"slide1-510x250.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:18:\"slide1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;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:{}}}'),
(253, 160, '_wp_attached_file', '2019/02/header-logo-1.jpg'),
(254, 160, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:983;s:6:\"height\";i:244;s:4:\"file\";s:25:\"2019/02/header-logo-1.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"header-logo-1-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:24:\"header-logo-1-300x74.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:74;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"header-logo-1-768x191.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:191;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:25:\"header-logo-1-400x244.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:244;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:25:\"header-logo-1-400x244.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:244;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:25:\"header-logo-1-510x244.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:244;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:25:\"header-logo-1-400x244.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:244;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:{}}}'),
(255, 176, '_wp_attached_file', '2019/02/header-logo-2.jpg'),
(256, 176, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:983;s:6:\"height\";i:170;s:4:\"file\";s:25:\"2019/02/header-logo-2.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"header-logo-2-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:24:\"header-logo-2-300x52.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:52;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"header-logo-2-768x133.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:133;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:25:\"header-logo-2-400x170.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:170;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:25:\"header-logo-2-400x170.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:170;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:25:\"header-logo-2-510x170.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:170;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:25:\"header-logo-2-400x170.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:170;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:{}}}'),
(259, 198, '_wp_attached_file', '2019/02/book-tracy.jpg'),
(260, 198, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:310;s:6:\"height\";i:242;s:4:\"file\";s:22:\"2019/02/book-tracy.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"book-tracy-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:\"book-tracy-300x234.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:234;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:{}}}'),
(261, 199, '_wp_attached_file', '2019/02/tracy-master-site.jpg'),
(262, 199, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:400;s:6:\"height\";i:242;s:4:\"file\";s:29:\"2019/02/tracy-master-site.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"tracy-master-site-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:29:\"tracy-master-site-300x182.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:29:\"tracy-master-site-400x242.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:242;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:29:\"tracy-master-site-400x242.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:242;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:29:\"tracy-master-site-400x242.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:242;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:{}}}'),
(263, 200, '_wp_attached_file', '2019/02/in-the-media.jpg'),
(264, 200, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:310;s:6:\"height\";i:242;s:4:\"file\";s:24:\"2019/02/in-the-media.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"in-the-media-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:24:\"in-the-media-300x234.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:234;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:{}}}'),
(265, 220, '_wp_attached_file', '2019/02/tracy-media.jpg'),
(266, 220, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:703;s:6:\"height\";i:1167;s:4:\"file\";s:23:\"2019/02/tracy-media.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"tracy-media-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:23:\"tracy-media-181x300.jpg\";s:5:\"width\";i:181;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"tracy-media-617x1024.jpg\";s:5:\"width\";i:617;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:23:\"tracy-media-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:23:\"tracy-media-703x675.jpg\";s:5:\"width\";i:703;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:23:\"tracy-media-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:23:\"tracy-media-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:23:\"tracy-media-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;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:{}}}'),
(331, 231, '_wp_attached_file', '2019/02/tracy-repchuk2.png'),
(332, 231, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:323;s:6:\"height\";i:455;s:4:\"file\";s:26:\"2019/02/tracy-repchuk2.png\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"tracy-repchuk2-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:26:\"tracy-repchuk2-213x300.png\";s:5:\"width\";i:213;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:26:\"tracy-repchuk2-323x250.png\";s:5:\"width\";i:323;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:26:\"tracy-repchuk2-323x284.png\";s:5:\"width\";i:323;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:26:\"tracy-repchuk2-323x382.png\";s:5:\"width\";i:323;s:6:\"height\";i:382;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:{}}}'),
(333, 232, '_wp_attached_file', '2019/02/logo-1.jpg'),
(334, 232, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:567;s:6:\"height\";i:127;s:4:\"file\";s:18:\"2019/02/logo-1.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"logo-1-150x127.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:127;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"logo-1-300x67.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:67;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:18:\"logo-1-400x127.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:127;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:18:\"logo-1-400x127.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:127;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:18:\"logo-1-510x127.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:127;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:18:\"logo-1-400x127.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:127;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:{}}}'),
(335, 320, '_et_pb_row_layout', '2_5,3_5'),
(336, 320, '_et_pb_built_for_post_type', 'page'),
(337, 321, 'ml-slider_settings', 'a:38:{s:4:\"type\";s:4:\"flex\";s:6:\"random\";s:5:\"false\";s:8:\"cssClass\";s:0:\"\";s:8:\"printCss\";s:4:\"true\";s:7:\"printJs\";s:4:\"true\";s:5:\"width\";s:3:\"600\";s:6:\"height\";s:3:\"251\";s:3:\"spw\";i:7;s:3:\"sph\";i:5;s:5:\"delay\";s:4:\"3000\";s:6:\"sDelay\";i:30;s:7:\"opacity\";d:0.6999999999999999555910790149937383830547332763671875;s:10:\"titleSpeed\";i:500;s:6:\"effect\";s:4:\"fade\";s:10:\"navigation\";s:5:\"false\";s:5:\"links\";s:4:\"true\";s:10:\"hoverPause\";s:4:\"true\";s:5:\"theme\";s:7:\"default\";s:9:\"direction\";s:10:\"horizontal\";s:7:\"reverse\";s:5:\"false\";s:14:\"animationSpeed\";s:3:\"600\";s:8:\"prevText\";s:8:\"Previous\";s:8:\"nextText\";s:4:\"Next\";s:6:\"slices\";i:15;s:6:\"center\";s:5:\"false\";s:9:\"smartCrop\";s:4:\"true\";s:12:\"carouselMode\";s:5:\"false\";s:14:\"carouselMargin\";s:1:\"5\";s:16:\"firstSlideFadeIn\";s:4:\"true\";s:6:\"easing\";s:6:\"linear\";s:8:\"autoPlay\";s:4:\"true\";s:11:\"thumb_width\";i:150;s:12:\"thumb_height\";i:100;s:17:\"responsive_thumbs\";s:5:\"false\";s:15:\"thumb_min_width\";i:100;s:9:\"fullWidth\";s:4:\"true\";s:10:\"noConflict\";s:4:\"true\";s:12:\"smoothHeight\";s:5:\"false\";}'),
(338, 322, '_wp_attached_file', '2019/02/slide8.jpg'),
(339, 322, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:598;s:6:\"height\";i:250;s:4:\"file\";s:18:\"2019/02/slide8.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"slide8-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:18:\"slide8-300x125.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:125;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:18:\"slide8-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:18:\"slide8-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:18:\"slide8-510x250.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:18:\"slide8-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"meta-slider-resized-700x300\";a:4:{s:4:\"file\";s:18:\"slide8-700x300.jpg\";s:5:\"width\";i:598;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"meta-slider-resized-620x266\";a:4:{s:4:\"file\";s:18:\"slide8-620x266.jpg\";s:5:\"width\";i:598;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"meta-slider-resized-400x171\";a:4:{s:4:\"file\";s:18:\"slide8-400x171.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:171;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"meta-slider-resized-597x250\";a:4:{s:4:\"file\";s:18:\"slide8-597x250.jpg\";s:5:\"width\";i:597;s:6:\"height\";i:250;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:{}}}'),
(340, 323, '_wp_attached_file', '2019/02/slide9.jpg'),
(341, 323, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:598;s:6:\"height\";i:250;s:4:\"file\";s:18:\"2019/02/slide9.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"slide9-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:18:\"slide9-300x125.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:125;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:18:\"slide9-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:18:\"slide9-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:18:\"slide9-510x250.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:18:\"slide9-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"meta-slider-resized-700x300\";a:4:{s:4:\"file\";s:18:\"slide9-700x300.jpg\";s:5:\"width\";i:598;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"meta-slider-resized-620x266\";a:4:{s:4:\"file\";s:18:\"slide9-620x266.jpg\";s:5:\"width\";i:598;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"meta-slider-resized-400x171\";a:4:{s:4:\"file\";s:18:\"slide9-400x171.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:171;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"meta-slider-resized-597x250\";a:4:{s:4:\"file\";s:18:\"slide9-597x250.jpg\";s:5:\"width\";i:597;s:6:\"height\";i:250;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:{}}}'),
(342, 324, '_wp_attached_file', '2019/02/slide10.jpg'),
(343, 324, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:598;s:6:\"height\";i:250;s:4:\"file\";s:19:\"2019/02/slide10.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"slide10-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:19:\"slide10-300x125.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:125;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:19:\"slide10-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:19:\"slide10-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:19:\"slide10-510x250.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:19:\"slide10-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"meta-slider-resized-700x300\";a:4:{s:4:\"file\";s:19:\"slide10-700x300.jpg\";s:5:\"width\";i:598;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"meta-slider-resized-620x266\";a:4:{s:4:\"file\";s:19:\"slide10-620x266.jpg\";s:5:\"width\";i:598;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"meta-slider-resized-400x171\";a:4:{s:4:\"file\";s:19:\"slide10-400x171.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:171;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"meta-slider-resized-597x250\";a:4:{s:4:\"file\";s:19:\"slide10-597x250.jpg\";s:5:\"width\";i:597;s:6:\"height\";i:250;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:{}}}'),
(344, 325, '_wp_attached_file', '2019/02/slide11-1.jpg'),
(345, 325, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:598;s:6:\"height\";i:250;s:4:\"file\";s:21:\"2019/02/slide11-1.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"slide11-1-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:21:\"slide11-1-300x125.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:125;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:21:\"slide11-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:21:\"slide11-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:21:\"slide11-1-510x250.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:21:\"slide11-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"meta-slider-resized-700x300\";a:4:{s:4:\"file\";s:21:\"slide11-1-700x300.jpg\";s:5:\"width\";i:598;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"meta-slider-resized-620x266\";a:4:{s:4:\"file\";s:21:\"slide11-1-620x266.jpg\";s:5:\"width\";i:598;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"meta-slider-resized-400x171\";a:4:{s:4:\"file\";s:21:\"slide11-1-400x171.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:171;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"meta-slider-resized-597x250\";a:4:{s:4:\"file\";s:21:\"slide11-1-597x250.jpg\";s:5:\"width\";i:597;s:6:\"height\";i:250;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:{}}}'),
(346, 326, '_wp_attached_file', '2019/02/slide12.jpg'),
(347, 326, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:598;s:6:\"height\";i:250;s:4:\"file\";s:19:\"2019/02/slide12.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"slide12-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:19:\"slide12-300x125.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:125;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:19:\"slide12-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:19:\"slide12-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:19:\"slide12-510x250.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:19:\"slide12-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"meta-slider-resized-700x300\";a:4:{s:4:\"file\";s:19:\"slide12-700x300.jpg\";s:5:\"width\";i:598;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"meta-slider-resized-620x266\";a:4:{s:4:\"file\";s:19:\"slide12-620x266.jpg\";s:5:\"width\";i:598;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"meta-slider-resized-400x171\";a:4:{s:4:\"file\";s:19:\"slide12-400x171.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:171;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"meta-slider-resized-597x250\";a:4:{s:4:\"file\";s:19:\"slide12-597x250.jpg\";s:5:\"width\";i:597;s:6:\"height\";i:250;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:{}}}'),
(348, 327, '_wp_attached_file', '2019/02/slide1-1.jpg'),
(349, 327, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:598;s:6:\"height\";i:250;s:4:\"file\";s:20:\"2019/02/slide1-1.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"slide1-1-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:\"slide1-1-300x125.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:125;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:20:\"slide1-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:20:\"slide1-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:20:\"slide1-1-510x250.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:20:\"slide1-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"meta-slider-resized-700x300\";a:4:{s:4:\"file\";s:20:\"slide1-1-700x300.jpg\";s:5:\"width\";i:598;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"meta-slider-resized-620x266\";a:4:{s:4:\"file\";s:20:\"slide1-1-620x266.jpg\";s:5:\"width\";i:598;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"meta-slider-resized-400x171\";a:4:{s:4:\"file\";s:20:\"slide1-1-400x171.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:171;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"meta-slider-resized-597x250\";a:4:{s:4:\"file\";s:20:\"slide1-1-597x250.jpg\";s:5:\"width\";i:597;s:6:\"height\";i:250;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:{}}}'),
(350, 328, '_wp_attached_file', '2019/02/slide3.jpg'),
(351, 328, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:598;s:6:\"height\";i:250;s:4:\"file\";s:18:\"2019/02/slide3.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"slide3-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:18:\"slide3-300x125.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:125;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:18:\"slide3-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:18:\"slide3-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:18:\"slide3-510x250.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:18:\"slide3-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"meta-slider-resized-700x300\";a:4:{s:4:\"file\";s:18:\"slide3-700x300.jpg\";s:5:\"width\";i:598;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"meta-slider-resized-620x266\";a:4:{s:4:\"file\";s:18:\"slide3-620x266.jpg\";s:5:\"width\";i:598;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"meta-slider-resized-400x171\";a:4:{s:4:\"file\";s:18:\"slide3-400x171.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:171;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"meta-slider-resized-597x250\";a:4:{s:4:\"file\";s:18:\"slide3-597x250.jpg\";s:5:\"width\";i:597;s:6:\"height\";i:250;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:{}}}'),
(352, 329, '_wp_attached_file', '2019/02/slide5.jpg');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(353, 329, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:598;s:6:\"height\";i:250;s:4:\"file\";s:18:\"2019/02/slide5.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"slide5-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:18:\"slide5-300x125.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:125;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:18:\"slide5-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:18:\"slide5-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:18:\"slide5-510x250.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:18:\"slide5-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"meta-slider-resized-700x300\";a:4:{s:4:\"file\";s:18:\"slide5-700x300.jpg\";s:5:\"width\";i:598;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"meta-slider-resized-620x266\";a:4:{s:4:\"file\";s:18:\"slide5-620x266.jpg\";s:5:\"width\";i:598;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"meta-slider-resized-400x171\";a:4:{s:4:\"file\";s:18:\"slide5-400x171.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:171;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"meta-slider-resized-597x250\";a:4:{s:4:\"file\";s:18:\"slide5-597x250.jpg\";s:5:\"width\";i:597;s:6:\"height\";i:250;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:{}}}'),
(354, 330, '_wp_attached_file', '2019/02/slide6.jpg'),
(355, 330, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:598;s:6:\"height\";i:250;s:4:\"file\";s:18:\"2019/02/slide6.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"slide6-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:18:\"slide6-300x125.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:125;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:18:\"slide6-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:18:\"slide6-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:18:\"slide6-510x250.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:18:\"slide6-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"meta-slider-resized-700x300\";a:4:{s:4:\"file\";s:18:\"slide6-700x300.jpg\";s:5:\"width\";i:598;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"meta-slider-resized-620x266\";a:4:{s:4:\"file\";s:18:\"slide6-620x266.jpg\";s:5:\"width\";i:598;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"meta-slider-resized-400x171\";a:4:{s:4:\"file\";s:18:\"slide6-400x171.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:171;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"meta-slider-resized-597x250\";a:4:{s:4:\"file\";s:18:\"slide6-597x250.jpg\";s:5:\"width\";i:597;s:6:\"height\";i:250;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:{}}}'),
(356, 331, '_wp_attached_file', '2019/02/slide7.jpg'),
(357, 331, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:598;s:6:\"height\";i:250;s:4:\"file\";s:18:\"2019/02/slide7.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"slide7-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:18:\"slide7-300x125.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:125;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:18:\"slide7-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:18:\"slide7-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:18:\"slide7-510x250.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:18:\"slide7-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"meta-slider-resized-700x300\";a:4:{s:4:\"file\";s:18:\"slide7-700x300.jpg\";s:5:\"width\";i:598;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"meta-slider-resized-620x266\";a:4:{s:4:\"file\";s:18:\"slide7-620x266.jpg\";s:5:\"width\";i:598;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"meta-slider-resized-400x171\";a:4:{s:4:\"file\";s:18:\"slide7-400x171.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:171;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"meta-slider-resized-597x250\";a:4:{s:4:\"file\";s:18:\"slide7-597x250.jpg\";s:5:\"width\";i:597;s:6:\"height\";i:250;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:{}}}'),
(358, 332, '_thumbnail_id', '322'),
(359, 332, 'ml-slider_type', 'image'),
(360, 332, 'ml-slider_inherit_image_caption', '1'),
(361, 332, 'ml-slider_inherit_image_title', '1'),
(362, 332, 'ml-slider_inherit_image_alt', '1'),
(363, 333, '_thumbnail_id', '323'),
(364, 333, 'ml-slider_type', 'image'),
(365, 333, 'ml-slider_inherit_image_caption', '1'),
(366, 333, 'ml-slider_inherit_image_title', '1'),
(367, 333, 'ml-slider_inherit_image_alt', '1'),
(368, 334, '_thumbnail_id', '324'),
(369, 334, 'ml-slider_type', 'image'),
(370, 334, 'ml-slider_inherit_image_caption', '1'),
(371, 334, 'ml-slider_inherit_image_title', '1'),
(372, 334, 'ml-slider_inherit_image_alt', '1'),
(373, 335, '_thumbnail_id', '325'),
(374, 335, 'ml-slider_type', 'image'),
(375, 335, 'ml-slider_inherit_image_caption', '1'),
(376, 335, 'ml-slider_inherit_image_title', '1'),
(377, 335, 'ml-slider_inherit_image_alt', '1'),
(378, 336, '_thumbnail_id', '326'),
(379, 336, 'ml-slider_type', 'image'),
(380, 336, 'ml-slider_inherit_image_caption', '1'),
(381, 336, 'ml-slider_inherit_image_title', '1'),
(382, 336, 'ml-slider_inherit_image_alt', '1'),
(383, 337, '_thumbnail_id', '327'),
(384, 337, 'ml-slider_type', 'image'),
(385, 337, 'ml-slider_inherit_image_caption', '1'),
(386, 337, 'ml-slider_inherit_image_title', '1'),
(387, 337, 'ml-slider_inherit_image_alt', '1'),
(388, 338, '_thumbnail_id', '328'),
(389, 338, 'ml-slider_type', 'image'),
(390, 338, 'ml-slider_inherit_image_caption', '1'),
(391, 338, 'ml-slider_inherit_image_title', '1'),
(392, 338, 'ml-slider_inherit_image_alt', '1'),
(393, 339, '_thumbnail_id', '329'),
(394, 339, 'ml-slider_type', 'image'),
(395, 339, 'ml-slider_inherit_image_caption', '1'),
(396, 339, 'ml-slider_inherit_image_title', '1'),
(397, 339, 'ml-slider_inherit_image_alt', '1'),
(398, 340, '_thumbnail_id', '330'),
(399, 340, 'ml-slider_type', 'image'),
(400, 340, 'ml-slider_inherit_image_caption', '1'),
(401, 340, 'ml-slider_inherit_image_title', '1'),
(402, 340, 'ml-slider_inherit_image_alt', '1'),
(403, 341, '_thumbnail_id', '331'),
(404, 341, 'ml-slider_type', 'image'),
(405, 341, 'ml-slider_inherit_image_caption', '1'),
(406, 341, 'ml-slider_inherit_image_title', '1'),
(407, 341, 'ml-slider_inherit_image_alt', '1'),
(408, 322, '_wp_attachment_backup_sizes', 'a:4:{s:15:\"resized-700x300\";a:5:{s:4:\"path\";s:100:\"/home/fastacti/public_html/topinspirationalspeaker.com/wp-content/uploads/2019/02/slide8-700x300.jpg\";s:4:\"file\";s:18:\"slide8-700x300.jpg\";s:5:\"width\";i:598;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-620x266\";a:5:{s:4:\"path\";s:100:\"/home/fastacti/public_html/topinspirationalspeaker.com/wp-content/uploads/2019/02/slide8-620x266.jpg\";s:4:\"file\";s:18:\"slide8-620x266.jpg\";s:5:\"width\";i:598;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-400x171\";a:5:{s:4:\"path\";s:100:\"/home/fastacti/public_html/topinspirationalspeaker.com/wp-content/uploads/2019/02/slide8-400x171.jpg\";s:4:\"file\";s:18:\"slide8-400x171.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:171;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-597x250\";a:5:{s:4:\"path\";s:100:\"/home/fastacti/public_html/topinspirationalspeaker.com/wp-content/uploads/2019/02/slide8-597x250.jpg\";s:4:\"file\";s:18:\"slide8-597x250.jpg\";s:5:\"width\";i:597;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),
(409, 323, '_wp_attachment_backup_sizes', 'a:4:{s:15:\"resized-700x300\";a:5:{s:4:\"path\";s:100:\"/home/fastacti/public_html/topinspirationalspeaker.com/wp-content/uploads/2019/02/slide9-700x300.jpg\";s:4:\"file\";s:18:\"slide9-700x300.jpg\";s:5:\"width\";i:598;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-620x266\";a:5:{s:4:\"path\";s:100:\"/home/fastacti/public_html/topinspirationalspeaker.com/wp-content/uploads/2019/02/slide9-620x266.jpg\";s:4:\"file\";s:18:\"slide9-620x266.jpg\";s:5:\"width\";i:598;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-400x171\";a:5:{s:4:\"path\";s:100:\"/home/fastacti/public_html/topinspirationalspeaker.com/wp-content/uploads/2019/02/slide9-400x171.jpg\";s:4:\"file\";s:18:\"slide9-400x171.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:171;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-597x250\";a:5:{s:4:\"path\";s:100:\"/home/fastacti/public_html/topinspirationalspeaker.com/wp-content/uploads/2019/02/slide9-597x250.jpg\";s:4:\"file\";s:18:\"slide9-597x250.jpg\";s:5:\"width\";i:597;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),
(410, 324, '_wp_attachment_backup_sizes', 'a:4:{s:15:\"resized-700x300\";a:5:{s:4:\"path\";s:101:\"/home/fastacti/public_html/topinspirationalspeaker.com/wp-content/uploads/2019/02/slide10-700x300.jpg\";s:4:\"file\";s:19:\"slide10-700x300.jpg\";s:5:\"width\";i:598;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-620x266\";a:5:{s:4:\"path\";s:101:\"/home/fastacti/public_html/topinspirationalspeaker.com/wp-content/uploads/2019/02/slide10-620x266.jpg\";s:4:\"file\";s:19:\"slide10-620x266.jpg\";s:5:\"width\";i:598;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-400x171\";a:5:{s:4:\"path\";s:101:\"/home/fastacti/public_html/topinspirationalspeaker.com/wp-content/uploads/2019/02/slide10-400x171.jpg\";s:4:\"file\";s:19:\"slide10-400x171.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:171;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-597x250\";a:5:{s:4:\"path\";s:101:\"/home/fastacti/public_html/topinspirationalspeaker.com/wp-content/uploads/2019/02/slide10-597x250.jpg\";s:4:\"file\";s:19:\"slide10-597x250.jpg\";s:5:\"width\";i:597;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),
(411, 325, '_wp_attachment_backup_sizes', 'a:4:{s:15:\"resized-700x300\";a:5:{s:4:\"path\";s:103:\"/home/fastacti/public_html/topinspirationalspeaker.com/wp-content/uploads/2019/02/slide11-1-700x300.jpg\";s:4:\"file\";s:21:\"slide11-1-700x300.jpg\";s:5:\"width\";i:598;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-620x266\";a:5:{s:4:\"path\";s:103:\"/home/fastacti/public_html/topinspirationalspeaker.com/wp-content/uploads/2019/02/slide11-1-620x266.jpg\";s:4:\"file\";s:21:\"slide11-1-620x266.jpg\";s:5:\"width\";i:598;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-400x171\";a:5:{s:4:\"path\";s:103:\"/home/fastacti/public_html/topinspirationalspeaker.com/wp-content/uploads/2019/02/slide11-1-400x171.jpg\";s:4:\"file\";s:21:\"slide11-1-400x171.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:171;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-597x250\";a:5:{s:4:\"path\";s:103:\"/home/fastacti/public_html/topinspirationalspeaker.com/wp-content/uploads/2019/02/slide11-1-597x250.jpg\";s:4:\"file\";s:21:\"slide11-1-597x250.jpg\";s:5:\"width\";i:597;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),
(412, 326, '_wp_attachment_backup_sizes', 'a:4:{s:15:\"resized-700x300\";a:5:{s:4:\"path\";s:101:\"/home/fastacti/public_html/topinspirationalspeaker.com/wp-content/uploads/2019/02/slide12-700x300.jpg\";s:4:\"file\";s:19:\"slide12-700x300.jpg\";s:5:\"width\";i:598;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-620x266\";a:5:{s:4:\"path\";s:101:\"/home/fastacti/public_html/topinspirationalspeaker.com/wp-content/uploads/2019/02/slide12-620x266.jpg\";s:4:\"file\";s:19:\"slide12-620x266.jpg\";s:5:\"width\";i:598;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-400x171\";a:5:{s:4:\"path\";s:101:\"/home/fastacti/public_html/topinspirationalspeaker.com/wp-content/uploads/2019/02/slide12-400x171.jpg\";s:4:\"file\";s:19:\"slide12-400x171.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:171;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-597x250\";a:5:{s:4:\"path\";s:101:\"/home/fastacti/public_html/topinspirationalspeaker.com/wp-content/uploads/2019/02/slide12-597x250.jpg\";s:4:\"file\";s:19:\"slide12-597x250.jpg\";s:5:\"width\";i:597;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),
(413, 327, '_wp_attachment_backup_sizes', 'a:4:{s:15:\"resized-700x300\";a:5:{s:4:\"path\";s:102:\"/home/fastacti/public_html/topinspirationalspeaker.com/wp-content/uploads/2019/02/slide1-1-700x300.jpg\";s:4:\"file\";s:20:\"slide1-1-700x300.jpg\";s:5:\"width\";i:598;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-620x266\";a:5:{s:4:\"path\";s:102:\"/home/fastacti/public_html/topinspirationalspeaker.com/wp-content/uploads/2019/02/slide1-1-620x266.jpg\";s:4:\"file\";s:20:\"slide1-1-620x266.jpg\";s:5:\"width\";i:598;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-400x171\";a:5:{s:4:\"path\";s:102:\"/home/fastacti/public_html/topinspirationalspeaker.com/wp-content/uploads/2019/02/slide1-1-400x171.jpg\";s:4:\"file\";s:20:\"slide1-1-400x171.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:171;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-597x250\";a:5:{s:4:\"path\";s:102:\"/home/fastacti/public_html/topinspirationalspeaker.com/wp-content/uploads/2019/02/slide1-1-597x250.jpg\";s:4:\"file\";s:20:\"slide1-1-597x250.jpg\";s:5:\"width\";i:597;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),
(414, 328, '_wp_attachment_backup_sizes', 'a:4:{s:15:\"resized-700x300\";a:5:{s:4:\"path\";s:100:\"/home/fastacti/public_html/topinspirationalspeaker.com/wp-content/uploads/2019/02/slide3-700x300.jpg\";s:4:\"file\";s:18:\"slide3-700x300.jpg\";s:5:\"width\";i:598;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-620x266\";a:5:{s:4:\"path\";s:100:\"/home/fastacti/public_html/topinspirationalspeaker.com/wp-content/uploads/2019/02/slide3-620x266.jpg\";s:4:\"file\";s:18:\"slide3-620x266.jpg\";s:5:\"width\";i:598;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-400x171\";a:5:{s:4:\"path\";s:100:\"/home/fastacti/public_html/topinspirationalspeaker.com/wp-content/uploads/2019/02/slide3-400x171.jpg\";s:4:\"file\";s:18:\"slide3-400x171.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:171;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-597x250\";a:5:{s:4:\"path\";s:100:\"/home/fastacti/public_html/topinspirationalspeaker.com/wp-content/uploads/2019/02/slide3-597x250.jpg\";s:4:\"file\";s:18:\"slide3-597x250.jpg\";s:5:\"width\";i:597;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),
(415, 329, '_wp_attachment_backup_sizes', 'a:4:{s:15:\"resized-700x300\";a:5:{s:4:\"path\";s:100:\"/home/fastacti/public_html/topinspirationalspeaker.com/wp-content/uploads/2019/02/slide5-700x300.jpg\";s:4:\"file\";s:18:\"slide5-700x300.jpg\";s:5:\"width\";i:598;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-620x266\";a:5:{s:4:\"path\";s:100:\"/home/fastacti/public_html/topinspirationalspeaker.com/wp-content/uploads/2019/02/slide5-620x266.jpg\";s:4:\"file\";s:18:\"slide5-620x266.jpg\";s:5:\"width\";i:598;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-400x171\";a:5:{s:4:\"path\";s:100:\"/home/fastacti/public_html/topinspirationalspeaker.com/wp-content/uploads/2019/02/slide5-400x171.jpg\";s:4:\"file\";s:18:\"slide5-400x171.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:171;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-597x250\";a:5:{s:4:\"path\";s:100:\"/home/fastacti/public_html/topinspirationalspeaker.com/wp-content/uploads/2019/02/slide5-597x250.jpg\";s:4:\"file\";s:18:\"slide5-597x250.jpg\";s:5:\"width\";i:597;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),
(416, 330, '_wp_attachment_backup_sizes', 'a:4:{s:15:\"resized-700x300\";a:5:{s:4:\"path\";s:100:\"/home/fastacti/public_html/topinspirationalspeaker.com/wp-content/uploads/2019/02/slide6-700x300.jpg\";s:4:\"file\";s:18:\"slide6-700x300.jpg\";s:5:\"width\";i:598;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-620x266\";a:5:{s:4:\"path\";s:100:\"/home/fastacti/public_html/topinspirationalspeaker.com/wp-content/uploads/2019/02/slide6-620x266.jpg\";s:4:\"file\";s:18:\"slide6-620x266.jpg\";s:5:\"width\";i:598;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-400x171\";a:5:{s:4:\"path\";s:100:\"/home/fastacti/public_html/topinspirationalspeaker.com/wp-content/uploads/2019/02/slide6-400x171.jpg\";s:4:\"file\";s:18:\"slide6-400x171.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:171;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-597x250\";a:5:{s:4:\"path\";s:100:\"/home/fastacti/public_html/topinspirationalspeaker.com/wp-content/uploads/2019/02/slide6-597x250.jpg\";s:4:\"file\";s:18:\"slide6-597x250.jpg\";s:5:\"width\";i:597;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),
(417, 331, '_wp_attachment_backup_sizes', 'a:4:{s:15:\"resized-700x300\";a:5:{s:4:\"path\";s:100:\"/home/fastacti/public_html/topinspirationalspeaker.com/wp-content/uploads/2019/02/slide7-700x300.jpg\";s:4:\"file\";s:18:\"slide7-700x300.jpg\";s:5:\"width\";i:598;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-620x266\";a:5:{s:4:\"path\";s:100:\"/home/fastacti/public_html/topinspirationalspeaker.com/wp-content/uploads/2019/02/slide7-620x266.jpg\";s:4:\"file\";s:18:\"slide7-620x266.jpg\";s:5:\"width\";i:598;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-400x171\";a:5:{s:4:\"path\";s:100:\"/home/fastacti/public_html/topinspirationalspeaker.com/wp-content/uploads/2019/02/slide7-400x171.jpg\";s:4:\"file\";s:18:\"slide7-400x171.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:171;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-597x250\";a:5:{s:4:\"path\";s:100:\"/home/fastacti/public_html/topinspirationalspeaker.com/wp-content/uploads/2019/02/slide7-597x250.jpg\";s:4:\"file\";s:18:\"slide7-597x250.jpg\";s:5:\"width\";i:597;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),
(418, 321, 'metaslider_slideshow_theme', ''),
(419, 332, 'ml-slider_crop_position', 'center-center'),
(420, 332, '_wp_attachment_image_alt', ''),
(421, 333, 'ml-slider_crop_position', 'center-center'),
(422, 333, '_wp_attachment_image_alt', ''),
(423, 334, 'ml-slider_crop_position', 'center-center'),
(424, 334, '_wp_attachment_image_alt', ''),
(425, 335, 'ml-slider_crop_position', 'center-center'),
(426, 335, '_wp_attachment_image_alt', ''),
(427, 337, 'ml-slider_crop_position', 'center-center'),
(428, 337, '_wp_attachment_image_alt', ''),
(429, 338, 'ml-slider_crop_position', 'center-center'),
(430, 338, '_wp_attachment_image_alt', ''),
(431, 339, 'ml-slider_crop_position', 'center-center'),
(432, 339, '_wp_attachment_image_alt', ''),
(433, 340, 'ml-slider_crop_position', 'center-center'),
(434, 340, '_wp_attachment_image_alt', ''),
(435, 336, 'ml-slider_crop_position', 'center-center'),
(436, 336, '_wp_attachment_image_alt', ''),
(437, 341, 'ml-slider_crop_position', 'center-center'),
(438, 341, '_wp_attachment_image_alt', ''),
(489, 5, '_aioseop_keywords', 'Top Woman Speaker, Motivational Speaker, business speaker, top woman speaker, online website developer, social media strategist, internet marketing, digital media'),
(490, 5, '_aioseop_description', 'Top Woman Speaker Tracy Repchuk is a Woman Business Keynote Speaker for digital media, online technology, internet marketing, branding, social media strategies, '),
(491, 5, '_aioseop_title', 'Top Woman Speaker Tracy Repchuk #ReachMillions #Woman #Business #keynote'),
(492, 5, '_et_pb_ab_subjects', ''),
(493, 5, '_thumbnail_id', '');

-- --------------------------------------------------------

--
-- Table structure for table `wp_posts`
--

CREATE TABLE `wp_posts` (
  `ID` bigint UNSIGNED NOT NULL,
  `post_author` bigint 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 UNSIGNED NOT NULL DEFAULT '0',
  `guid` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `menu_order` int 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 NOT NULL DEFAULT '0'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `wp_posts`
--

INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1, 1, '2018-12-21 14:24:45', '2018-12-21 14:24:45', '<!-- 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!', '', 'publish', 'open', 'open', '', 'hello-world', '', '', '2018-12-21 14:24:45', '2018-12-21 14:24:45', '', 0, 'http://quantumleaplife.com/handsondiagnostics.com/?p=1', 0, 'post', '', 1),
(5, 1, '2018-12-21 14:28:40', '2018-12-21 14:28:40', '[et_pb_section fb_built=\"1\" _builder_version=\"3.19\" background_color=\"#c9c9c9\" custom_padding=\"15px|0px|0px|0px\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"0px||0px|\" module_id=\"stick\" _builder_version=\"3.19\" background_color=\"#ffffff\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#ffffff\" background_color_gradient_end=\"#efefef\" background_color_gradient_direction=\"233deg\" background_color_gradient_start_position=\"44%\" border_radii=\"|10px|10px|0px|0px\"][et_pb_column type=\"2_5\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"https://topwomensocialmediaspeaker.com/wp-content/uploads/2019/02/tracy-repchuk2.png\" _builder_version=\"3.19\"][/et_pb_image][/et_pb_column][et_pb_column type=\"3_5\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_divider show_divider=\"off\" _builder_version=\"3.19\"][/et_pb_divider][et_pb_image src=\"https://topwomensocialmediaspeaker.com/wp-content/uploads/2019/02/logo-1.jpg\" show_bottom_space=\"off\" align=\"center\" _builder_version=\"3.19\" border_radii=\"on|5px|5px|5px|5px\" custom_margin=\"|40px||0px\" custom_margin_tablet=\"|0px||0px\" custom_margin_last_edited=\"on|desktop\"][/et_pb_image][et_pb_text _builder_version=\"3.19\" background_color_gradient_direction=\"97deg\" custom_margin=\"|40px||\" custom_margin_tablet=\"|0px||\" custom_margin_last_edited=\"on|desktop\"][metaslider id=321]\r[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|20px|30px\" _builder_version=\"3.19\" background_color=\"#28a460\" animation_direction=\"right\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text admin_label=\"Text: section1\" _builder_version=\"3.19\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"24px\" custom_padding=\"10px|||\" animation_style=\"slide\" animation_direction=\"right\"]<h1 class=\"text-center\" style=\"font-size: 30px; font-weight: bold; font-family: Arial, Helvetica, sans-serif; text-align: center;\">Tracy Repchuk is the <span class=\"txtyellow\">Top Women Social Media Speaker</span> for business branding, online marketing &amp; social\nmedia strategy</h1>\n[/et_pb_text][et_pb_text _builder_version=\"3.19\" text_font=\"Arial||||||||\" text_text_color=\"#000000\" text_font_size=\"17px\" text_line_height=\"21px\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"24px\" background_color=\"#ffffff\" border_radii=\"on|10px|10px|10px|10px\" custom_padding=\"30px|20px|20px|30px\" animation_style=\"slide\" animation_direction=\"right\"]<div id=\"section-2in\">\n<p>Tracy has spoken in over 35 countries in audiences ranging from presidents, heads of state, businesses, corporations, associations, conventions, authors, speakers, entrepreneurs and emerging leaders and continues to enlighten, energize and educate her audiences to massive action and results.</p>\n<p>As a trusted TV and media resource, appearing in over 22 national networks, over 60 publications and 3 motivational movies she continues to spread her positive message and easy to understand breakdowns of technology, business, branding, and social media.</p>\n<p>Select Tracy Repchuk the Top Women Social Media Speaker for your next event!</p>\n</div>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|15px|30px|false|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#eeeeee\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text admin_label=\"Text: Section 2\" _builder_version=\"3.19\" header_font=\"|800|||||||\" header_text_align=\"center\" header_text_color=\"#0183fc\" header_2_text_color=\"#ff3523\" custom_padding=\"20px|30px|20px|30px\" animation_style=\"slide\" animation_direction=\"left\"]<h2 class=\"red-heading aligncenter\" style=\"font-size: 30px; text-align: center;\"><strong>Tracy Repchuk on TV ....</strong></h2>\r\n<div align=\"center\"><iframe src=\"https://player.vimeo.com/video/137569136\" width=\"700\" height=\"500\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></div>\r[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" _builder_version=\"3.19\" background_color=\"#ffffff\" box_shadow_style=\"preset1\" animation_direction=\"right\"][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"https://topwomensocialmediaspeaker.com/wp-content/uploads/2019/02/book-tracy.jpg\" url=\"https://tracyrepchuk.com/booktracy/\" url_new_window=\"on\" align=\"center\" _builder_version=\"3.19\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"right\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"https://topwomensocialmediaspeaker.com/wp-content/uploads/2019/02/tracy-master-site.jpg\" url=\"https://tracyrepchuk.com/\" url_new_window=\"on\" align=\"center\" _builder_version=\"3.19\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"right\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"https://topwomensocialmediaspeaker.com/wp-content/uploads/2019/02/in-the-media.jpg\" url=\"https://tracyrepchuk.com/media/\" url_new_window=\"on\" align=\"center\" _builder_version=\"3.19\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"right\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|15px|30px|false|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#eeeeee\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text admin_label=\"Text: Section 4 videos\" _builder_version=\"3.19\" header_font=\"|800|||||||\" header_text_align=\"center\" header_text_color=\"#0183fc\" header_2_text_color=\"#ff3523\" custom_padding=\"20px|30px|20px|30px\" animation_style=\"slide\" animation_direction=\"left\"]<div align=\"center\" style=\"margin-top:0px; background-color:#eee; padding:0px;\">\r\n<h2 class=\"red-heading aligncenter\" style=\"font-size: 30px; text-align: center;\"><strong>Tracy Repchuk on Stage ....<br /></strong></h2>\r\n<p><iframe width=\"700\" height=\"500\" src=\"https://www.youtube.com/embed/YRVDUu8ZxvI?list=PL4ZX0knUpCzVV9IXNtdKase3zO1OehVWK\" frameborder=\"0\" allowfullscreen=\"\"></iframe></div>\r[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|15px|30px|false|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#ffffff\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text admin_label=\"Text: Section 5\" _builder_version=\"3.19\" header_font=\"|800|||||||\" header_text_align=\"center\" header_text_color=\"#0183fc\" header_2_text_color=\"#ff3523\" custom_padding=\"20px|30px|20px|30px\" animation_direction=\"left\"]<h2 class=\"red-text aligncenter\" style=\"font-size:30px; text-align:center;\"><strong>Here\'s Why You Pick Tracy For Your Next Event .....</strong></h2>\r[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|15px|30px|false|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#ffffff\" animation_style=\"slide\" animation_direction=\"right\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"21px\" background_color=\"#eeeeee\" border_radii=\"on|5px|5px|5px|5px\" custom_padding=\"10px|10px|10px|10px\"]<div id=\"section-3\" class=\"spacing animBlock float1 viewed\" data-position=\"left\" style=\"background-color:#eee;\">\r\n<p align=\"center\"><strong>ABCs Secret Millionaire James Malinchak</strong></p>\r\n<div align=\"center\"><iframe width=\"300\" height=\"200\" src=\"https://www.youtube.com/embed/Mi45J2ao_8Q\" frameborder=\"0\" allowfullscreen=\"\"></iframe></div>\r\n</div>\r[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"21px\" background_color=\"#eeeeee\" border_radii=\"on|5px|5px|5px|5px\" custom_padding=\"10px|10px|10px|10px\"]<div id=\"section-3\" class=\"spacing animBlock float1 viewed\" style=\"background-color: #eee;\" data-position=\"left\">\r\n<p style=\"text-align: center;\"><strong>Tahir Shah UK Live</strong></p>\r\n<div align=\"center\"><iframe src=\"https://www.youtube.com/embed/5r2lKAQe5uI\" width=\"300\" height=\"200\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></div>\r\n</div>\r[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|15px|30px|false|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#ffffff\" animation_style=\"slide\" animation_direction=\"left\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_testimonial author=\"Amy Vegara \" job_title=\"Owner/Consultant at Vegara Consulting\" quote_icon_color=\"#000000\" _builder_version=\"3.19\" body_font=\"||on||||||\" background_color=\"#af4868\" box_shadow_style_image=\"preset3\" background_layout=\"dark\"]<p>\r\nTracy Repchuk is an incredible speaker. Her style is entertaining, educational and really easy to understand. I would hire her as a speaker or attend one of her shows any day.</p>\r[/et_pb_testimonial][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_testimonial author=\"Maria Stevens \" job_title=\"Manager, Business Development at NetComco\" _builder_version=\"3.19\" body_font=\"||on||||||\" background_color=\"#f7e61d\"]<p>\r\nI don\'t often write reviews but when I saw Tracy Repchuk speak at an event I was attending and then checked out her websites, I couldn\'t believe how impressed I was by her energy and abilities and then how much she has accomplished. Book her - book her now!</p>\r[/et_pb_testimonial][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|15px|30px|false|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#ffffff\" animation_style=\"slide\" animation_direction=\"left\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_testimonial author=\"Marti Slinde \" job_title=\"Consultant at Slinde Communications\" _builder_version=\"3.19\" body_font=\"||on||||||\" background_color=\"#fd7e00\"]<p>\r\nI have attended a lot of events but when Tracy Repchuk hit the stage she woke us all up. She was so energetic and you could tell she loved what she was talking about (even though it is Internet and branding), and she got a standing ovation at the end of it. As a speaker I thought she was amazing and would recommend her to anyone looking for someone who can take a technical subject and make it fun and easy to understand.</p>\r[/et_pb_testimonial][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" _builder_version=\"3.19\" background_color=\"#ffffff\" border_radii=\"|||30px|30px\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19\" text_text_color=\"#000000\" text_font_size=\"16px\" custom_padding=\"|||30px\"]<h2 class=\"red-heading aligncenter\" style=\"font-size: 30px; margin-bottom: 15px; text-align: center;\"><strong>Tracy Repchuk - Trusted TV Resource As Seen On …</strong></h2>\n<p><strong><img src=\"https://topwomensocialmediaspeaker.com/wp-content/uploads/2019/02/tracy-media.jpg\" width=\"703\" height=\"1167\" alt=\"\" class=\"wp-image-220 alignnone size-full\" style=\"display: block; margin-left: auto; margin-right: auto;\" /></strong></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19\"][et_pb_column type=\"1_5\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][/et_pb_column][et_pb_column type=\"3_5\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19\"]<div id=\"footer-info\">\n<div style=\"text-align: center;\"><a href=\"https://tracyrepchuk.com/disclaimers/\" target=\"_blank\" rel=\"noopener\">Disclaimer</a> | <a href=\"https://tracyrepchuk.com/disclaimers/#warranties\" target=\"_blank\" rel=\"noopener\"> Warranties </a> | <a href=\"https://tracyrepchuk.com/disclaimers/#terms\"><span>Terms of use</span></a> | <a href=\"https://tracyrepchuk.com/disclaimers/#privacy\"><span> Privacy </span></a> | <a href=\"https://tracyrepchuk.com/disclaimers/#testimonials\" target=\"_blank\" rel=\"noopener\"> Testimonials </a> | <a href=\"https://tracyrepchuk.com/disclaimers/#refund\" target=\"_blank\" rel=\"noopener\"> Refund Policy </a></div>\n<div>\n<div style=\"text-align: center;\">Copyright © <a href=\"https://innersurf.com/\" target=\"_blank\" rel=\"noopener noreferrer\">Innersurf International Inc .</a> All Rights Reserved.</div>\n</div>\n</div>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][/et_pb_column][/et_pb_row][/et_pb_section]', 'Home', '', 'publish', 'closed', 'closed', '', 'landing-page', '', '', '2019-05-29 19:32:49', '2019-05-29 19:32:49', '', 0, 'http://quantumleaplife.com/handsondiagnostics.com/?page_id=5', 0, 'page', '', 0),
(6, 1, '2018-12-21 14:28:40', '2018-12-21 14:28:40', '', 'Landing Page', '', 'inherit', 'closed', 'closed', '', '5-revision-v1', '', '', '2018-12-21 14:28:40', '2018-12-21 14:28:40', '', 5, 'http://quantumleaplife.com/handsondiagnostics.com/2018/12/21/5-revision-v1/', 0, 'revision', '', 0),
(13, 1, '2018-12-21 14:30:42', '2018-12-21 14:30:42', '[et_pb_section bb_built=\"1\"][et_pb_row][/et_pb_row][/et_pb_section]', 'Landing Page', '', 'inherit', 'closed', 'closed', '', '5-revision-v1', '', '', '2018-12-21 14:30:42', '2018-12-21 14:30:42', '', 5, 'http://quantumleaplife.com/handsondiagnostics.com/2018/12/21/5-revision-v1/', 0, 'revision', '', 0),
(14, 1, '2018-12-21 14:31:35', '2018-12-21 14:31:35', '[et_pb_section fb_built=\"1\" _builder_version=\"3.0.47\"][et_pb_row _builder_version=\"3.0.48\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][/et_pb_row][/et_pb_section]', 'Landing Page', '', 'inherit', 'closed', 'closed', '', '5-revision-v1', '', '', '2018-12-21 14:31:35', '2018-12-21 14:31:35', '', 5, 'http://quantumleaplife.com/handsondiagnostics.com/2018/12/21/5-revision-v1/', 0, 'revision', '', 0),
(19, 1, '2018-12-21 14:48:44', '2018-12-21 14:48:44', '[et_pb_section fb_built=\"1\" _builder_version=\"3.19\" custom_padding=\"0|0px|54px|0px|false|false\"][et_pb_row border_radii=\"|50px|50px||\" _builder_version=\"3.19\" custom_margin=\"||0px\" custom_padding=\"||0px\"][et_pb_column type=\"4_4\" _builder_version=\"3.19\" parallax=\"off\" parallax_method=\"on\"][et_pb_image show_bottom_space=\"off\" align=\"center\" border_radii=\"|50px|50px||\" src=\"http://quantumleaplife.com/handsondiagnostics.com/wp-content/uploads/2018/12/banner-placeholder.jpg\" _builder_version=\"3.19\" custom_margin=\"||0px\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row background_color=\"#10243B\" use_custom_width=\"on\" custom_width_px=\"983px\" box_shadow_style=\"preset1\" _builder_version=\"3.19\" custom_margin=\"0px||\" custom_padding=\"15px|30px|15px|30px|true|false\"][et_pb_column type=\"4_4\" _builder_version=\"3.19\" parallax=\"off\" parallax_method=\"on\"][et_pb_text header_font_size=\"24px\" _builder_version=\"3.19\" header_font=\"|700|||||||\" header_text_color=\"#FFFFFF\" header_text_align=\"center\"]<h1><span>Are You a Physical Therapist Eager to Improve Your Practice?</span></h1>\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Landing Page', '', 'inherit', 'closed', 'closed', '', '5-revision-v1', '', '', '2018-12-21 14:48:44', '2018-12-21 14:48:44', '', 5, 'http://quantumleaplife.com/handsondiagnostics.com/2018/12/21/5-revision-v1/', 0, 'revision', '', 0),
(21, 1, '2018-12-21 15:26:57', '2018-12-21 15:26:57', '[et_pb_section fb_built=\"1\" _builder_version=\"3.19\" custom_padding=\"0|0px|54px|0px|false|false\"][et_pb_row border_radii=\"|50px|50px||\" _builder_version=\"3.19\" custom_margin=\"||0px\" custom_padding=\"||0px\"][et_pb_column type=\"4_4\" _builder_version=\"3.19\" parallax=\"off\" parallax_method=\"on\"][et_pb_image show_bottom_space=\"off\" align=\"center\" border_radii=\"|50px|50px||\" box_shadow_style=\"preset1\" src=\"http://quantumleaplife.com/handsondiagnostics.com/wp-content/uploads/2018/12/banner-placeholder.jpg\" _builder_version=\"3.19\" custom_margin=\"||0px\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row background_color=\"#10243B\" use_custom_width=\"on\" custom_width_px=\"983px\" box_shadow_style=\"preset1\" _builder_version=\"3.19\" custom_margin=\"0px||\" custom_padding=\"20px|30px|20px|30px|true|false\"][et_pb_column type=\"4_4\" _builder_version=\"3.19\" parallax=\"off\" parallax_method=\"on\"][et_pb_text header_font_size=\"24px\" _builder_version=\"3.19\" header_font=\"|700|||||||\" header_text_color=\"#FFFFFF\" header_text_align=\"center\"]<h1><span>Are You a Physical Therapist Eager to Improve Your Practice?</span></h1>\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" box_shadow_style=\"preset1\" _builder_version=\"3.19\" custom_margin=\"0px||\" custom_padding=\"20px|30px|15px|30px|false|false\"][et_pb_column type=\"4_4\" _builder_version=\"3.19\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19\" header_font=\"|800|||||||\" header_text_color=\"#0183FC\" header_text_align=\"center\"]<h1><span>How Would You Like To Achieve Better Patient Outcomes, Radically Differentiate Your Practice, And 5X Reimbursements In As Little As 90 Days?</span></h1>\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row background_color=\"#10243B\" use_custom_width=\"on\" custom_width_px=\"983px\" box_shadow_style=\"preset1\" _builder_version=\"3.19\" custom_margin=\"0px||\" custom_padding=\"20px|30px|15px|30px|false|false\"][et_pb_column type=\"4_4\" _builder_version=\"3.19\" parallax=\"off\" parallax_method=\"on\"][et_pb_text header_font_size=\"21px\" _builder_version=\"3.19\" header_font=\"|700|||||||\" header_text_color=\"#FFFFFF\" header_text_align=\"center\"]<h1><span>Grab Details Now to The Revolution Taking Private Practice Physical Therapy By Storm</span></h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row background_color=\"#C9C9C9\" use_custom_width=\"on\" custom_width_px=\"983px\" box_shadow_style=\"preset1\" _builder_version=\"3.19\"][et_pb_column type=\"2_3\" _builder_version=\"3.19\" parallax=\"off\" parallax_method=\"on\"][et_pb_image max_width=\"50%\" src=\"data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTA4MCIgaGVpZ2h0PSI1NDAiIHZpZXdCb3g9IjAgMCAxMDgwIDU0MCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPHBhdGggZmlsbD0iI0VCRUJFQiIgZD0iTTAgMGgxMDgwdjU0MEgweiIvPgogICAgICAgIDxwYXRoIGQ9Ik00NDUuNjQ5IDU0MGgtOTguOTk1TDE0NC42NDkgMzM3Ljk5NSAwIDQ4Mi42NDR2LTk4Ljk5NWwxMTYuMzY1LTExNi4zNjVjMTUuNjItMTUuNjIgNDAuOTQ3LTE1LjYyIDU2LjU2OCAwTDQ0NS42NSA1NDB6IiBmaWxsLW9wYWNpdHk9Ii4xIiBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz4KICAgICAgICA8Y2lyY2xlIGZpbGwtb3BhY2l0eT0iLjA1IiBmaWxsPSIjMDAwIiBjeD0iMzMxIiBjeT0iMTQ4IiByPSI3MCIvPgogICAgICAgIDxwYXRoIGQ9Ik0xMDgwIDM3OXYxMTMuMTM3TDcyOC4xNjIgMTQwLjMgMzI4LjQ2MiA1NDBIMjE1LjMyNEw2OTkuODc4IDU1LjQ0NmMxNS42Mi0xNS42MiA0MC45NDgtMTUuNjIgNTYuNTY4IDBMMTA4MCAzNzl6IiBmaWxsLW9wYWNpdHk9Ii4yIiBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz4KICAgIDwvZz4KPC9zdmc+Cg==\" _builder_version=\"3.19\" module_alignment=\"center\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.19\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19\"]<h4 style=\"text-align: center;\"><strong>Get Free Guide</strong></h4>\n<a class=\"thickbox\" href=\"#TB_inline?height=600&amp;width=300&amp;inlineId=inline1\"> <img class=\" wp-image-26 aligncenter\" src=\"http://jaialee.com/wp-content/uploads/2016/02/ebook-cover.png\" alt=\"\" width=\"175px\"> </a> <a class=\"thickbox\" href=\"#TB_inline?height=600&amp;width=300&amp;inlineId=inline1\"> <img class=\" wp-image-26 aligncenter\" src=\"http://jaialee.com/wp-content/uploads/2016/02/gift-1.png\" alt=\"\"> </a>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Landing Page', '', 'inherit', 'closed', 'closed', '', '5-revision-v1', '', '', '2018-12-21 15:26:57', '2018-12-21 15:26:57', '', 5, 'http://quantumleaplife.com/handsondiagnostics.com/2018/12/21/5-revision-v1/', 0, 'revision', '', 0),
(23, 1, '2018-12-21 16:03:00', '2018-12-21 16:03:00', '[et_pb_section fb_built=\"1\" _builder_version=\"3.19\" custom_padding=\"0|0px|54px|0px|false|false\"][et_pb_row border_radii=\"|50px|50px||\" _builder_version=\"3.19\" custom_margin=\"||0px\" custom_padding=\"||0px\"][et_pb_column type=\"4_4\" _builder_version=\"3.19\" parallax=\"off\" parallax_method=\"on\"][et_pb_image show_bottom_space=\"off\" align=\"center\" border_radii=\"|50px|50px||\" box_shadow_style=\"preset1\" src=\"http://quantumleaplife.com/handsondiagnostics.com/wp-content/uploads/2018/12/banner-placeholder.jpg\" _builder_version=\"3.19\" custom_margin=\"||0px\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row background_color=\"#10243B\" use_custom_width=\"on\" custom_width_px=\"983px\" box_shadow_style=\"preset1\" _builder_version=\"3.19\" custom_margin=\"0px||\" custom_padding=\"20px|30px|20px|30px|true|false\"][et_pb_column type=\"4_4\" _builder_version=\"3.19\" parallax=\"off\" parallax_method=\"on\"][et_pb_text header_font_size=\"24px\" _builder_version=\"3.19\" header_font=\"|700|||||||\" header_text_color=\"#FFFFFF\" header_text_align=\"center\"]<h1><span>Are You a Physical Therapist Eager to Improve Your Practice?</span></h1>\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" box_shadow_style=\"preset1\" _builder_version=\"3.19\" custom_margin=\"0px||\" custom_padding=\"20px|30px|15px|30px|false|false\"][et_pb_column type=\"4_4\" _builder_version=\"3.19\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19\" header_font=\"|800|||||||\" header_text_color=\"#0183FC\" header_text_align=\"center\"]<h1><span>How Would You Like To Achieve Better Patient Outcomes, Radically Differentiate Your Practice, And 5X Reimbursements In As Little As 90 Days?</span></h1>\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row background_color=\"#10243B\" use_custom_width=\"on\" custom_width_px=\"983px\" box_shadow_style=\"preset1\" _builder_version=\"3.19\" custom_margin=\"0px||\" custom_padding=\"20px|30px|15px|30px|false|false\"][et_pb_column type=\"4_4\" _builder_version=\"3.19\" parallax=\"off\" parallax_method=\"on\"][et_pb_text header_font_size=\"21px\" _builder_version=\"3.19\" header_font=\"|700|||||||\" header_text_color=\"#FFFFFF\" header_text_align=\"center\"]<h1><span>Grab Details Now to The Revolution Taking Private Practice Physical Therapy By Storm</span></h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row background_color=\"#C9C9C9\" use_custom_width=\"on\" custom_width_px=\"983px\" box_shadow_style=\"preset1\" _builder_version=\"3.19\"][et_pb_column type=\"2_3\" _builder_version=\"3.19\" parallax=\"off\" parallax_method=\"on\"][et_pb_image max_width=\"50%\" src=\"data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTA4MCIgaGVpZ2h0PSI1NDAiIHZpZXdCb3g9IjAgMCAxMDgwIDU0MCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPHBhdGggZmlsbD0iI0VCRUJFQiIgZD0iTTAgMGgxMDgwdjU0MEgweiIvPgogICAgICAgIDxwYXRoIGQ9Ik00NDUuNjQ5IDU0MGgtOTguOTk1TDE0NC42NDkgMzM3Ljk5NSAwIDQ4Mi42NDR2LTk4Ljk5NWwxMTYuMzY1LTExNi4zNjVjMTUuNjItMTUuNjIgNDAuOTQ3LTE1LjYyIDU2LjU2OCAwTDQ0NS42NSA1NDB6IiBmaWxsLW9wYWNpdHk9Ii4xIiBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz4KICAgICAgICA8Y2lyY2xlIGZpbGwtb3BhY2l0eT0iLjA1IiBmaWxsPSIjMDAwIiBjeD0iMzMxIiBjeT0iMTQ4IiByPSI3MCIvPgogICAgICAgIDxwYXRoIGQ9Ik0xMDgwIDM3OXYxMTMuMTM3TDcyOC4xNjIgMTQwLjMgMzI4LjQ2MiA1NDBIMjE1LjMyNEw2OTkuODc4IDU1LjQ0NmMxNS42Mi0xNS42MiA0MC45NDgtMTUuNjIgNTYuNTY4IDBMMTA4MCAzNzl6IiBmaWxsLW9wYWNpdHk9Ii4yIiBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz4KICAgIDwvZz4KPC9zdmc+Cg==\" _builder_version=\"3.19\" module_alignment=\"center\"][/et_pb_image][et_pb_text text_font_size=\"16px\" _builder_version=\"3.19\" custom_padding=\"|||30px\" text_font=\"||||||||\" text_text_color=\"#000000\"]<div>\n<p><strong>Are you feeling the squeeze of shrinking reimbursements from insurance carriers?</strong></p>\n<p>Have you ever felt overwhelmed by the ever-changing regulations that limit your profit potential and create more work for you?</p>\n<p><strong>Are you losing the battle for new patients from the increased competition of HOPTs and POPTs?</strong></p>\n<p>Are you struggling and finding it costlier to retain quality staff?</p>\n<p><strong>I know how you feel because at a time when we had 13 clinics (and were the 2nd largest private practice PT organization in NY), our reimbursements were slashed by 50% - 60% one after another. This new frontier of marketing, diagnosing and increased competition led me in search of solutions.</strong></p>\n<p>Hi, my name is Dr. Dimitrios Kostopoulos, DPT, MD, PhD, DSc, ECS and I’m board certified in Clinical Electrophysiology with over 26 years of clinical and private practice experience. It was from the obstacles I faced I was able to discover a technology that provided us with significantly greater profit margins and 5x - 10x more per patient visit. Once I had mastered this to a repeatable formula, I revealed the technology to other private practitioners who are gaining similar results.</p>\n<p><strong>I want to help you get the information you need in a format that fits your lifestyle which is why I’m offering a free download of our magazine called Diagnostics for PT</strong></p>\n<p>&nbsp;</p>\n</div>\n<div>\n<p>To get started simply provide your name and email address and you’ll be sent directly to a download.</p>\n<p><strong>And best of all…. It’s free.</strong></p>\n<p>There is no cost to join, no contracts to sign, and no obligation to do anything except enjoy the free content I look forward to sharing with you.</p>\n<p>&nbsp;</p>\n</div>\n<div>\n<p>I want to ensure you have proven and real information from here on.</p>\n<p><strong>See you on the other side.</strong></p>\n<p><strong>Dr. Dimitrios Kostopoulos</strong></p>\n</div>\n<div><em>Helping Private Practice Owners Boom Your Business</em></div>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.19\" parallax=\"off\" parallax_method=\"on\"][et_pb_code _builder_version=\"3.19\"]<button type=\"button\" class=\"btn btn-primary\" data-toggle=\"modal\" data-target=\"#exampleModal\"><!-- [et_pb_line_break_holder] -->  Launch demo modal<!-- [et_pb_line_break_holder] --></button><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- Modal --><!-- [et_pb_line_break_holder] --><div class=\"modal fade\" id=\"exampleModal\" tabindex=\"-1\" role=\"dialog\" aria-labelledby=\"exampleModalLabel\" aria-hidden=\"true\"><!-- [et_pb_line_break_holder] -->  <div class=\"modal-dialog\" role=\"document\"><!-- [et_pb_line_break_holder] -->    <div class=\"modal-content\"><!-- [et_pb_line_break_holder] -->      <div class=\"modal-header\"><!-- [et_pb_line_break_holder] -->        <h5 class=\"modal-title\" id=\"exampleModalLabel\">Modal title</h5><!-- [et_pb_line_break_holder] -->        <button type=\"button\" class=\"close\" data-dismiss=\"modal\" aria-label=\"Close\"><!-- [et_pb_line_break_holder] -->          <span aria-hidden=\"true\">&times;</span><!-- [et_pb_line_break_holder] -->        </button><!-- [et_pb_line_break_holder] -->      </div><!-- [et_pb_line_break_holder] -->      <div class=\"modal-body\"><!-- [et_pb_line_break_holder] -->        ...<!-- [et_pb_line_break_holder] -->      </div><!-- [et_pb_line_break_holder] -->      <div class=\"modal-footer\"><!-- [et_pb_line_break_holder] -->        <button type=\"button\" class=\"btn btn-secondary\" data-dismiss=\"modal\">Close</button><!-- [et_pb_line_break_holder] -->        <button type=\"button\" class=\"btn btn-primary\">Save changes</button><!-- [et_pb_line_break_holder] -->      </div><!-- [et_pb_line_break_holder] -->    </div><!-- [et_pb_line_break_holder] -->  </div><!-- [et_pb_line_break_holder] --></div><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->$(\'#myModal\').on(\'shown.bs.modal\', function () {<!-- [et_pb_line_break_holder] -->  $(\'#myInput\').trigger(\'focus\')<!-- [et_pb_line_break_holder] -->})<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section]', 'Landing Page', '', 'inherit', 'closed', 'closed', '', '5-revision-v1', '', '', '2018-12-21 16:03:00', '2018-12-21 16:03:00', '', 5, 'http://quantumleaplife.com/handsondiagnostics.com/2018/12/21/5-revision-v1/', 0, 'revision', '', 0),
(25, 1, '2018-12-21 17:00:58', '2018-12-21 17:00:58', '[et_pb_section fb_built=\"1\" _builder_version=\"3.19\" custom_padding=\"0|0px|54px|0px|false|false\"][et_pb_row border_radii=\"|50px|50px||\" _builder_version=\"3.19\" custom_margin=\"||0px\" custom_padding=\"||0px\"][et_pb_column type=\"4_4\" _builder_version=\"3.19\" parallax=\"off\" parallax_method=\"on\"][et_pb_image show_bottom_space=\"off\" align=\"center\" border_radii=\"|50px|50px||\" box_shadow_style=\"preset1\" src=\"http://quantumleaplife.com/handsondiagnostics.com/wp-content/uploads/2018/12/banner-placeholder.jpg\" _builder_version=\"3.19\" custom_margin=\"||0px\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row background_color=\"#10243B\" use_custom_width=\"on\" custom_width_px=\"983px\" box_shadow_style=\"preset1\" _builder_version=\"3.19\" custom_margin=\"0px||\" custom_padding=\"20px|30px|20px|30px|true|false\"][et_pb_column type=\"4_4\" _builder_version=\"3.19\" parallax=\"off\" parallax_method=\"on\"][et_pb_text header_font_size=\"24px\" _builder_version=\"3.19\" header_font=\"|700|||||||\" header_text_color=\"#FFFFFF\" header_text_align=\"center\"]<h1><span>Are You a Physical Therapist Eager to Improve Your Practice?</span></h1>\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" box_shadow_style=\"preset1\" _builder_version=\"3.19\" custom_margin=\"0px||\" custom_padding=\"20px|30px|15px|30px|false|false\"][et_pb_column type=\"4_4\" _builder_version=\"3.19\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19\" header_font=\"|800|||||||\" header_text_color=\"#0183FC\" header_text_align=\"center\"]<h1><span>How Would You Like To Achieve Better Patient Outcomes, Radically Differentiate Your Practice, And 5X Reimbursements In As Little As 90 Days?</span></h1>\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row background_color=\"#10243B\" use_custom_width=\"on\" custom_width_px=\"983px\" box_shadow_style=\"preset1\" _builder_version=\"3.19\" custom_margin=\"0px||\" custom_padding=\"20px|30px|15px|30px|false|false\"][et_pb_column type=\"4_4\" _builder_version=\"3.19\" parallax=\"off\" parallax_method=\"on\"][et_pb_text header_font_size=\"21px\" _builder_version=\"3.19\" header_font=\"|700|||||||\" header_text_color=\"#FFFFFF\" header_text_align=\"center\"]<h1><span>Grab Details Now to The Revolution Taking Private Practice Physical Therapy By Storm</span></h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row background_color=\"#C9C9C9\" use_custom_width=\"on\" custom_width_px=\"983px\" box_shadow_style=\"preset1\" _builder_version=\"3.19\"][et_pb_column type=\"3_5\" _builder_version=\"3.19\" parallax=\"off\" parallax_method=\"on\"][et_pb_image max_width=\"50%\" src=\"data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTA4MCIgaGVpZ2h0PSI1NDAiIHZpZXdCb3g9IjAgMCAxMDgwIDU0MCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPHBhdGggZmlsbD0iI0VCRUJFQiIgZD0iTTAgMGgxMDgwdjU0MEgweiIvPgogICAgICAgIDxwYXRoIGQ9Ik00NDUuNjQ5IDU0MGgtOTguOTk1TDE0NC42NDkgMzM3Ljk5NSAwIDQ4Mi42NDR2LTk4Ljk5NWwxMTYuMzY1LTExNi4zNjVjMTUuNjItMTUuNjIgNDAuOTQ3LTE1LjYyIDU2LjU2OCAwTDQ0NS42NSA1NDB6IiBmaWxsLW9wYWNpdHk9Ii4xIiBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz4KICAgICAgICA8Y2lyY2xlIGZpbGwtb3BhY2l0eT0iLjA1IiBmaWxsPSIjMDAwIiBjeD0iMzMxIiBjeT0iMTQ4IiByPSI3MCIvPgogICAgICAgIDxwYXRoIGQ9Ik0xMDgwIDM3OXYxMTMuMTM3TDcyOC4xNjIgMTQwLjMgMzI4LjQ2MiA1NDBIMjE1LjMyNEw2OTkuODc4IDU1LjQ0NmMxNS42Mi0xNS42MiA0MC45NDgtMTUuNjIgNTYuNTY4IDBMMTA4MCAzNzl6IiBmaWxsLW9wYWNpdHk9Ii4yIiBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz4KICAgIDwvZz4KPC9zdmc+Cg==\" _builder_version=\"3.19\" module_alignment=\"center\"][/et_pb_image][et_pb_text text_font_size=\"16px\" _builder_version=\"3.19\" custom_padding=\"|||30px\" text_font=\"||||||||\" text_text_color=\"#000000\"]<div>\n<p><strong>Are you feeling the squeeze of shrinking reimbursements from insurance carriers?</strong></p>\n<p>Have you ever felt overwhelmed by the ever-changing regulations that limit your profit potential and create more work for you?</p>\n<p><strong>Are you losing the battle for new patients from the increased competition of HOPTs and POPTs?</strong></p>\n<p>Are you struggling and finding it costlier to retain quality staff?</p>\n<p><strong>I know how you feel because at a time when we had 13 clinics (and were the 2nd largest private practice PT organization in NY), our reimbursements were slashed by 50% - 60% one after another. This new frontier of marketing, diagnosing and increased competition led me in search of solutions.</strong></p>\n<p>Hi, my name is Dr. Dimitrios Kostopoulos, DPT, MD, PhD, DSc, ECS and I’m board certified in Clinical Electrophysiology with over 26 years of clinical and private practice experience. It was from the obstacles I faced I was able to discover a technology that provided us with significantly greater profit margins and 5x - 10x more per patient visit. Once I had mastered this to a repeatable formula, I revealed the technology to other private practitioners who are gaining similar results.</p>\n<p><strong>I want to help you get the information you need in a format that fits your lifestyle which is why I’m offering a free download of our magazine called Diagnostics for PT</strong></p>\n<p>&nbsp;</p>\n</div>\n<div>\n<p>To get started simply provide your name and email address and you’ll be sent directly to a download.</p>\n<p><strong>And best of all…. It’s free.</strong></p>\n<p>There is no cost to join, no contracts to sign, and no obligation to do anything except enjoy the free content I look forward to sharing with you.</p>\n<p>&nbsp;</p>\n</div>\n<div>\n<p>I want to ensure you have proven and real information from here on.</p>\n<p><strong>See you on the other side.</strong></p>\n<p><strong>Dr. Dimitrios Kostopoulos</strong></p>\n</div>\n<div><em>Helping Private Practice Owners Boom Your Business</em></div>[/et_pb_text][/et_pb_column][et_pb_column type=\"2_5\" _builder_version=\"3.19\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19\" custom_css_main_element=\" background: #fff;|| padding: 15px;|| border-radius: 10px;|| border: 4px #CCCCCC solid;\" custom_margin=\"|30px||\" header_font=\"||||||||\" header_3_font=\"|800|||||||\" header_3_text_align=\"center\"]<h3>Grab Free Magazine Subscription</h3>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Landing Page', '', 'inherit', 'closed', 'closed', '', '5-revision-v1', '', '', '2018-12-21 17:00:58', '2018-12-21 17:00:58', '', 5, 'http://quantumleaplife.com/handsondiagnostics.com/2018/12/21/5-revision-v1/', 0, 'revision', '', 0),
(27, 1, '2018-12-21 17:04:35', '2018-12-21 17:04:35', '', 'hods', '', 'inherit', 'open', 'closed', '', 'hods', '', '', '2018-12-21 17:04:35', '2018-12-21 17:04:35', '', 0, 'http://quantumleaplife.com/handsondiagnostics.com/wp-content/uploads/2018/12/hods.jpg', 0, 'attachment', 'image/jpeg', 0),
(28, 1, '2018-12-21 17:08:23', '2018-12-21 17:08:23', '', 'claimbtn', '', 'inherit', 'open', 'closed', '', 'claimbtn', '', '', '2018-12-21 17:08:23', '2018-12-21 17:08:23', '', 0, 'http://quantumleaplife.com/handsondiagnostics.com/wp-content/uploads/2018/12/claimbtn.png', 0, 'attachment', 'image/png', 0),
(29, 1, '2018-12-21 17:11:36', '2018-12-21 17:11:36', '[et_pb_section fb_built=\"1\" _builder_version=\"3.19\" custom_padding=\"0|0px|54px|0px|false|false\"][et_pb_row custom_padding=\"||0px\" custom_margin=\"||0px\" _builder_version=\"3.19\" border_radii=\"|50px|50px||\"][et_pb_column type=\"4_4\" _builder_version=\"3.19\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://quantumleaplife.com/handsondiagnostics.com/wp-content/uploads/2018/12/banner-placeholder.jpg\" show_bottom_space=\"off\" align=\"center\" _builder_version=\"3.19\" border_radii=\"|50px|50px||\" box_shadow_style=\"preset1\" custom_margin=\"||0px\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|20px|30px|true|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#10243B\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\" _builder_version=\"3.19\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#FFFFFF\" header_font_size=\"24px\"]<h1><span>Are You a Physical Therapist Eager to Improve Your Practice?</span></h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|15px|30px|false|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\" _builder_version=\"3.19\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19\" header_font=\"|800|||||||\" header_text_align=\"center\" header_text_color=\"#0183FC\"]<h1><span>How Would You Like To Achieve Better Patient Outcomes, Radically Differentiate Your Practice, And 5X Reimbursements In As Little As 90 Days?</span></h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|15px|30px|false|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#10243B\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\" _builder_version=\"3.19\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#FFFFFF\" header_font_size=\"21px\"]<h1><span>Grab Details Now to The Revolution Taking Private Practice Physical Therapy By Storm</span></h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" _builder_version=\"3.19\" background_color=\"#ffffff\" box_shadow_style=\"preset1\"][et_pb_column type=\"3_5\" _builder_version=\"3.19\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTA4MCIgaGVpZ2h0PSI1NDAiIHZpZXdCb3g9IjAgMCAxMDgwIDU0MCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPHBhdGggZmlsbD0iI0VCRUJFQiIgZD0iTTAgMGgxMDgwdjU0MEgweiIvPgogICAgICAgIDxwYXRoIGQ9Ik00NDUuNjQ5IDU0MGgtOTguOTk1TDE0NC42NDkgMzM3Ljk5NSAwIDQ4Mi42NDR2LTk4Ljk5NWwxMTYuMzY1LTExNi4zNjVjMTUuNjItMTUuNjIgNDAuOTQ3LTE1LjYyIDU2LjU2OCAwTDQ0NS42NSA1NDB6IiBmaWxsLW9wYWNpdHk9Ii4xIiBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz4KICAgICAgICA8Y2lyY2xlIGZpbGwtb3BhY2l0eT0iLjA1IiBmaWxsPSIjMDAwIiBjeD0iMzMxIiBjeT0iMTQ4IiByPSI3MCIvPgogICAgICAgIDxwYXRoIGQ9Ik0xMDgwIDM3OXYxMTMuMTM3TDcyOC4xNjIgMTQwLjMgMzI4LjQ2MiA1NDBIMjE1LjMyNEw2OTkuODc4IDU1LjQ0NmMxNS42Mi0xNS42MiA0MC45NDgtMTUuNjIgNTYuNTY4IDBMMTA4MCAzNzl6IiBmaWxsLW9wYWNpdHk9Ii4yIiBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz4KICAgIDwvZz4KPC9zdmc+Cg==\" _builder_version=\"3.19\" max_width=\"50%\" module_alignment=\"center\"][/et_pb_image][et_pb_text _builder_version=\"3.19\" text_font=\"||||||||\" text_text_color=\"#000000\" text_font_size=\"16px\" custom_padding=\"|||30px\"]<div>\n<p><strong>Are you feeling the squeeze of shrinking reimbursements from insurance carriers?</strong></p>\n<p>Have you ever felt overwhelmed by the ever-changing regulations that limit your profit potential and create more work for you?</p>\n<p><strong>Are you losing the battle for new patients from the increased competition of HOPTs and POPTs?</strong></p>\n<p>Are you struggling and finding it costlier to retain quality staff?</p>\n<p><strong>I know how you feel because at a time when we had 13 clinics (and were the 2nd largest private practice PT organization in NY), our reimbursements were slashed by 50% - 60% one after another. This new frontier of marketing, diagnosing and increased competition led me in search of solutions.</strong></p>\n<p>Hi, my name is Dr. Dimitrios Kostopoulos, DPT, MD, PhD, DSc, ECS and I’m board certified in Clinical Electrophysiology with over 26 years of clinical and private practice experience. It was from the obstacles I faced I was able to discover a technology that provided us with significantly greater profit margins and 5x - 10x more per patient visit. Once I had mastered this to a repeatable formula, I revealed the technology to other private practitioners who are gaining similar results.</p>\n<p><strong>I want to help you get the information you need in a format that fits your lifestyle which is why I’m offering a free download of our magazine called Diagnostics for PT</strong></p>\n<p>&nbsp;</p>\n</div>\n<div>\n<p>To get started simply provide your name and email address and you’ll be sent directly to a download.</p>\n<p><strong>And best of all…. It’s free.</strong></p>\n<p>There is no cost to join, no contracts to sign, and no obligation to do anything except enjoy the free content I look forward to sharing with you.</p>\n<p>&nbsp;</p>\n</div>\n<div>\n<p>I want to ensure you have proven and real information from here on.</p>\n<p><strong>See you on the other side.</strong></p>\n<p><strong>Dr. Dimitrios Kostopoulos</strong></p>\n</div>\n<div><em>Helping Private Practice Owners Boom Your Business</em></div>[/et_pb_text][/et_pb_column][et_pb_column type=\"2_5\" _builder_version=\"3.19\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19\" header_font=\"||||||||\" header_3_font=\"|800|||||||\" header_3_text_align=\"center\" custom_margin=\"|30px||\" custom_css_main_element=\" background: #c9c9c9;|| padding: 15px;|| border-radius: 10px;\" box_shadow_style=\"preset4\"]<h3>Grab Free Magazine Subscription</h3>\n<p><img src=\"http://quantumleaplife.com/handsondiagnostics.com/wp-content/uploads/2018/12/hods.jpg\" width=\"202\" height=\"266\" alt=\"\" class=\"wp-image-27 alignnone size-full\" style=\"display: block; margin-left: auto; margin-right: auto; box-shadow: -5px 5px 5px 0px rgba(0,0,0,0.75);\" /></p>\n<p><img src=\"http://quantumleaplife.com/handsondiagnostics.com/wp-content/uploads/2018/12/claimbtn.png\" width=\"288\" height=\"104\" alt=\"\" class=\"wp-image-28 alignnone size-full\" /></p>\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|15px|30px|false|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#10243B\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\" _builder_version=\"3.19\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#FFFFFF\" header_font_size=\"21px\"]<h1>You’ll Discover….</h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Landing Page', '', 'inherit', 'closed', 'closed', '', '5-revision-v1', '', '', '2018-12-21 17:11:36', '2018-12-21 17:11:36', '', 5, 'http://quantumleaplife.com/handsondiagnostics.com/2018/12/21/5-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(31, 1, '2018-12-21 17:17:26', '2018-12-21 17:17:26', '[et_pb_section fb_built=\"1\" _builder_version=\"3.19\" custom_padding=\"0|0px|54px|0px|false|false\"][et_pb_row custom_padding=\"||0px\" custom_margin=\"||0px\" _builder_version=\"3.19\" border_radii=\"|50px|50px||\"][et_pb_column type=\"4_4\" _builder_version=\"3.19\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://quantumleaplife.com/handsondiagnostics.com/wp-content/uploads/2018/12/banner-placeholder.jpg\" show_bottom_space=\"off\" align=\"center\" _builder_version=\"3.19\" border_radii=\"|50px|50px||\" box_shadow_style=\"preset1\" custom_margin=\"||0px\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|20px|30px|true|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#10243B\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\" _builder_version=\"3.19\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#FFFFFF\" header_font_size=\"24px\"]<h1><span>Are You a Physical Therapist Eager to Improve Your Practice?</span></h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|15px|30px|false|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\" _builder_version=\"3.19\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19\" header_font=\"|800|||||||\" header_text_align=\"center\" header_text_color=\"#0183FC\"]<h1><span>How Would You Like To Achieve Better Patient Outcomes, Radically Differentiate Your Practice, And 5X Reimbursements In As Little As 90 Days?</span></h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|15px|30px|false|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#10243B\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\" _builder_version=\"3.19\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#FFFFFF\" header_font_size=\"21px\"]<h1><span>Grab Details Now to The Revolution Taking Private Practice Physical Therapy By Storm</span></h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" _builder_version=\"3.19\" background_color=\"#ffffff\" box_shadow_style=\"preset1\"][et_pb_column type=\"3_5\" _builder_version=\"3.19\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTA4MCIgaGVpZ2h0PSI1NDAiIHZpZXdCb3g9IjAgMCAxMDgwIDU0MCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPHBhdGggZmlsbD0iI0VCRUJFQiIgZD0iTTAgMGgxMDgwdjU0MEgweiIvPgogICAgICAgIDxwYXRoIGQ9Ik00NDUuNjQ5IDU0MGgtOTguOTk1TDE0NC42NDkgMzM3Ljk5NSAwIDQ4Mi42NDR2LTk4Ljk5NWwxMTYuMzY1LTExNi4zNjVjMTUuNjItMTUuNjIgNDAuOTQ3LTE1LjYyIDU2LjU2OCAwTDQ0NS42NSA1NDB6IiBmaWxsLW9wYWNpdHk9Ii4xIiBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz4KICAgICAgICA8Y2lyY2xlIGZpbGwtb3BhY2l0eT0iLjA1IiBmaWxsPSIjMDAwIiBjeD0iMzMxIiBjeT0iMTQ4IiByPSI3MCIvPgogICAgICAgIDxwYXRoIGQ9Ik0xMDgwIDM3OXYxMTMuMTM3TDcyOC4xNjIgMTQwLjMgMzI4LjQ2MiA1NDBIMjE1LjMyNEw2OTkuODc4IDU1LjQ0NmMxNS42Mi0xNS42MiA0MC45NDgtMTUuNjIgNTYuNTY4IDBMMTA4MCAzNzl6IiBmaWxsLW9wYWNpdHk9Ii4yIiBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz4KICAgIDwvZz4KPC9zdmc+Cg==\" _builder_version=\"3.19\" max_width=\"50%\" module_alignment=\"center\"][/et_pb_image][et_pb_text _builder_version=\"3.19\" text_font=\"||||||||\" text_text_color=\"#000000\" text_font_size=\"16px\" custom_padding=\"|||30px\"]<div>\n<p><strong>Are you feeling the squeeze of shrinking reimbursements from insurance carriers?</strong></p>\n<p>Have you ever felt overwhelmed by the ever-changing regulations that limit your profit potential and create more work for you?</p>\n<p><strong>Are you losing the battle for new patients from the increased competition of HOPTs and POPTs?</strong></p>\n<p>Are you struggling and finding it costlier to retain quality staff?</p>\n<p><strong>I know how you feel because at a time when we had 13 clinics (and were the 2nd largest private practice PT organization in NY), our reimbursements were slashed by 50% - 60% one after another. This new frontier of marketing, diagnosing and increased competition led me in search of solutions.</strong></p>\n<p>Hi, my name is Dr. Dimitrios Kostopoulos, DPT, MD, PhD, DSc, ECS and I’m board certified in Clinical Electrophysiology with over 26 years of clinical and private practice experience. It was from the obstacles I faced I was able to discover a technology that provided us with significantly greater profit margins and 5x - 10x more per patient visit. Once I had mastered this to a repeatable formula, I revealed the technology to other private practitioners who are gaining similar results.</p>\n<p><strong>I want to help you get the information you need in a format that fits your lifestyle which is why I’m offering a free download of our magazine called Diagnostics for PT</strong></p>\n<p><strong></strong></p>\n</div>\n<div>\n<p>To get started simply provide your name and email address and you’ll be sent directly to a download.</p>\n<p><strong>And best of all…. It’s free.</strong></p>\n<p>There is no cost to join, no contracts to sign, and no obligation to do anything except enjoy the free content I look forward to sharing with you.</p>\n<p>&nbsp;</p>\n</div>\n<div>\n<p>I want to ensure you have proven and real information from here on.</p>\n<p><strong>See you on the other side.</strong></p>\n<p><strong>Dr. Dimitrios Kostopoulos</strong></p>\n</div>\n<div><em>Helping Private Practice Owners Boom Your Business</em></div>[/et_pb_text][/et_pb_column][et_pb_column type=\"2_5\" _builder_version=\"3.19\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19\" header_font=\"||||||||\" header_3_font=\"|800|||||||\" header_3_text_align=\"center\" custom_margin=\"|30px||\" custom_css_main_element=\" background: #c9c9c9;|| padding: 15px;|| border-radius: 10px;\" box_shadow_style=\"preset4\"]<h3>Grab Free Magazine Subscription</h3>\n<p><img src=\"http://quantumleaplife.com/handsondiagnostics.com/wp-content/uploads/2018/12/hods.jpg\" width=\"202\" height=\"266\" alt=\"\" class=\"wp-image-27 alignnone size-full\" style=\"display: block; margin-left: auto; margin-right: auto; box-shadow: -5px 5px 5px 0px rgba(0,0,0,0.75);\" /></p>\n<p><img src=\"http://quantumleaplife.com/handsondiagnostics.com/wp-content/uploads/2018/12/claimbtn.png\" width=\"288\" height=\"104\" alt=\"\" class=\"wp-image-28 alignnone size-full\" /></p>\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|15px|30px|false|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#10243B\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\" _builder_version=\"3.19\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#FFFFFF\" header_font_size=\"21px\"]<h1>You’ll Discover….</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" _builder_version=\"3.19\" background_color=\"#ffffff\" box_shadow_style=\"preset1\" border_radii=\"|||30px|30px\"][et_pb_column type=\"4_4\" _builder_version=\"3.19\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19\" text_font=\"||||||||\" text_text_color=\"#000000\" text_font_size=\"16px\" custom_padding=\"|||30px\"]<ul>\n<li> How to Get off the Treadmill and Increase Your Productivity While Reducing Your Hours</li>\n<li>The Secret to Getting Higher Insurance Payouts from Insurance Providers</li>\n<li>How to Increase Accurate Diagnosis and Accelerate Healing</li>\n<li>New Revenue Streams that Improve Patient Outcomes and Increase Net Profit Margins </li>\n</ul>\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Landing Page', '', 'inherit', 'closed', 'closed', '', '5-revision-v1', '', '', '2018-12-21 17:17:26', '2018-12-21 17:17:26', '', 5, 'http://quantumleaplife.com/handsondiagnostics.com/2018/12/21/5-revision-v1/', 0, 'revision', '', 0),
(33, 1, '2018-12-21 17:23:59', '2018-12-21 17:23:59', '[et_pb_section fb_built=\"1\" _builder_version=\"3.19\" custom_padding=\"0|0px|0|0px|false|false\"][et_pb_row custom_padding=\"||0px\" custom_margin=\"||0px\" _builder_version=\"3.19\" border_radii=\"|50px|50px||\"][et_pb_column type=\"4_4\" _builder_version=\"3.19\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://quantumleaplife.com/handsondiagnostics.com/wp-content/uploads/2018/12/banner-placeholder.jpg\" show_bottom_space=\"off\" align=\"center\" _builder_version=\"3.19\" border_radii=\"|50px|50px||\" box_shadow_style=\"preset1\" custom_margin=\"||0px\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|20px|30px|true|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#10243B\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\" _builder_version=\"3.19\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#FFFFFF\" header_font_size=\"24px\"]<h1><span>Are You a Physical Therapist Eager to Improve Your Practice?</span></h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|15px|30px|false|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\" _builder_version=\"3.19\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19\" header_font=\"|800|||||||\" header_text_align=\"center\" header_text_color=\"#0183FC\"]<h1><span>How Would You Like To Achieve Better Patient Outcomes, Radically Differentiate Your Practice, And 5X Reimbursements In As Little As 90 Days?</span></h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|15px|30px|false|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#10243B\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\" _builder_version=\"3.19\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#FFFFFF\" header_font_size=\"21px\"]<h1><span>Grab Details Now to The Revolution Taking Private Practice Physical Therapy By Storm</span></h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" _builder_version=\"3.19\" background_color=\"#ffffff\" box_shadow_style=\"preset1\"][et_pb_column type=\"3_5\" _builder_version=\"3.19\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTA4MCIgaGVpZ2h0PSI1NDAiIHZpZXdCb3g9IjAgMCAxMDgwIDU0MCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPHBhdGggZmlsbD0iI0VCRUJFQiIgZD0iTTAgMGgxMDgwdjU0MEgweiIvPgogICAgICAgIDxwYXRoIGQ9Ik00NDUuNjQ5IDU0MGgtOTguOTk1TDE0NC42NDkgMzM3Ljk5NSAwIDQ4Mi42NDR2LTk4Ljk5NWwxMTYuMzY1LTExNi4zNjVjMTUuNjItMTUuNjIgNDAuOTQ3LTE1LjYyIDU2LjU2OCAwTDQ0NS42NSA1NDB6IiBmaWxsLW9wYWNpdHk9Ii4xIiBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz4KICAgICAgICA8Y2lyY2xlIGZpbGwtb3BhY2l0eT0iLjA1IiBmaWxsPSIjMDAwIiBjeD0iMzMxIiBjeT0iMTQ4IiByPSI3MCIvPgogICAgICAgIDxwYXRoIGQ9Ik0xMDgwIDM3OXYxMTMuMTM3TDcyOC4xNjIgMTQwLjMgMzI4LjQ2MiA1NDBIMjE1LjMyNEw2OTkuODc4IDU1LjQ0NmMxNS42Mi0xNS42MiA0MC45NDgtMTUuNjIgNTYuNTY4IDBMMTA4MCAzNzl6IiBmaWxsLW9wYWNpdHk9Ii4yIiBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz4KICAgIDwvZz4KPC9zdmc+Cg==\" _builder_version=\"3.19\" max_width=\"50%\" module_alignment=\"center\"][/et_pb_image][et_pb_text _builder_version=\"3.19\" text_font=\"||||||||\" text_text_color=\"#000000\" text_font_size=\"16px\" custom_padding=\"|||30px\"]<div>\n<p><strong>Are you feeling the squeeze of shrinking reimbursements from insurance carriers?</strong></p>\n<p>Have you ever felt overwhelmed by the ever-changing regulations that limit your profit potential and create more work for you?</p>\n<p><strong>Are you losing the battle for new patients from the increased competition of HOPTs and POPTs?</strong></p>\n<p>Are you struggling and finding it costlier to retain quality staff?</p>\n<p><strong>I know how you feel because at a time when we had 13 clinics (and were the 2nd largest private practice PT organization in NY), our reimbursements were slashed by 50% - 60% one after another. This new frontier of marketing, diagnosing and increased competition led me in search of solutions.</strong></p>\n<p>Hi, my name is Dr. Dimitrios Kostopoulos, DPT, MD, PhD, DSc, ECS and I’m board certified in Clinical Electrophysiology with over 26 years of clinical and private practice experience. It was from the obstacles I faced I was able to discover a technology that provided us with significantly greater profit margins and 5x - 10x more per patient visit. Once I had mastered this to a repeatable formula, I revealed the technology to other private practitioners who are gaining similar results.</p>\n<p><strong>I want to help you get the information you need in a format that fits your lifestyle which is why I’m offering a free download of our magazine called Diagnostics for PT</strong></p>\n<p><strong></strong></p>\n</div>\n<div>\n<p>To get started simply provide your name and email address and you’ll be sent directly to a download.</p>\n<p><strong>And best of all…. It’s free.</strong></p>\n<p>There is no cost to join, no contracts to sign, and no obligation to do anything except enjoy the free content I look forward to sharing with you.</p>\n<p>&nbsp;</p>\n</div>\n<div>\n<p>I want to ensure you have proven and real information from here on.</p>\n<p><strong>See you on the other side.</strong></p>\n<p><strong>Dr. Dimitrios Kostopoulos</strong></p>\n</div>\n<div><em>Helping Private Practice Owners Boom Your Business</em></div>[/et_pb_text][/et_pb_column][et_pb_column type=\"2_5\" _builder_version=\"3.19\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19\" header_font=\"||||||||\" header_3_font=\"|800|||||||\" header_3_text_align=\"center\" custom_margin=\"|30px||\" custom_css_main_element=\" background: #c9c9c9;|| padding: 15px;|| border-radius: 10px;\" box_shadow_style=\"preset4\"]<h3>Grab Free Magazine Subscription</h3>\n<p><img src=\"http://quantumleaplife.com/handsondiagnostics.com/wp-content/uploads/2018/12/hods.jpg\" width=\"202\" height=\"266\" alt=\"\" class=\"wp-image-27 alignnone size-full\" style=\"display: block; margin-left: auto; margin-right: auto; box-shadow: -5px 5px 5px 0px rgba(0,0,0,0.75);\" /></p>\n<p><img src=\"http://quantumleaplife.com/handsondiagnostics.com/wp-content/uploads/2018/12/claimbtn.png\" width=\"288\" height=\"104\" alt=\"\" class=\"wp-image-28 alignnone size-full\" /></p>\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|15px|30px|false|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#10243B\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\" _builder_version=\"3.19\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#FFFFFF\" header_font_size=\"21px\"]<h1>You’ll Discover….</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" _builder_version=\"3.19\" background_color=\"#ffffff\" box_shadow_style=\"preset1\" border_radii=\"|||30px|30px\"][et_pb_column type=\"4_4\" _builder_version=\"3.19\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19\" text_font=\"||||||||\" text_text_color=\"#000000\" text_font_size=\"16px\" custom_padding=\"|||30px\"]<ul>\n<li> How to Get off the Treadmill and Increase Your Productivity While Reducing Your Hours</li>\n<li>The Secret to Getting Higher Insurance Payouts from Insurance Providers</li>\n<li>How to Increase Accurate Diagnosis and Accelerate Healing</li>\n<li>New Revenue Streams that Improve Patient Outcomes and Increase Net Profit Margins </li>\n</ul>\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19\"][et_pb_column type=\"4_4\" _builder_version=\"3.19\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19\"]<p style=\"text-align: center;\"><span style=\"color: #000000;\"><a target=\"_blank\" rel=\"noopener\" style=\"color: #000000;\">| <strong>PRIVACY POLICY &amp; TERMS Of USE</strong> |</a></span></p>\n<p style=\"text-align: center;\"><span style=\"color: #000000;\"><span>Created by </span><span style=\"color: #ffffff;\"><strong><a href=\"http://www.innersurf.com/\" target=\"_blank\" rel=\"noopener\" style=\"color: #10233A;\">InnerSurf Online Solutions</a></strong></span></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Landing Page', '', 'inherit', 'closed', 'closed', '', '5-revision-v1', '', '', '2018-12-21 17:23:59', '2018-12-21 17:23:59', '', 5, 'http://quantumleaplife.com/handsondiagnostics.com/2018/12/21/5-revision-v1/', 0, 'revision', '', 0),
(34, 1, '2018-12-21 17:44:30', '2018-12-21 17:44:30', '', 'hods-banner', '', 'inherit', 'open', 'closed', '', 'hods-banner', '', '', '2018-12-21 17:44:30', '2018-12-21 17:44:30', '', 0, 'http://quantumleaplife.com/handsondiagnostics.com/wp-content/uploads/2018/12/hods-banner.jpg', 0, 'attachment', 'image/jpeg', 0),
(36, 1, '2018-12-21 17:45:16', '2018-12-21 17:45:16', '[et_pb_section fb_built=\"1\" _builder_version=\"3.19\" custom_padding=\"0|0px|0|0px|false|false\"][et_pb_row custom_padding=\"||0px\" custom_margin=\"||0px\" _builder_version=\"3.19\" border_radii=\"|50px|50px||\"][et_pb_column type=\"4_4\" _builder_version=\"3.19\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://quantumleaplife.com/handsondiagnostics.com/wp-content/uploads/2018/12/hods-banner.jpg\" show_bottom_space=\"off\" align=\"center\" _builder_version=\"3.19\" border_radii=\"|50px|50px||\" box_shadow_style=\"preset1\" custom_margin=\"||0px\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|20px|30px|true|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#10243B\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\" _builder_version=\"3.19\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#FFFFFF\" header_font_size=\"24px\"]<h1><span>Are You a Physical Therapist Eager to Improve Your Practice?</span></h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|15px|30px|false|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\" _builder_version=\"3.19\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19\" header_font=\"|800|||||||\" header_text_align=\"center\" header_text_color=\"#0183FC\"]<h1><span>How Would You Like To Achieve Better Patient Outcomes, Radically Differentiate Your Practice, And 5X Reimbursements In As Little As 90 Days?</span></h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|15px|30px|false|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#10243B\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\" _builder_version=\"3.19\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#FFFFFF\" header_font_size=\"21px\"]<h1><span>Grab Details Now to The Revolution Taking Private Practice Physical Therapy By Storm</span></h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" _builder_version=\"3.19\" background_color=\"#ffffff\" box_shadow_style=\"preset1\"][et_pb_column type=\"3_5\" _builder_version=\"3.19\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTA4MCIgaGVpZ2h0PSI1NDAiIHZpZXdCb3g9IjAgMCAxMDgwIDU0MCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPHBhdGggZmlsbD0iI0VCRUJFQiIgZD0iTTAgMGgxMDgwdjU0MEgweiIvPgogICAgICAgIDxwYXRoIGQ9Ik00NDUuNjQ5IDU0MGgtOTguOTk1TDE0NC42NDkgMzM3Ljk5NSAwIDQ4Mi42NDR2LTk4Ljk5NWwxMTYuMzY1LTExNi4zNjVjMTUuNjItMTUuNjIgNDAuOTQ3LTE1LjYyIDU2LjU2OCAwTDQ0NS42NSA1NDB6IiBmaWxsLW9wYWNpdHk9Ii4xIiBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz4KICAgICAgICA8Y2lyY2xlIGZpbGwtb3BhY2l0eT0iLjA1IiBmaWxsPSIjMDAwIiBjeD0iMzMxIiBjeT0iMTQ4IiByPSI3MCIvPgogICAgICAgIDxwYXRoIGQ9Ik0xMDgwIDM3OXYxMTMuMTM3TDcyOC4xNjIgMTQwLjMgMzI4LjQ2MiA1NDBIMjE1LjMyNEw2OTkuODc4IDU1LjQ0NmMxNS42Mi0xNS42MiA0MC45NDgtMTUuNjIgNTYuNTY4IDBMMTA4MCAzNzl6IiBmaWxsLW9wYWNpdHk9Ii4yIiBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz4KICAgIDwvZz4KPC9zdmc+Cg==\" _builder_version=\"3.19\" max_width=\"50%\" module_alignment=\"center\"][/et_pb_image][et_pb_text _builder_version=\"3.19\" text_font=\"||||||||\" text_text_color=\"#000000\" text_font_size=\"16px\" custom_padding=\"|||30px\"]<div>\n<p><strong>Are you feeling the squeeze of shrinking reimbursements from insurance carriers?</strong></p>\n<p>Have you ever felt overwhelmed by the ever-changing regulations that limit your profit potential and create more work for you?</p>\n<p><strong>Are you losing the battle for new patients from the increased competition of HOPTs and POPTs?</strong></p>\n<p>Are you struggling and finding it costlier to retain quality staff?</p>\n<p><strong>I know how you feel because at a time when we had 13 clinics (and were the 2nd largest private practice PT organization in NY), our reimbursements were slashed by 50% - 60% one after another. This new frontier of marketing, diagnosing and increased competition led me in search of solutions.</strong></p>\n<p>Hi, my name is Dr. Dimitrios Kostopoulos, DPT, MD, PhD, DSc, ECS and I’m board certified in Clinical Electrophysiology with over 26 years of clinical and private practice experience. It was from the obstacles I faced I was able to discover a technology that provided us with significantly greater profit margins and 5x - 10x more per patient visit. Once I had mastered this to a repeatable formula, I revealed the technology to other private practitioners who are gaining similar results.</p>\n<p><strong>I want to help you get the information you need in a format that fits your lifestyle which is why I’m offering a free download of our magazine called Diagnostics for PT</strong></p>\n<p><strong></strong></p>\n</div>\n<div>\n<p>To get started simply provide your name and email address and you’ll be sent directly to a download.</p>\n<p><strong>And best of all…. It’s free.</strong></p>\n<p>There is no cost to join, no contracts to sign, and no obligation to do anything except enjoy the free content I look forward to sharing with you.</p>\n<p>&nbsp;</p>\n</div>\n<div>\n<p>I want to ensure you have proven and real information from here on.</p>\n<p><strong>See you on the other side.</strong></p>\n<p><strong>Dr. Dimitrios Kostopoulos</strong></p>\n</div>\n<div><em>Helping Private Practice Owners Boom Your Business</em></div>[/et_pb_text][/et_pb_column][et_pb_column type=\"2_5\" _builder_version=\"3.19\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19\" header_font=\"||||||||\" header_3_font=\"|800|||||||\" header_3_text_align=\"center\" custom_margin=\"|30px||\" custom_css_main_element=\" background: #c9c9c9;|| padding: 15px;|| border-radius: 10px;\" box_shadow_style=\"preset4\"]<h3>Grab Free Magazine Subscription</h3>\n<p><img src=\"http://quantumleaplife.com/handsondiagnostics.com/wp-content/uploads/2018/12/hods.jpg\" width=\"202\" height=\"266\" alt=\"\" class=\"wp-image-27 alignnone size-full\" style=\"display: block; margin-left: auto; margin-right: auto; box-shadow: -5px 5px 5px 0px rgba(0,0,0,0.75);\" /></p>\n<p><img src=\"http://quantumleaplife.com/handsondiagnostics.com/wp-content/uploads/2018/12/claimbtn.png\" width=\"288\" height=\"104\" alt=\"\" class=\"wp-image-28 alignnone size-full\" /></p>\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|15px|30px|false|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#10243B\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\" _builder_version=\"3.19\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#FFFFFF\" header_font_size=\"21px\"]<h1>You’ll Discover….</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" _builder_version=\"3.19\" background_color=\"#ffffff\" box_shadow_style=\"preset1\" border_radii=\"|||30px|30px\"][et_pb_column type=\"4_4\" _builder_version=\"3.19\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19\" text_font=\"||||||||\" text_text_color=\"#000000\" text_font_size=\"16px\" custom_padding=\"|||30px\"]<ul>\n<li> How to Get off the Treadmill and Increase Your Productivity While Reducing Your Hours</li>\n<li>The Secret to Getting Higher Insurance Payouts from Insurance Providers</li>\n<li>How to Increase Accurate Diagnosis and Accelerate Healing</li>\n<li>New Revenue Streams that Improve Patient Outcomes and Increase Net Profit Margins </li>\n</ul>\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19\"][et_pb_column type=\"4_4\" _builder_version=\"3.19\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19\"]<p style=\"text-align: center;\"><span style=\"color: #000000;\"><a target=\"_blank\" rel=\"noopener\" style=\"color: #000000;\">| <strong>PRIVACY POLICY &amp; TERMS Of USE</strong> |</a></span></p>\n<p style=\"text-align: center;\"><span style=\"color: #000000;\"><span>Created by </span><span style=\"color: #ffffff;\"><strong><a href=\"http://www.innersurf.com/\" target=\"_blank\" rel=\"noopener\" style=\"color: #10233A;\">InnerSurf Online Solutions</a></strong></span></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Landing Page', '', 'inherit', 'closed', 'closed', '', '5-revision-v1', '', '', '2018-12-21 17:45:16', '2018-12-21 17:45:16', '', 5, 'http://quantumleaplife.com/handsondiagnostics.com/2018/12/21/5-revision-v1/', 0, 'revision', '', 0),
(38, 1, '2018-12-21 18:01:53', '2018-12-21 18:01:53', '[et_pb_section fb_built=\"1\" _builder_version=\"3.19\" custom_padding=\"0|0px|0|0px|false|false\"][et_pb_row custom_padding=\"||0px\" custom_margin=\"||0px\" _builder_version=\"3.19\" border_radii=\"|50px|50px||\"][et_pb_column type=\"4_4\" _builder_version=\"3.19\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://quantumleaplife.com/handsondiagnostics.com/wp-content/uploads/2018/12/hods-banner.jpg\" show_bottom_space=\"off\" align=\"center\" _builder_version=\"3.19\" border_radii=\"|50px|50px||\" box_shadow_style=\"preset1\" custom_margin=\"||0px\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|20px|30px|true|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#10243B\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\" _builder_version=\"3.19\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#FFFFFF\" header_font_size=\"24px\"]<h1><span>Are You a Physical Therapist Eager to Improve Your Practice?</span></h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|15px|30px|false|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\" _builder_version=\"3.19\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19\" header_font=\"|800|||||||\" header_text_align=\"center\" header_text_color=\"#0183FC\"]<h1><span>How Would You Like To Achieve Better Patient Outcomes, Radically Differentiate Your Practice, And 5X Reimbursements In As Little As 90 Days?</span></h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|15px|30px|false|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#10243B\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\" _builder_version=\"3.19\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#FFFFFF\" header_font_size=\"21px\"]<h1><span>Grab Details Now to The Revolution Taking Private Practice Physical Therapy By Storm</span></h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" _builder_version=\"3.19\" background_color=\"#ffffff\" box_shadow_style=\"preset1\"][et_pb_column type=\"3_5\" _builder_version=\"3.19\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTA4MCIgaGVpZ2h0PSI1NDAiIHZpZXdCb3g9IjAgMCAxMDgwIDU0MCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPHBhdGggZmlsbD0iI0VCRUJFQiIgZD0iTTAgMGgxMDgwdjU0MEgweiIvPgogICAgICAgIDxwYXRoIGQ9Ik00NDUuNjQ5IDU0MGgtOTguOTk1TDE0NC42NDkgMzM3Ljk5NSAwIDQ4Mi42NDR2LTk4Ljk5NWwxMTYuMzY1LTExNi4zNjVjMTUuNjItMTUuNjIgNDAuOTQ3LTE1LjYyIDU2LjU2OCAwTDQ0NS42NSA1NDB6IiBmaWxsLW9wYWNpdHk9Ii4xIiBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz4KICAgICAgICA8Y2lyY2xlIGZpbGwtb3BhY2l0eT0iLjA1IiBmaWxsPSIjMDAwIiBjeD0iMzMxIiBjeT0iMTQ4IiByPSI3MCIvPgogICAgICAgIDxwYXRoIGQ9Ik0xMDgwIDM3OXYxMTMuMTM3TDcyOC4xNjIgMTQwLjMgMzI4LjQ2MiA1NDBIMjE1LjMyNEw2OTkuODc4IDU1LjQ0NmMxNS42Mi0xNS42MiA0MC45NDgtMTUuNjIgNTYuNTY4IDBMMTA4MCAzNzl6IiBmaWxsLW9wYWNpdHk9Ii4yIiBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz4KICAgIDwvZz4KPC9zdmc+Cg==\" _builder_version=\"3.19\" max_width=\"50%\" module_alignment=\"center\"][/et_pb_image][et_pb_text _builder_version=\"3.19\" text_font=\"||||||||\" text_text_color=\"#000000\" text_font_size=\"16px\" custom_padding=\"|||30px\"]<div>\n<p><strong>Are you feeling the squeeze of shrinking reimbursements from insurance carriers?</strong></p>\n<p>Have you ever felt overwhelmed by the ever-changing regulations that limit your profit potential and create more work for you?</p>\n<p><strong>Are you losing the battle for new patients from the increased competition of HOPTs and POPTs?</strong></p>\n<p>Are you struggling and finding it costlier to retain quality staff?</p>\n<p><strong>I know how you feel because at a time when we had 13 clinics (and were the 2nd largest private practice PT organization in NY), our reimbursements were slashed by 50% - 60% one after another. This new frontier of marketing, diagnosing and increased competition led me in search of solutions.</strong></p>\n<p>Hi, my name is Dr. Dimitrios Kostopoulos, DPT, MD, PhD, DSc, ECS and I’m board certified in Clinical Electrophysiology with over 26 years of clinical and private practice experience. It was from the obstacles I faced I was able to discover a technology that provided us with significantly greater profit margins and 5x - 10x more per patient visit. Once I had mastered this to a repeatable formula, I revealed the technology to other private practitioners who are gaining similar results.</p>\n<p><strong>I want to help you get the information you need in a format that fits your lifestyle which is why I’m offering a free download of our magazine called Diagnostics for PT</strong></p>\n<p><strong></strong></p>\n</div>\n<div>\n<p>To get started simply provide your name and email address and you’ll be sent directly to a download.</p>\n<p><strong>And best of all…. It’s free.</strong></p>\n<p>There is no cost to join, no contracts to sign, and no obligation to do anything except enjoy the free content I look forward to sharing with you.</p>\n<p>&nbsp;</p>\n</div>\n<div>\n<p>I want to ensure you have proven and real information from here on.</p>\n<p><strong>See you on the other side.</strong></p>\n<p><strong>Dr. Dimitrios Kostopoulos</strong></p>\n</div>\n<div><em>Helping Private Practice Owners Boom Your Business</em></div>[/et_pb_text][/et_pb_column][et_pb_column type=\"2_5\" _builder_version=\"3.19\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19\" header_font=\"||||||||\" header_3_font=\"|800|||||||\" header_3_text_align=\"center\" custom_margin=\"|||\" custom_css_main_element=\" width: 90%;||height: auto;||background: #c9c9c9;|| padding: 15px;|| border-radius: 10px;\" box_shadow_style=\"preset4\"]<h3>Grab Free Magazine Subscription</h3>\n<p><img src=\"http://quantumleaplife.com/handsondiagnostics.com/wp-content/uploads/2018/12/hods.jpg\" width=\"202\" height=\"266\" alt=\"\" class=\"wp-image-27 alignnone size-full\" style=\"display: block; margin-left: auto; margin-right: auto; box-shadow: -5px 5px 5px 0px rgba(0,0,0,0.75);\" /></p>\n<p><img src=\"http://quantumleaplife.com/handsondiagnostics.com/wp-content/uploads/2018/12/claimbtn.png\" width=\"288\" height=\"104\" alt=\"\" class=\"wp-image-28 alignnone size-full\" /></p>\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|15px|30px|false|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#10243B\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\" _builder_version=\"3.19\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#FFFFFF\" header_font_size=\"21px\"]<h1>You’ll Discover….</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" _builder_version=\"3.19\" background_color=\"#ffffff\" box_shadow_style=\"preset1\" border_radii=\"|||30px|30px\"][et_pb_column type=\"4_4\" _builder_version=\"3.19\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19\" text_font=\"||||||||\" text_text_color=\"#000000\" text_font_size=\"16px\" custom_padding=\"|||30px\"]<ul>\n<li> How to Get off the Treadmill and Increase Your Productivity While Reducing Your Hours</li>\n<li>The Secret to Getting Higher Insurance Payouts from Insurance Providers</li>\n<li>How to Increase Accurate Diagnosis and Accelerate Healing</li>\n<li>New Revenue Streams that Improve Patient Outcomes and Increase Net Profit Margins </li>\n</ul>\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19\"][et_pb_column type=\"4_4\" _builder_version=\"3.19\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19\"]<p style=\"text-align: center;\"><span style=\"color: #000000;\"><a target=\"_blank\" rel=\"noopener\" style=\"color: #000000;\">| <strong>PRIVACY POLICY &amp; TERMS Of USE</strong> |</a></span></p>\n<p style=\"text-align: center;\"><span style=\"color: #000000;\"><span>Created by </span><span style=\"color: #ffffff;\"><strong><a href=\"http://www.innersurf.com/\" target=\"_blank\" rel=\"noopener\" style=\"color: #10233A;\">InnerSurf Online Solutions</a></strong></span></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Landing Page', '', 'inherit', 'closed', 'closed', '', '5-revision-v1', '', '', '2018-12-21 18:01:53', '2018-12-21 18:01:53', '', 5, 'http://quantumleaplife.com/handsondiagnostics.com/2018/12/21/5-revision-v1/', 0, 'revision', '', 0),
(40, 1, '2018-12-21 18:13:03', '2018-12-21 18:13:03', '[et_pb_section fb_built=\"1\" _builder_version=\"3.19\" custom_padding=\"0|0px|0|0px|false|false\" background_color=\"#c9c9c9\"][et_pb_row custom_padding=\"||0px\" custom_margin=\"||0px\" _builder_version=\"3.19\" border_radii=\"|50px|50px||\"][et_pb_column type=\"4_4\" _builder_version=\"3.19\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://quantumleaplife.com/handsondiagnostics.com/wp-content/uploads/2018/12/hods-banner.jpg\" show_bottom_space=\"off\" align=\"center\" _builder_version=\"3.19\" border_radii=\"|50px|50px||\" box_shadow_style=\"preset1\" custom_margin=\"||0px\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|20px|30px|true|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#10243B\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\" _builder_version=\"3.19\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#FFFFFF\" header_font_size=\"24px\"]<h1><span>Are You a Physical Therapist Eager to Improve Your Practice?</span></h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|15px|30px|false|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" box_shadow_style=\"preset1\" background_color=\"#ffffff\"][et_pb_column type=\"4_4\" _builder_version=\"3.19\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19\" header_font=\"|800|||||||\" header_text_align=\"center\" header_text_color=\"#0183FC\"]<h1><span>How Would You Like To Achieve Better Patient Outcomes, Radically Differentiate Your Practice, And 5X Reimbursements In As Little As 90 Days?</span></h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|15px|30px|false|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#10243B\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\" _builder_version=\"3.19\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#FFFFFF\" header_font_size=\"21px\"]<h1><span>Grab Details Now to The Revolution Taking Private Practice Physical Therapy By Storm</span></h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" _builder_version=\"3.19\" background_color=\"#ffffff\" box_shadow_style=\"preset1\"][et_pb_column type=\"3_5\" _builder_version=\"3.19\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTA4MCIgaGVpZ2h0PSI1NDAiIHZpZXdCb3g9IjAgMCAxMDgwIDU0MCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPHBhdGggZmlsbD0iI0VCRUJFQiIgZD0iTTAgMGgxMDgwdjU0MEgweiIvPgogICAgICAgIDxwYXRoIGQ9Ik00NDUuNjQ5IDU0MGgtOTguOTk1TDE0NC42NDkgMzM3Ljk5NSAwIDQ4Mi42NDR2LTk4Ljk5NWwxMTYuMzY1LTExNi4zNjVjMTUuNjItMTUuNjIgNDAuOTQ3LTE1LjYyIDU2LjU2OCAwTDQ0NS42NSA1NDB6IiBmaWxsLW9wYWNpdHk9Ii4xIiBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz4KICAgICAgICA8Y2lyY2xlIGZpbGwtb3BhY2l0eT0iLjA1IiBmaWxsPSIjMDAwIiBjeD0iMzMxIiBjeT0iMTQ4IiByPSI3MCIvPgogICAgICAgIDxwYXRoIGQ9Ik0xMDgwIDM3OXYxMTMuMTM3TDcyOC4xNjIgMTQwLjMgMzI4LjQ2MiA1NDBIMjE1LjMyNEw2OTkuODc4IDU1LjQ0NmMxNS42Mi0xNS42MiA0MC45NDgtMTUuNjIgNTYuNTY4IDBMMTA4MCAzNzl6IiBmaWxsLW9wYWNpdHk9Ii4yIiBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz4KICAgIDwvZz4KPC9zdmc+Cg==\" _builder_version=\"3.19\" max_width=\"50%\" module_alignment=\"center\"][/et_pb_image][et_pb_text _builder_version=\"3.19\" text_font=\"||||||||\" text_text_color=\"#000000\" text_font_size=\"16px\" custom_padding=\"|||30px\"]<div>\n<p><strong>Are you feeling the squeeze of shrinking reimbursements from insurance carriers?</strong></p>\n<p>Have you ever felt overwhelmed by the ever-changing regulations that limit your profit potential and create more work for you?</p>\n<p><strong>Are you losing the battle for new patients from the increased competition of HOPTs and POPTs?</strong></p>\n<p>Are you struggling and finding it costlier to retain quality staff?</p>\n<p><strong>I know how you feel because at a time when we had 13 clinics (and were the 2nd largest private practice PT organization in NY), our reimbursements were slashed by 50% - 60% one after another. This new frontier of marketing, diagnosing and increased competition led me in search of solutions.</strong></p>\n<p>Hi, my name is Dr. Dimitrios Kostopoulos, DPT, MD, PhD, DSc, ECS and I’m board certified in Clinical Electrophysiology with over 26 years of clinical and private practice experience. It was from the obstacles I faced I was able to discover a technology that provided us with significantly greater profit margins and 5x - 10x more per patient visit. Once I had mastered this to a repeatable formula, I revealed the technology to other private practitioners who are gaining similar results.</p>\n<p><strong>I want to help you get the information you need in a format that fits your lifestyle which is why I’m offering a free download of our magazine called Diagnostics for PT</strong></p>\n<p><strong></strong></p>\n</div>\n<div>\n<p>To get started simply provide your name and email address and you’ll be sent directly to a download.</p>\n<p><strong>And best of all…. It’s free.</strong></p>\n<p>There is no cost to join, no contracts to sign, and no obligation to do anything except enjoy the free content I look forward to sharing with you.</p>\n<p>&nbsp;</p>\n</div>\n<div>\n<p>I want to ensure you have proven and real information from here on.</p>\n<p><strong>See you on the other side.</strong></p>\n<p><strong>Dr. Dimitrios Kostopoulos</strong></p>\n</div>\n<div><em>Helping Private Practice Owners Boom Your Business</em></div>[/et_pb_text][/et_pb_column][et_pb_column type=\"2_5\" _builder_version=\"3.19\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19\" header_font=\"||||||||\" header_3_font=\"|800|||||||\" header_3_text_align=\"center\" custom_margin=\"|||\" custom_css_main_element=\" width: 90%;||height: auto;||background: #c9c9c9;|| padding: 15px;|| border-radius: 10px;\" box_shadow_style=\"preset4\"]<h3>Grab Free Magazine Subscription</h3>\n<p><img src=\"http://quantumleaplife.com/handsondiagnostics.com/wp-content/uploads/2018/12/hods.jpg\" width=\"202\" height=\"266\" alt=\"\" class=\"wp-image-27 alignnone size-full\" style=\"display: block; margin-left: auto; margin-right: auto; box-shadow: -5px 5px 5px 0px rgba(0,0,0,0.75);\" /></p>\n<p><img src=\"http://quantumleaplife.com/handsondiagnostics.com/wp-content/uploads/2018/12/claimbtn.png\" width=\"288\" height=\"104\" alt=\"\" class=\"wp-image-28 alignnone size-full\" /></p>\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|15px|30px|false|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#10243B\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\" _builder_version=\"3.19\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#FFFFFF\" header_font_size=\"21px\"]<h1>You’ll Discover….</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" _builder_version=\"3.19\" background_color=\"#ffffff\" box_shadow_style=\"preset1\" border_radii=\"|||30px|30px\"][et_pb_column type=\"4_4\" _builder_version=\"3.19\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19\" text_font=\"||||||||\" text_text_color=\"#000000\" text_font_size=\"16px\" custom_padding=\"|||30px\"]<ul>\n<li> How to Get off the Treadmill and Increase Your Productivity While Reducing Your Hours</li>\n<li>The Secret to Getting Higher Insurance Payouts from Insurance Providers</li>\n<li>How to Increase Accurate Diagnosis and Accelerate Healing</li>\n<li>New Revenue Streams that Improve Patient Outcomes and Increase Net Profit Margins </li>\n</ul>\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19\"][et_pb_column type=\"4_4\" _builder_version=\"3.19\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19\"]<p style=\"text-align: center;\"><span style=\"color: #000000;\"><a target=\"_blank\" rel=\"noopener\" style=\"color: #000000;\">| <strong>PRIVACY POLICY &amp; TERMS Of USE</strong> |</a></span></p>\n<p style=\"text-align: center;\"><span style=\"color: #000000;\"><span>Created by </span><span style=\"color: #ffffff;\"><strong><a href=\"http://www.innersurf.com/\" target=\"_blank\" rel=\"noopener\" style=\"color: #10233A;\">InnerSurf Online Solutions</a></strong></span></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Landing Page', '', 'inherit', 'closed', 'closed', '', '5-revision-v1', '', '', '2018-12-21 18:13:03', '2018-12-21 18:13:03', '', 5, 'http://quantumleaplife.com/handsondiagnostics.com/2018/12/21/5-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(42, 1, '2018-12-21 18:14:08', '2018-12-21 18:14:08', '[et_pb_section fb_built=\"1\" _builder_version=\"3.19\" custom_padding=\"0|0px|0|0px|false|false\" background_color=\"#c9c9c9\"][et_pb_row custom_padding=\"||0px\" custom_margin=\"||0px\" _builder_version=\"3.19\" border_radii=\"|50px|50px||\"][et_pb_column type=\"4_4\" _builder_version=\"3.19\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://quantumleaplife.com/handsondiagnostics.com/wp-content/uploads/2018/12/hods-banner.jpg\" show_bottom_space=\"off\" align=\"center\" _builder_version=\"3.19\" border_radii=\"|50px|50px||\" box_shadow_style=\"preset1\" custom_margin=\"||0px\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|20px|30px|true|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#10243B\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\" _builder_version=\"3.19\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#FFFFFF\" header_font_size=\"24px\"]<h1><span>Are You a Physical Therapist Eager to Improve Your Practice?</span></h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|15px|30px|false|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" box_shadow_style=\"preset1\" background_color=\"#ffffff\"][et_pb_column type=\"4_4\" _builder_version=\"3.19\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19\" header_font=\"|800|||||||\" header_text_align=\"center\" header_text_color=\"#0183FC\"]<h1><span>How Would You Like To Achieve Better Patient Outcomes, Radically Differentiate Your Practice, And 5X Reimbursements In As Little As 90 Days?</span></h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|15px|30px|false|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#10243B\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\" _builder_version=\"3.19\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#FFFFFF\" header_font_size=\"21px\"]<h1><span>Grab Details Now to The Revolution Taking Private Practice Physical Therapy By Storm</span></h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" _builder_version=\"3.19\" background_color=\"#ffffff\" box_shadow_style=\"preset1\"][et_pb_column type=\"3_5\" _builder_version=\"3.19\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTA4MCIgaGVpZ2h0PSI1NDAiIHZpZXdCb3g9IjAgMCAxMDgwIDU0MCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPHBhdGggZmlsbD0iI0VCRUJFQiIgZD0iTTAgMGgxMDgwdjU0MEgweiIvPgogICAgICAgIDxwYXRoIGQ9Ik00NDUuNjQ5IDU0MGgtOTguOTk1TDE0NC42NDkgMzM3Ljk5NSAwIDQ4Mi42NDR2LTk4Ljk5NWwxMTYuMzY1LTExNi4zNjVjMTUuNjItMTUuNjIgNDAuOTQ3LTE1LjYyIDU2LjU2OCAwTDQ0NS42NSA1NDB6IiBmaWxsLW9wYWNpdHk9Ii4xIiBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz4KICAgICAgICA8Y2lyY2xlIGZpbGwtb3BhY2l0eT0iLjA1IiBmaWxsPSIjMDAwIiBjeD0iMzMxIiBjeT0iMTQ4IiByPSI3MCIvPgogICAgICAgIDxwYXRoIGQ9Ik0xMDgwIDM3OXYxMTMuMTM3TDcyOC4xNjIgMTQwLjMgMzI4LjQ2MiA1NDBIMjE1LjMyNEw2OTkuODc4IDU1LjQ0NmMxNS42Mi0xNS42MiA0MC45NDgtMTUuNjIgNTYuNTY4IDBMMTA4MCAzNzl6IiBmaWxsLW9wYWNpdHk9Ii4yIiBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz4KICAgIDwvZz4KPC9zdmc+Cg==\" _builder_version=\"3.19\" max_width=\"50%\" module_alignment=\"center\"][/et_pb_image][et_pb_text _builder_version=\"3.19\" text_font=\"||||||||\" text_text_color=\"#000000\" text_font_size=\"16px\" custom_padding=\"|||30px\"]<div>\n<p><strong>Are you feeling the squeeze of shrinking reimbursements from insurance carriers?</strong></p>\n<p>Have you ever felt overwhelmed by the ever-changing regulations that limit your profit potential and create more work for you?</p>\n<p><strong>Are you losing the battle for new patients from the increased competition of HOPTs and POPTs?</strong></p>\n<p>Are you struggling and finding it costlier to retain quality staff?</p>\n<p><strong>I know how you feel because at a time when we had 13 clinics (and were the 2nd largest private practice PT organization in NY), our reimbursements were slashed by 50% - 60% one after another. This new frontier of marketing, diagnosing and increased competition led me in search of solutions.</strong></p>\n<p>Hi, my name is Dr. Dimitrios Kostopoulos, DPT, MD, PhD, DSc, ECS and I’m board certified in Clinical Electrophysiology with over 26 years of clinical and private practice experience. It was from the obstacles I faced I was able to discover a technology that provided us with significantly greater profit margins and 5x - 10x more per patient visit. Once I had mastered this to a repeatable formula, I revealed the technology to other private practitioners who are gaining similar results.</p>\n<p><strong>I want to help you get the information you need in a format that fits your lifestyle which is why I’m offering a free download of our magazine called Diagnostics for PT</strong></p>\n<p><strong></strong></p>\n</div>\n<div>\n<p>To get started simply provide your name and email address and you’ll be sent directly to a download.</p>\n<p><strong>And best of all…. It’s free.</strong></p>\n<p>There is no cost to join, no contracts to sign, and no obligation to do anything except enjoy the free content I look forward to sharing with you.</p>\n<p>&nbsp;</p>\n</div>\n<div>\n<p>I want to ensure you have proven and real information from here on.</p>\n<p><strong>See you on the other side.</strong></p>\n<p><strong>Dr. Dimitrios Kostopoulos</strong></p>\n</div>\n<div><em>Helping Private Practice Owners Boom Your Business</em></div>[/et_pb_text][/et_pb_column][et_pb_column type=\"2_5\" _builder_version=\"3.19\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19\" header_font=\"||||||||\" header_3_font=\"|800|||||||\" header_3_text_align=\"center\" custom_margin=\"|||\" custom_css_main_element=\" width: 90%;||height: auto;||background: #c9c9c9;|| padding: 15px;|| border-radius: 10px;\" box_shadow_style=\"preset4\"]<h3>Grab Free Magazine Subscription</h3>\n<p><img src=\"http://quantumleaplife.com/handsondiagnostics.com/wp-content/uploads/2018/12/hods.jpg\" width=\"202\" height=\"266\" alt=\"\" class=\"wp-image-27 alignnone size-full\" style=\"display: block; margin-left: auto; margin-right: auto; box-shadow: -5px 5px 5px 0px rgba(0,0,0,0.75);\" /></p>\n<p><img src=\"http://quantumleaplife.com/handsondiagnostics.com/wp-content/uploads/2018/12/claimbtn.png\" width=\"288\" height=\"104\" alt=\"\" class=\"wp-image-28 alignnone size-full\" /></p>\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|15px|30px|false|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#10243B\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\" _builder_version=\"3.19\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#FFFFFF\" header_font_size=\"21px\"]<h1>You’ll Discover….</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" _builder_version=\"3.19\" background_color=\"#ffffff\" box_shadow_style=\"preset1\" border_radii=\"|||30px|30px\"][et_pb_column type=\"4_4\" _builder_version=\"3.19\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19\" text_font=\"||||||||\" text_text_color=\"#000000\" text_font_size=\"16px\" custom_padding=\"|||30px\"]<ul>\n<li> How to Get off the Treadmill and Increase Your Productivity While Reducing Your Hours</li>\n<li>The Secret to Getting Higher Insurance Payouts from Insurance Providers</li>\n<li>How to Increase Accurate Diagnosis and Accelerate Healing</li>\n<li>New Revenue Streams that Improve Patient Outcomes and Increase Net Profit Margins </li>\n</ul>\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19\"][et_pb_column type=\"4_4\" _builder_version=\"3.19\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19\"]<p style=\"text-align: center;\"><span style=\"color: #000000;\"><a target=\"_blank\" rel=\"noopener\" style=\"color: #000000;\">| <strong>PRIVACY POLICY &amp; TERMS Of USE</strong> |</a></span></p>\n<p style=\"text-align: center;\"><span style=\"color: #000000;\"><span>Created by </span><span style=\"color: #ffffff;\"><strong><a href=\"http://www.innersurf.com/\" target=\"_blank\" rel=\"noopener\" style=\"color: #10233A;\">InnerSurf Online Solutions</a></strong></span></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Home-Page', '', 'publish', 'closed', 'closed', '', 'home-page', '', '', '2018-12-21 18:14:08', '2018-12-21 18:14:08', '', 0, 'http://quantumleaplife.com/handsondiagnostics.com/et_pb_layout/home-page/', 0, 'et_pb_layout', '', 0),
(49, 1, '2018-12-21 19:28:30', '2018-12-21 19:28:30', '', 'HODS-NEW-PARADIGM-FOR-PHYSICAL-THERAPY', '', 'inherit', 'open', 'closed', '', 'hods-new-paradigm-for-physical-therapy', '', '', '2018-12-21 19:28:30', '2018-12-21 19:28:30', '', 0, 'http://quantumleaplife.com/handsondiagnostics.com/wp-content/uploads/2018/12/HODS-NEW-PARADIGM-FOR-PHYSICAL-THERAPY.mp4', 0, 'attachment', 'video/mp4', 0),
(60, 1, '2018-12-21 20:13:23', '2018-12-21 20:13:23', '', 'dimi-headshot-150', '', 'inherit', 'open', 'closed', '', 'dimi-headshot-150', '', '', '2018-12-21 20:13:23', '2018-12-21 20:13:23', '', 0, 'http://quantumleaplife.com/handsondiagnostics.com/wp-content/uploads/2018/12/dimi-headshot-150.jpg', 0, 'attachment', 'image/jpeg', 0),
(61, 1, '2018-12-21 20:17:31', '2018-12-21 20:17:31', '', 'Dimi', '', 'inherit', 'open', 'closed', '', 'dimi', '', '', '2018-12-21 20:17:31', '2018-12-21 20:17:31', '', 0, 'http://quantumleaplife.com/handsondiagnostics.com/wp-content/uploads/2018/12/Dimi.png', 0, 'attachment', 'image/png', 0),
(69, 1, '2018-12-21 21:20:11', '2018-12-21 21:20:11', '[et_pb_section bb_built=\"1\" admin_label=\"section\"][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"on\" background_color=\"#ffffff\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" column_padding_mobile=\"on\" custom_padding=\"|50px||50px\" custom_css_main_element=\"border-radius: 10px;||-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);|| -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);|| box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);||position: relative;||top: 20vh !important;||max-width: 665px;\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"4_4\"][et_pb_text use_border_color=\"off\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\" _builder_version=\"3.19\"]\r\n\r\n<h2 style=\"text-align: center;\">Contact Us</h2><p style=\"text-align: center;\">This is a sample of on click pop up of Divi Overlays</p>\r\n\r\n[/et_pb_text][et_pb_contact_form _builder_version=\"3.19\"][et_pb_contact_field field_title=\"Name\" field_type=\"input\" field_id=\"Name\" required_mark=\"on\" fullwidth_field=\"off\" /][et_pb_contact_field field_title=\"Email Address\" field_type=\"email\" field_id=\"Email\" required_mark=\"on\" fullwidth_field=\"off\" /][et_pb_contact_field field_title=\"Message\" field_type=\"text\" field_id=\"Message\" required_mark=\"on\" fullwidth_field=\"on\" /][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]', 'Test 1', '', 'publish', 'closed', 'closed', '', 'test-1', '', '', '2018-12-21 21:20:11', '2018-12-21 21:20:11', '', 0, 'http://quantumleaplife.com/handsondiagnostics.com/?post_type=divi_overlay&#038;p=69', 0, 'divi_overlay', '', 0),
(71, 1, '2018-12-21 21:20:32', '2018-12-21 21:20:32', '[et_pb_section fb_built=\"1\" _builder_version=\"3.19\" background_color=\"#c9c9c9\" custom_padding=\"0|0px|0|0px|false|false\"][et_pb_row custom_padding=\"||0px\" custom_margin=\"||0px\" _builder_version=\"3.19\" border_radii=\"|50px|50px||\"][et_pb_column type=\"4_4\" _builder_version=\"3.19\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://quantumleaplife.com/handsondiagnostics.com/wp-content/uploads/2018/12/hods-banner.jpg\" show_bottom_space=\"off\" align=\"center\" _builder_version=\"3.19\" border_radii=\"|50px|50px||\" box_shadow_style=\"preset1\" custom_margin=\"||0px\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|20px|30px|true|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#10243B\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\" _builder_version=\"3.19\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#FFFFFF\" header_font_size=\"24px\"]<h1><span>Are You a Physical Therapist Eager to Improve Your Practice?</span></h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|15px|30px|false|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#ffffff\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\" _builder_version=\"3.19\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19\" header_font=\"|800|||||||\" header_text_align=\"center\" header_text_color=\"#0183FC\"]<h1><span>How Would You Like To Achieve Better Patient Outcomes, Radically Differentiate Your Practice, And 5X Reimbursements In As Little As 90 Days?</span></h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|15px|30px|false|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#10243B\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\" _builder_version=\"3.19\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#FFFFFF\" header_font_size=\"21px\"]<h1><span>Grab Details Now to The Revolution Taking Private Practice Physical Therapy By Storm</span></h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" _builder_version=\"3.19\" background_color=\"#ffffff\" box_shadow_style=\"preset1\"][et_pb_column type=\"3_5\" _builder_version=\"3.19\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTA4MCIgaGVpZ2h0PSI1NDAiIHZpZXdCb3g9IjAgMCAxMDgwIDU0MCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPHBhdGggZmlsbD0iI0VCRUJFQiIgZD0iTTAgMGgxMDgwdjU0MEgweiIvPgogICAgICAgIDxwYXRoIGQ9Ik00NDUuNjQ5IDU0MGgtOTguOTk1TDE0NC42NDkgMzM3Ljk5NSAwIDQ4Mi42NDR2LTk4Ljk5NWwxMTYuMzY1LTExNi4zNjVjMTUuNjItMTUuNjIgNDAuOTQ3LTE1LjYyIDU2LjU2OCAwTDQ0NS42NSA1NDB6IiBmaWxsLW9wYWNpdHk9Ii4xIiBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz4KICAgICAgICA8Y2lyY2xlIGZpbGwtb3BhY2l0eT0iLjA1IiBmaWxsPSIjMDAwIiBjeD0iMzMxIiBjeT0iMTQ4IiByPSI3MCIvPgogICAgICAgIDxwYXRoIGQ9Ik0xMDgwIDM3OXYxMTMuMTM3TDcyOC4xNjIgMTQwLjMgMzI4LjQ2MiA1NDBIMjE1LjMyNEw2OTkuODc4IDU1LjQ0NmMxNS42Mi0xNS42MiA0MC45NDgtMTUuNjIgNTYuNTY4IDBMMTA4MCAzNzl6IiBmaWxsLW9wYWNpdHk9Ii4yIiBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz4KICAgIDwvZz4KPC9zdmc+Cg==\" _builder_version=\"3.19\" max_width=\"50%\" module_alignment=\"center\"][/et_pb_image][et_pb_text _builder_version=\"3.19\" text_font=\"||||||||\" text_text_color=\"#000000\" text_font_size=\"16px\" custom_padding=\"|||30px\"]<div>\n<p><strong>Are you feeling the squeeze of shrinking reimbursements from insurance carriers?</strong></p>\n<p>Have you ever felt overwhelmed by the ever-changing regulations that limit your profit potential and create more work for you?</p>\n<p><strong>Are you losing the battle for new patients from the increased competition of HOPTs and POPTs?</strong></p>\n<p>Are you struggling and finding it costlier to retain quality staff?</p>\n<p><strong>I know how you feel because at a time when we had 13 clinics (and were the 2nd largest private practice PT organization in NY), our reimbursements were slashed by 50% - 60% one after another. This new frontier of marketing, diagnosing and increased competition led me in search of solutions.</strong></p>\n<p>Hi, my name is Dr. Dimitrios Kostopoulos, DPT, MD, PhD, DSc, ECS and I’m board certified in Clinical Electrophysiology with over 26 years of clinical and private practice experience. It was from the obstacles I faced I was able to discover a technology that provided us with significantly greater profit margins and 5x - 10x more per patient visit. Once I had mastered this to a repeatable formula, I revealed the technology to other private practitioners who are gaining similar results.</p>\n<p><strong>I want to help you get the information you need in a format that fits your lifestyle which is why I’m offering a free download of our magazine called Diagnostics for PT</strong></p>\n<p><strong></strong></p>\n</div>\n<div>\n<p>To get started simply provide your name and email address and you’ll be sent directly to a download.</p>\n<p><strong>And best of all…. It’s free.</strong></p>\n<p>There is no cost to join, no contracts to sign, and no obligation to do anything except enjoy the free content I look forward to sharing with you.</p>\n<p>&nbsp;</p>\n</div>\n<div>\n<p>I want to ensure you have proven and real information from here on.</p>\n<p><strong>See you on the other side.</strong></p>\n<p><strong>Dr. Dimitrios Kostopoulos</strong></p>\n</div>\n<div><em>Helping Private Practice Owners Boom Your Business</em></div>[/et_pb_text][/et_pb_column][et_pb_column type=\"2_5\" _builder_version=\"3.19\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19\" header_font=\"||||||||\" header_3_font=\"|800|||||||\" header_3_text_align=\"center\" box_shadow_style=\"preset4\" custom_margin=\"|||\" custom_css_main_element=\" width: 90%;||height: auto;||background: #c9c9c9;|| padding: 15px;|| border-radius: 10px;\"]<h3>Grab Free Magazine Subscription</h3>\n<img src=\"http://quantumleaplife.com/handsondiagnostics.com/wp-content/uploads/2018/12/hods.jpg\" width=\"202\" height=\"266\" alt=\"\" class=\"wp-image-27 alignnone size-full\" style=\"display: block; margin-left: auto; margin-right: auto; box-shadow: -5px 5px 5px 0px rgba(0,0,0,0.75);\" />\n\n<a id=\"overlay_unique_id_69\" href=\"#open-overlay\"><img src=\"http://quantumleaplife.com/handsondiagnostics.com/wp-content/uploads/2018/12/claimbtn.png\" width=\"288\" height=\"104\" alt=\"\" class=\"wp-image-28 alignnone size-full\" /></a>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|15px|30px|false|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#10243B\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\" _builder_version=\"3.19\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#FFFFFF\" header_font_size=\"21px\"]<h1>You’ll Discover….</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" _builder_version=\"3.19\" background_color=\"#ffffff\" border_radii=\"|||30px|30px\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\" _builder_version=\"3.19\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19\" text_font=\"||||||||\" text_text_color=\"#000000\" text_font_size=\"16px\" custom_padding=\"|||30px\"]<ul>\n<li> How to Get off the Treadmill and Increase Your Productivity While Reducing Your Hours</li>\n<li>The Secret to Getting Higher Insurance Payouts from Insurance Providers</li>\n<li>How to Increase Accurate Diagnosis and Accelerate Healing</li>\n<li>New Revenue Streams that Improve Patient Outcomes and Increase Net Profit Margins </li>\n</ul>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19\"][et_pb_column type=\"4_4\" _builder_version=\"3.19\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19\"]<p style=\"text-align: center;\"><span style=\"color: #000000;\"><a target=\"_blank\" rel=\"noopener\" style=\"color: #000000;\">| <strong>PRIVACY POLICY &amp; TERMS Of USE</strong> |</a></span></p>\n<p style=\"text-align: center;\"><span style=\"color: #000000;\"><span>Created by </span><span style=\"color: #ffffff;\"><strong><a href=\"http://www.innersurf.com/\" target=\"_blank\" rel=\"noopener\" style=\"color: #10233A;\">InnerSurf Online Solutions</a></strong></span></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Landing Page', '', 'inherit', 'closed', 'closed', '', '5-revision-v1', '', '', '2018-12-21 21:20:32', '2018-12-21 21:20:32', '', 5, 'http://quantumleaplife.com/handsondiagnostics.com/2018/12/21/5-revision-v1/', 0, 'revision', '', 0),
(73, 1, '2018-12-21 21:36:18', '2018-12-21 21:36:18', '[et_pb_section fb_built=\"1\" _builder_version=\"3.19\" background_color=\"#c9c9c9\" custom_padding=\"0|0px|0|0px|false|false\"][et_pb_row custom_padding=\"||0px\" custom_margin=\"||0px\" _builder_version=\"3.19\" border_radii=\"|50px|50px||\"][et_pb_column type=\"4_4\" _builder_version=\"3.19\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://quantumleaplife.com/handsondiagnostics.com/wp-content/uploads/2018/12/hods-banner.jpg\" show_bottom_space=\"off\" align=\"center\" _builder_version=\"3.19\" border_radii=\"|50px|50px||\" box_shadow_style=\"preset1\" custom_margin=\"||0px\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|20px|30px|true|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#10243B\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\" _builder_version=\"3.19\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#FFFFFF\" header_font_size=\"24px\"]<h1><span>Are You a Physical Therapist Eager to Improve Your Practice?</span></h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|15px|30px|false|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#ffffff\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\" _builder_version=\"3.19\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19\" header_font=\"|800|||||||\" header_text_align=\"center\" header_text_color=\"#0183FC\"]<h1><span>How Would You Like To Achieve Better Patient Outcomes, Radically Differentiate Your Practice, And 5X Reimbursements In As Little As 90 Days?</span></h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|15px|30px|false|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#10243B\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\" _builder_version=\"3.19\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#FFFFFF\" header_font_size=\"21px\"]<h1><span>Grab Details Now to The Revolution Taking Private Practice Physical Therapy By Storm</span></h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" _builder_version=\"3.19\" background_color=\"#ffffff\" box_shadow_style=\"preset1\"][et_pb_column type=\"3_5\" _builder_version=\"3.19\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTA4MCIgaGVpZ2h0PSI1NDAiIHZpZXdCb3g9IjAgMCAxMDgwIDU0MCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPHBhdGggZmlsbD0iI0VCRUJFQiIgZD0iTTAgMGgxMDgwdjU0MEgweiIvPgogICAgICAgIDxwYXRoIGQ9Ik00NDUuNjQ5IDU0MGgtOTguOTk1TDE0NC42NDkgMzM3Ljk5NSAwIDQ4Mi42NDR2LTk4Ljk5NWwxMTYuMzY1LTExNi4zNjVjMTUuNjItMTUuNjIgNDAuOTQ3LTE1LjYyIDU2LjU2OCAwTDQ0NS42NSA1NDB6IiBmaWxsLW9wYWNpdHk9Ii4xIiBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz4KICAgICAgICA8Y2lyY2xlIGZpbGwtb3BhY2l0eT0iLjA1IiBmaWxsPSIjMDAwIiBjeD0iMzMxIiBjeT0iMTQ4IiByPSI3MCIvPgogICAgICAgIDxwYXRoIGQ9Ik0xMDgwIDM3OXYxMTMuMTM3TDcyOC4xNjIgMTQwLjMgMzI4LjQ2MiA1NDBIMjE1LjMyNEw2OTkuODc4IDU1LjQ0NmMxNS42Mi0xNS42MiA0MC45NDgtMTUuNjIgNTYuNTY4IDBMMTA4MCAzNzl6IiBmaWxsLW9wYWNpdHk9Ii4yIiBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz4KICAgIDwvZz4KPC9zdmc+Cg==\" _builder_version=\"3.19\" max_width=\"50%\" module_alignment=\"center\"][/et_pb_image][et_pb_text _builder_version=\"3.19\" text_font=\"||||||||\" text_text_color=\"#000000\" text_font_size=\"16px\" custom_padding=\"|||30px\"]<div>\n<p><strong>Are you feeling the squeeze of shrinking reimbursements from insurance carriers?</strong></p>\n<p>Have you ever felt overwhelmed by the ever-changing regulations that limit your profit potential and create more work for you?</p>\n<p><strong>Are you losing the battle for new patients from the increased competition of HOPTs and POPTs?</strong></p>\n<p>Are you struggling and finding it costlier to retain quality staff?</p>\n<p><strong>I know how you feel because at a time when we had 13 clinics (and were the 2nd largest private practice PT organization in NY), our reimbursements were slashed by 50% - 60% one after another. This new frontier of marketing, diagnosing and increased competition led me in search of solutions.</strong></p>\n<p>Hi, my name is Dr. Dimitrios Kostopoulos, DPT, MD, PhD, DSc, ECS and I’m board certified in Clinical Electrophysiology with over 26 years of clinical and private practice experience. It was from the obstacles I faced I was able to discover a technology that provided us with significantly greater profit margins and 5x - 10x more per patient visit. Once I had mastered this to a repeatable formula, I revealed the technology to other private practitioners who are gaining similar results.</p>\n<p><strong>I want to help you get the information you need in a format that fits your lifestyle which is why I’m offering a free download of our magazine called Diagnostics for PT</strong></p>\n<p><strong></strong></p>\n</div>\n<div>\n<p>To get started simply provide your name and email address and you’ll be sent directly to a download.</p>\n<p><strong>And best of all…. It’s free.</strong></p>\n<p>There is no cost to join, no contracts to sign, and no obligation to do anything except enjoy the free content I look forward to sharing with you.</p>\n<p>&nbsp;</p>\n</div>\n<div>\n<p>I want to ensure you have proven and real information from here on.</p>\n<p><strong>See you on the other side.</strong></p>\n<p><strong>Dr. Dimitrios Kostopoulos</strong></p>\n</div>\n<div><em>Helping Private Practice Owners Boom Your Business</em></div>[/et_pb_text][/et_pb_column][et_pb_column type=\"2_5\" _builder_version=\"3.19\" parallax=\"off\" parallax_method=\"on\"][et_pb_cta background_color=\"#0075B2\" header_level=\"h1\" border_radii=\"on|10px|10px|10px|10px\" custom_button=\"on\" button_text_size=\"26px\" button_text_color=\"#0C71C3\" button_bg_color=\"#ffffff\" button_border_width=\"0px\" button_border_radius=\"100px\" button_use_icon=\"off\" box_shadow_style=\"preset4\" box_shadow_style_button=\"preset2\" title=\"Grab Free Magazine Subscription\" button_text=\"Download Now\" _builder_version=\"3.19\" button_url=\"#open-overlay\" module_id=\"overlay_unique_id_69\" custom_padding=\"|||\" custom_margin=\"|30px||\" box_shadow_horizontal=\"5px\" box_shadow_vertical=\"5px\" button_font=\"|700|||||||\" box_shadow_horizontal_button=\"0px\" box_shadow_vertical_button=\"0px\" box_shadow_color_button__hover_enabled=\"on\" box_shadow_color_button__hover=\"rgba(0,0,0,0.3)\" box_shadow_horizontal_button__hover_enabled=\"on\" box_shadow_horizontal_button__hover=\"0px\" box_shadow_blur_button__hover_enabled=\"on\" box_shadow_blur_button__hover=\"25px\" box_shadow_spread_button__hover_enabled=\"on\" box_shadow_spread_button__hover=\"10px\" header_font=\"||||||||\" body_font=\"||||||||\"]<img src=\"http://quantumleaplife.com/handsondiagnostics.com/wp-content/uploads/2018/12/hods.jpg\" width=\"825\" height=\"1088\" alt=\"\" class=\"wp-image-27 alignnone size-full\" />[/et_pb_cta][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|15px|30px|false|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#10243B\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\" _builder_version=\"3.19\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#FFFFFF\" header_font_size=\"21px\"]<h1>You’ll Discover….</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" _builder_version=\"3.19\" background_color=\"#ffffff\" border_radii=\"|||30px|30px\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\" _builder_version=\"3.19\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19\" text_font=\"||||||||\" text_text_color=\"#000000\" text_font_size=\"16px\" custom_padding=\"|||30px\"]<ul>\n<li> How to Get off the Treadmill and Increase Your Productivity While Reducing Your Hours</li>\n<li>The Secret to Getting Higher Insurance Payouts from Insurance Providers</li>\n<li>How to Increase Accurate Diagnosis and Accelerate Healing</li>\n<li>New Revenue Streams that Improve Patient Outcomes and Increase Net Profit Margins </li>\n</ul>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19\"][et_pb_column type=\"4_4\" _builder_version=\"3.19\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19\"]<p style=\"text-align: center;\"><span style=\"color: #000000;\"><a target=\"_blank\" rel=\"noopener\" style=\"color: #000000;\">| <strong>PRIVACY POLICY &amp; TERMS Of USE</strong> |</a></span></p>\n<p style=\"text-align: center;\"><span style=\"color: #000000;\"><span>Created by </span><span style=\"color: #ffffff;\"><strong><a href=\"http://www.innersurf.com/\" target=\"_blank\" rel=\"noopener\" style=\"color: #10233A;\">InnerSurf Online Solutions</a></strong></span></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Landing Page', '', 'inherit', 'closed', 'closed', '', '5-revision-v1', '', '', '2018-12-21 21:36:18', '2018-12-21 21:36:18', '', 5, 'http://quantumleaplife.com/handsondiagnostics.com/2018/12/21/5-revision-v1/', 0, 'revision', '', 0),
(76, 1, '2018-12-21 22:54:12', '2018-12-21 22:54:12', '[et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" use_custom_gutter=\"on\" gutter_width=\"2\" custom_padding=\"30px|30px|0|30px|false|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#ffffff\" box_shadow_style=\"preset1\" box_shadow_vertical=\"12px\" template_type=\"row\"][et_pb_column type=\"4_4\" _builder_version=\"3.19\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"WHAT IS HANDS-ON DIAGNOSTICS\" use_icon=\"on\" font_icon=\"%%258%%\" icon_color=\"#0075B2\" icon_placement=\"left\" _builder_version=\"3.19\" header_level=\"h1\" header_font=\"|600|||||||\" header_text_color=\"#0075B2\"][/et_pb_blurb][/et_pb_column][/et_pb_row]', 'Title-Headline', '', 'publish', 'closed', 'closed', '', 'title-headline', '', '', '2018-12-21 22:54:12', '2018-12-21 22:54:12', '', 0, 'http://quantumleaplife.com/handsondiagnostics.com/et_pb_layout/title-headline/', 0, 'et_pb_layout', '', 0),
(81, 1, '2018-12-26 14:42:37', '2018-12-26 14:42:37', '[et_pb_section fb_built=\"1\" _builder_version=\"3.19\" background_color=\"#c9c9c9\" custom_padding=\"0|0px|0|0px|false|false\"][et_pb_row custom_padding=\"||0px\" custom_margin=\"||0px\" _builder_version=\"3.19\" border_radii=\"|50px|50px||\"][et_pb_column type=\"4_4\" _builder_version=\"3.19\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://quantumleaplife.com/handsondiagnostics.com/wp-content/uploads/2018/12/hods-banner.jpg\" show_bottom_space=\"off\" align=\"center\" _builder_version=\"3.19\" border_radii=\"|50px|50px||\" box_shadow_style=\"preset1\" custom_margin=\"||0px\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|20px|30px|true|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#10243B\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\" _builder_version=\"3.19\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#FFFFFF\" header_font_size=\"24px\"]<h1><span>Are You a Physical Therapist Eager to Improve Your Practice?</span></h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|15px|30px|false|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#ffffff\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\" _builder_version=\"3.19\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19\" header_font=\"|800|||||||\" header_text_align=\"center\" header_text_color=\"#0183FC\"]<h1><span>How Would You Like To Achieve Better Patient Outcomes, Radically Differentiate Your Practice, And 5X Reimbursements In As Little As 90 Days?</span></h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|15px|30px|false|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#10243B\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\" _builder_version=\"3.19\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#FFFFFF\" header_font_size=\"21px\"]<h1><span>Grab Details Now to The Revolution Taking Private Practice Physical Therapy By Storm</span></h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" _builder_version=\"3.19\" background_color=\"#ffffff\" box_shadow_style=\"preset1\"][et_pb_column type=\"3_5\" _builder_version=\"3.19\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTA4MCIgaGVpZ2h0PSI1NDAiIHZpZXdCb3g9IjAgMCAxMDgwIDU0MCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPHBhdGggZmlsbD0iI0VCRUJFQiIgZD0iTTAgMGgxMDgwdjU0MEgweiIvPgogICAgICAgIDxwYXRoIGQ9Ik00NDUuNjQ5IDU0MGgtOTguOTk1TDE0NC42NDkgMzM3Ljk5NSAwIDQ4Mi42NDR2LTk4Ljk5NWwxMTYuMzY1LTExNi4zNjVjMTUuNjItMTUuNjIgNDAuOTQ3LTE1LjYyIDU2LjU2OCAwTDQ0NS42NSA1NDB6IiBmaWxsLW9wYWNpdHk9Ii4xIiBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz4KICAgICAgICA8Y2lyY2xlIGZpbGwtb3BhY2l0eT0iLjA1IiBmaWxsPSIjMDAwIiBjeD0iMzMxIiBjeT0iMTQ4IiByPSI3MCIvPgogICAgICAgIDxwYXRoIGQ9Ik0xMDgwIDM3OXYxMTMuMTM3TDcyOC4xNjIgMTQwLjMgMzI4LjQ2MiA1NDBIMjE1LjMyNEw2OTkuODc4IDU1LjQ0NmMxNS42Mi0xNS42MiA0MC45NDgtMTUuNjIgNTYuNTY4IDBMMTA4MCAzNzl6IiBmaWxsLW9wYWNpdHk9Ii4yIiBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz4KICAgIDwvZz4KPC9zdmc+Cg==\" _builder_version=\"3.19\" max_width=\"50%\" module_alignment=\"center\"][/et_pb_image][et_pb_text _builder_version=\"3.19\" text_font=\"||||||||\" text_text_color=\"#000000\" text_font_size=\"16px\" custom_padding=\"|||30px\"]<div>\n<p><strong>Are you feeling the squeeze of shrinking reimbursements from insurance carriers?</strong></p>\n<p>Have you ever felt overwhelmed by the ever-changing regulations that limit your profit potential and create more work for you?</p>\n<p><strong>Are you losing the battle for new patients from the increased competition of HOPTs and POPTs?</strong></p>\n<p>Are you struggling and finding it costlier to retain quality staff?</p>\n<p><strong>I know how you feel because at a time when we had 13 clinics (and were the 2nd largest private practice PT organization in NY), our reimbursements were slashed by 50% - 60% one after another. This new frontier of marketing, diagnosing demands and increased competition led me in search of solutions.</strong></p>\n<p>Hi, my name is Dr. Dimitrios Kostopoulos, DPT, MD, PhD, DSc, ECS and I’m board certified in Clinical Electrophysiology with over 26 years of clinical and private practice experience. It was from the obstacles I faced I was able to discover a technology that provided us with significantly greater profit margins and 5x - 10x more per patient visit. Once I had mastered this to a repeatable formula, I revealed the technology to other private practitioners who are gaining similar results.</p>\n<p><strong>I want to help you get the information you need in a format that fits your lifestyle which is why I’m offering a free download of our magazine called Diagnostics for PT</strong></p>\n<p><strong></strong></p>\n</div>\n<div>\n<p>To get started simply provide your name and email address and you’ll be sent directly to a download.</p>\n<p><strong>And best of all…. It’s free.</strong></p>\n<p>There is no cost to join, no contracts to sign, and no obligation to do anything except enjoy the free content I look forward to sharing with you.</p>\n<p>&nbsp;</p>\n</div>\n<div>\n<p>I want to ensure you have proven and real information from here on.</p>\n<p><strong>See you on the other side.</strong></p>\n<p><strong>Dr. Dimitrios Kostopoulos</strong></p>\n</div>\n<div><em>Helping Private Practice Owners Boom Your Business</em></div>[/et_pb_text][/et_pb_column][et_pb_column type=\"2_5\" _builder_version=\"3.19\" parallax=\"off\" parallax_method=\"on\"][et_pb_cta title=\"Grab Free Magazine Subscription\" button_url=\"#open-overlay\" button_text=\"Download Now\" module_id=\"overlay_unique_id_69\" _builder_version=\"3.19\" header_level=\"h1\" header_font=\"||||||||\" body_font=\"||||||||\" background_color=\"#0075B2\" border_radii=\"on|10px|10px|10px|10px\" custom_button=\"on\" button_text_size=\"26px\" button_text_color=\"#0C71C3\" button_bg_color=\"#ffffff\" button_border_width=\"0px\" button_border_radius=\"100px\" button_font=\"|700|||||||\" button_use_icon=\"off\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"5px\" box_shadow_vertical=\"5px\" box_shadow_style_button=\"preset2\" box_shadow_horizontal_button=\"0px\" box_shadow_vertical_button=\"0px\" custom_margin=\"|30px||\" custom_padding=\"|||\" box_shadow_color_button__hover_enabled=\"on\" box_shadow_color_button__hover=\"rgba(0,0,0,0.3)\" box_shadow_horizontal_button__hover_enabled=\"on\" box_shadow_horizontal_button__hover=\"0px\" box_shadow_blur_button__hover_enabled=\"on\" box_shadow_blur_button__hover=\"25px\" box_shadow_spread_button__hover_enabled=\"on\" box_shadow_spread_button__hover=\"10px\"]<img src=\"http://quantumleaplife.com/handsondiagnostics.com/wp-content/uploads/2018/12/hods.jpg\" width=\"825\" height=\"1088\" alt=\"\" class=\"wp-image-27 alignnone size-full\" />[/et_pb_cta][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|15px|30px|false|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#10243B\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\" _builder_version=\"3.19\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#FFFFFF\" header_font_size=\"21px\"]<h1>You’ll Discover….</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" _builder_version=\"3.19\" background_color=\"#ffffff\" border_radii=\"|||30px|30px\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\" _builder_version=\"3.19\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19\" text_font=\"||||||||\" text_text_color=\"#000000\" text_font_size=\"16px\" custom_padding=\"|||30px\"]<ul>\n<li> How to Get off the Treadmill and Increase Your Productivity While Reducing Your Hours</li>\n<li>The Secret to Getting Higher Insurance Payouts from Insurance Providers</li>\n<li>How to Increase Accurate Diagnosis and Accelerate Healing</li>\n<li>New Revenue Streams that Improve Patient Outcomes and Increase Net Profit Margins </li>\n</ul>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19\"][et_pb_column type=\"4_4\" _builder_version=\"3.19\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19\"]<p style=\"text-align: center;\"><span style=\"color: #000000;\"><a target=\"_blank\" rel=\"noopener\" style=\"color: #000000;\">| <strong>PRIVACY POLICY &amp; TERMS Of USE</strong> |</a></span></p>\n<p style=\"text-align: center;\"><span style=\"color: #000000;\"><span>Created by </span><span style=\"color: #ffffff;\"><strong><a href=\"http://www.innersurf.com/\" target=\"_blank\" rel=\"noopener\" style=\"color: #10233A;\">InnerSurf Online Solutions</a></strong></span></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Landing Page', '', 'inherit', 'closed', 'closed', '', '5-revision-v1', '', '', '2018-12-26 14:42:37', '2018-12-26 14:42:37', '', 5, 'http://quantumleaplife.com/handsondiagnostics.com/2018/12/26/5-revision-v1/', 0, 'revision', '', 0),
(84, 1, '2018-12-26 15:13:10', '2018-12-26 15:13:10', '', 'white-screen', '', 'inherit', 'open', 'closed', '', 'white-screen', '', '', '2018-12-26 15:13:10', '2018-12-26 15:13:10', '', 0, 'http://quantumleaplife.com/handsondiagnostics.com/wp-content/uploads/2018/12/white-screen.jpg', 0, 'attachment', 'image/jpeg', 0),
(85, 1, '2018-12-26 15:16:43', '2018-12-26 15:16:43', '', 'light-grays', '', 'inherit', 'open', 'closed', '', 'light-grays', '', '', '2018-12-26 15:16:43', '2018-12-26 15:16:43', '', 0, 'http://quantumleaplife.com/handsondiagnostics.com/wp-content/uploads/2018/12/light-grays.jpg', 0, 'attachment', 'image/jpeg', 0),
(86, 1, '2018-12-26 15:17:41', '2018-12-26 15:17:41', '', 'black', '', 'inherit', 'open', 'closed', '', 'black', '', '', '2018-12-26 15:17:41', '2018-12-26 15:17:41', '', 0, 'http://quantumleaplife.com/handsondiagnostics.com/wp-content/uploads/2018/12/black.jpg', 0, 'attachment', 'image/jpeg', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(97, 1, '2018-12-26 16:56:31', '2018-12-26 16:56:31', '[et_pb_section fb_built=\"1\" _builder_version=\"3.19\" background_color=\"#c9c9c9\" custom_padding=\"0|0px|0|0px|false|false\"][et_pb_row custom_padding=\"||0px\" custom_margin=\"||0px\" _builder_version=\"3.19\" border_radii=\"|50px|50px||\"][et_pb_column type=\"4_4\" _builder_version=\"3.19\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://quantumleaplife.com/handsondiagnostics.com/wp-content/uploads/2018/12/hods-banner.jpg\" show_bottom_space=\"off\" align=\"center\" _builder_version=\"3.19\" border_radii=\"|50px|50px||\" box_shadow_style=\"preset1\" custom_margin=\"||0px\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|20px|30px|true|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#10243B\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\" _builder_version=\"3.19\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#FFFFFF\" header_font_size=\"24px\"]<h1><span>Are You a Physical Therapist Eager to Improve Your Practice?</span></h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|15px|30px|false|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#ffffff\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\" _builder_version=\"3.19\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19\" header_font=\"|800|||||||\" header_text_align=\"center\" header_text_color=\"#0183FC\"]<h1><span>How Would You Like To Achieve Better Patient Outcomes, Radically Differentiate Your Practice, And 5X Reimbursements In As Little As 90 Days?</span></h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|15px|30px|false|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#10243B\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\" _builder_version=\"3.19\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#FFFFFF\" header_font_size=\"21px\"]<h1><span>Grab Details Now to The Revolution Taking Private Practice Physical Therapy By Storm</span></h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" _builder_version=\"3.19\" background_color=\"#ffffff\" box_shadow_style=\"preset1\"][et_pb_column type=\"3_5\" _builder_version=\"3.19\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTA4MCIgaGVpZ2h0PSI1NDAiIHZpZXdCb3g9IjAgMCAxMDgwIDU0MCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPHBhdGggZmlsbD0iI0VCRUJFQiIgZD0iTTAgMGgxMDgwdjU0MEgweiIvPgogICAgICAgIDxwYXRoIGQ9Ik00NDUuNjQ5IDU0MGgtOTguOTk1TDE0NC42NDkgMzM3Ljk5NSAwIDQ4Mi42NDR2LTk4Ljk5NWwxMTYuMzY1LTExNi4zNjVjMTUuNjItMTUuNjIgNDAuOTQ3LTE1LjYyIDU2LjU2OCAwTDQ0NS42NSA1NDB6IiBmaWxsLW9wYWNpdHk9Ii4xIiBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz4KICAgICAgICA8Y2lyY2xlIGZpbGwtb3BhY2l0eT0iLjA1IiBmaWxsPSIjMDAwIiBjeD0iMzMxIiBjeT0iMTQ4IiByPSI3MCIvPgogICAgICAgIDxwYXRoIGQ9Ik0xMDgwIDM3OXYxMTMuMTM3TDcyOC4xNjIgMTQwLjMgMzI4LjQ2MiA1NDBIMjE1LjMyNEw2OTkuODc4IDU1LjQ0NmMxNS42Mi0xNS42MiA0MC45NDgtMTUuNjIgNTYuNTY4IDBMMTA4MCAzNzl6IiBmaWxsLW9wYWNpdHk9Ii4yIiBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz4KICAgIDwvZz4KPC9zdmc+Cg==\" _builder_version=\"3.19\" max_width=\"50%\" module_alignment=\"center\"][/et_pb_image][et_pb_text _builder_version=\"3.19\" text_font=\"||||||||\" text_text_color=\"#000000\" text_font_size=\"16px\" custom_padding=\"|||30px\"]<div>\n<p><strong>Are you feeling the squeeze of shrinking reimbursements from insurance carriers?</strong></p>\n<p>Have you ever felt overwhelmed by the ever-changing regulations that limit your profit potential and create more work for you?</p>\n<p><strong>Are you losing the battle for new patients from the increased competition of HOPTs and POPTs?</strong></p>\n<p>Are you struggling and finding it costlier to retain quality staff?</p>\n<p><strong>I know how you feel because at a time when we had 13 clinics (and were the 2nd largest private practice PT organization in NY), our reimbursements were slashed by 50% - 60% one after another. This new frontier of marketing, diagnosing and increased competition led me in search of solutions.</strong></p>\n<p>Hi, my name is Dr. Dimitrios Kostopoulos, DPT, MD, PhD, DSc, ECS and I’m board certified in Clinical Electrophysiology with over 26 years of clinical and private practice experience. It was from the obstacles I faced I was able to discover a technology that provided us with significantly greater profit margins and 5x - 10x more per patient visit. Once I had mastered this to a repeatable formula, I revealed the technology to other private practitioners who are gaining similar results.</p>\n<p><strong>I want to help you get the information you need in a format that fits your lifestyle which is why I’m offering a free download of our magazine called Diagnostics for PT</strong></p>\n<p><strong></strong></p>\n</div>\n<div>\n<p>To get started simply provide your name and email address and you’ll be sent directly to a download.</p>\n<p><strong>And best of all…. It’s free.</strong></p>\n<p>There is no cost to join, no contracts to sign, and no obligation to do anything except enjoy the free content I look forward to sharing with you.</p>\n<p>&nbsp;</p>\n</div>\n<div>\n<p>I want to ensure you have proven and real information from here on.</p>\n<p><strong>See you on the other side.</strong></p>\n<p><strong>Dr. Dimitrios Kostopoulos</strong></p>\n</div>\n<div><em>Helping Private Practice Owners Boom Your Business</em></div>[/et_pb_text][/et_pb_column][et_pb_column type=\"2_5\" _builder_version=\"3.19\" parallax=\"off\" parallax_method=\"on\"][et_pb_cta title=\"Grab Free Magazine Subscription\" button_url=\"#open-overlay\" button_text=\"Download Now\" module_id=\"overlay_unique_id_69\" _builder_version=\"3.19\" header_level=\"h1\" header_font=\"||||||||\" body_font=\"||||||||\" background_color=\"#0075B2\" border_radii=\"on|10px|10px|10px|10px\" custom_button=\"on\" button_text_size=\"26px\" button_text_color=\"#0C71C3\" button_bg_color=\"#ffffff\" button_border_width=\"0px\" button_border_radius=\"100px\" button_font=\"|700|||||||\" button_use_icon=\"off\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"5px\" box_shadow_vertical=\"5px\" box_shadow_style_button=\"preset2\" box_shadow_horizontal_button=\"0px\" box_shadow_vertical_button=\"0px\" custom_margin=\"|30px||\" custom_padding=\"|||\" box_shadow_color_button__hover_enabled=\"on\" box_shadow_color_button__hover=\"rgba(0,0,0,0.3)\" box_shadow_horizontal_button__hover_enabled=\"on\" box_shadow_horizontal_button__hover=\"0px\" box_shadow_blur_button__hover_enabled=\"on\" box_shadow_blur_button__hover=\"25px\" box_shadow_spread_button__hover_enabled=\"on\" box_shadow_spread_button__hover=\"10px\"]<img src=\"http://quantumleaplife.com/handsondiagnostics.com/wp-content/uploads/2018/12/hods.jpg\" width=\"825\" height=\"1088\" alt=\"\" class=\"wp-image-27 alignnone size-full\" />[/et_pb_cta][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|15px|30px|false|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#10243B\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\" _builder_version=\"3.19\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#FFFFFF\" header_font_size=\"21px\"]<h1>You’ll Discover….</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" _builder_version=\"3.19\" background_color=\"#ffffff\" border_radii=\"|||30px|30px\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\" _builder_version=\"3.19\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19\" text_font=\"||||||||\" text_text_color=\"#000000\" text_font_size=\"16px\" custom_padding=\"|||30px\"]<ul>\n<li> How to Get off the Treadmill and Increase Your Productivity While Reducing Your Hours</li>\n<li>The Secret to Getting Higher Insurance Payouts from Insurance Providers</li>\n<li>How to Increase Accurate Diagnosis and Accelerate Healing</li>\n<li>New Revenue Streams that Improve Patient Outcomes and Increase Net Profit Margins </li>\n</ul>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19\"][et_pb_column type=\"4_4\" _builder_version=\"3.19\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19\"]<p style=\"text-align: center;\"><span style=\"color: #000000;\"><a href=\"https://www.diagnosticsforpt.com/terms-and-conditions/\" target=\"_blank\" rel=\"noopener\" style=\"color: #000000;\">| <strong>PRIVACY POLICY &amp; TERMS Of USE</strong> |</a></span></p>\n<p style=\"text-align: center;\"><span style=\"color: #000000;\"><span>Created by </span><span style=\"color: #ffffff;\"><strong><a href=\"http://www.innersurf.com/\" target=\"_blank\" rel=\"noopener\" style=\"color: #10233A;\">InnerSurf Online Solutions</a></strong></span></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Landing Page', '', 'inherit', 'closed', 'closed', '', '5-revision-v1', '', '', '2018-12-26 16:56:31', '2018-12-26 16:56:31', '', 5, 'http://quantumleaplife.com/handsondiagnostics.com/2018/12/26/5-revision-v1/', 0, 'revision', '', 0),
(140, 1, '2019-02-02 07:56:07', '2019-02-02 07:56:07', '[et_pb_section bb_built=\"1\" _builder_version=\"3.19\" background_color=\"#c9c9c9\" custom_padding=\"0|0px|0|0px|false|false\"][et_pb_row custom_padding=\"||0px\" custom_margin=\"||0px\" _builder_version=\"3.19\" border_radii=\"|30px|30px|0px|0px\"][et_pb_column type=\"4_4\"][et_pb_image src=\"http://quantumleaplife.com/handsondiagnostics.com/wp-content/uploads/2018/12/hods-banner.jpg\" show_bottom_space=\"off\" align=\"center\" _builder_version=\"3.19\" border_radii=\"|50px|50px||\" box_shadow_style=\"preset1\" custom_margin=\"||0px\" /][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|20px|30px|true|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#10243B\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#FFFFFF\" header_font_size=\"24px\"]\r\n\r\n<h1><span>Are You a Physical Therapist Eager to Improve Your Practice?</span></h1>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|15px|30px|false|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#ffffff\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19\" header_font=\"|800|||||||\" header_text_align=\"center\" header_text_color=\"#0183FC\"]\r\n\r\n<h1><span>How Would You Like To Achieve Better Patient Outcomes, Radically Differentiate Your Practice, And 5X Reimbursements In As Little As 90 Days?</span></h1>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|15px|30px|false|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#10243B\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#FFFFFF\" header_font_size=\"21px\"]\r\n\r\n<h1><span>Grab Details Now to The Revolution Taking Private Practice Physical Therapy By Storm</span></h1>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" _builder_version=\"3.19\" background_color=\"#ffffff\" box_shadow_style=\"preset1\"][et_pb_column type=\"3_5\"][et_pb_image src=\"data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTA4MCIgaGVpZ2h0PSI1NDAiIHZpZXdCb3g9IjAgMCAxMDgwIDU0MCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPHBhdGggZmlsbD0iI0VCRUJFQiIgZD0iTTAgMGgxMDgwdjU0MEgweiIvPgogICAgICAgIDxwYXRoIGQ9Ik00NDUuNjQ5IDU0MGgtOTguOTk1TDE0NC42NDkgMzM3Ljk5NSAwIDQ4Mi42NDR2LTk4Ljk5NWwxMTYuMzY1LTExNi4zNjVjMTUuNjItMTUuNjIgNDAuOTQ3LTE1LjYyIDU2LjU2OCAwTDQ0NS42NSA1NDB6IiBmaWxsLW9wYWNpdHk9Ii4xIiBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz4KICAgICAgICA8Y2lyY2xlIGZpbGwtb3BhY2l0eT0iLjA1IiBmaWxsPSIjMDAwIiBjeD0iMzMxIiBjeT0iMTQ4IiByPSI3MCIvPgogICAgICAgIDxwYXRoIGQ9Ik0xMDgwIDM3OXYxMTMuMTM3TDcyOC4xNjIgMTQwLjMgMzI4LjQ2MiA1NDBIMjE1LjMyNEw2OTkuODc4IDU1LjQ0NmMxNS42Mi0xNS42MiA0MC45NDgtMTUuNjIgNTYuNTY4IDBMMTA4MCAzNzl6IiBmaWxsLW9wYWNpdHk9Ii4yIiBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz4KICAgIDwvZz4KPC9zdmc+Cg==\" _builder_version=\"3.19\" max_width=\"50%\" module_alignment=\"center\" /][et_pb_text _builder_version=\"3.19\" text_font=\"||||||||\" text_text_color=\"#000000\" text_font_size=\"16px\" custom_padding=\"|||30px\"]\r\n\r\n<div>\r\n<p><strong>Are you feeling the squeeze of shrinking reimbursements from insurance carriers?</strong></p>\r\n<p>Have you ever felt overwhelmed by the ever-changing regulations that limit your profit potential and create more work for you?</p>\r\n<p><strong>Are you losing the battle for new patients from the increased competition of HOPTs and POPTs?</strong></p>\r\n<p>Are you struggling and finding it costlier to retain quality staff?</p>\r\n<p><strong>I know how you feel because at a time when we had 13 clinics (and were the 2nd largest private practice PT organization in NY), our reimbursements were slashed by 50% - 60% one after another. This new frontier of marketing, diagnosing and increased competition led me in search of solutions.</strong></p>\r\n<p>Hi, my name is Dr. Dimitrios Kostopoulos, DPT, MD, PhD, DSc, ECS and I’m board certified in Clinical Electrophysiology with over 26 years of clinical and private practice experience. It was from the obstacles I faced I was able to discover a technology that provided us with significantly greater profit margins and 5x - 10x more per patient visit. Once I had mastered this to a repeatable formula, I revealed the technology to other private practitioners who are gaining similar results.</p>\r\n<p><strong>I want to help you get the information you need in a format that fits your lifestyle which is why I’m offering a free download of our magazine called Diagnostics for PT</strong></p>\r\n<p><strong></strong></p>\r\n</div>\r\n<div>\r\n<p>To get started simply provide your name and email address and you’ll be sent directly to a download.</p>\r\n<p><strong>And best of all…. It’s free.</strong></p>\r\n<p>There is no cost to join, no contracts to sign, and no obligation to do anything except enjoy the free content I look forward to sharing with you.</p>\r\n<p>&nbsp;</p>\r\n</div>\r\n<div>\r\n<p>I want to ensure you have proven and real information from here on.</p>\r\n<p><strong>See you on the other side.</strong></p>\r\n<p><strong>Dr. Dimitrios Kostopoulos</strong></p>\r\n</div>\r\n<div><em>Helping Private Practice Owners Boom Your Business</em></div>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"2_5\"][et_pb_cta title=\"Grab Free Magazine Subscription\" button_url=\"#open-overlay\" button_text=\"Download Now\" module_id=\"overlay_unique_id_69\" _builder_version=\"3.19\" header_level=\"h1\" header_font=\"||||||||\" body_font=\"||||||||\" background_color=\"#0075B2\" border_radii=\"on|10px|10px|10px|10px\" custom_button=\"on\" button_text_size=\"26px\" button_text_color=\"#0C71C3\" button_bg_color=\"#ffffff\" button_border_width=\"0px\" button_border_radius=\"100px\" button_font=\"|700|||||||\" button_use_icon=\"off\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"5px\" box_shadow_vertical=\"5px\" box_shadow_style_button=\"preset2\" box_shadow_horizontal_button=\"0px\" box_shadow_vertical_button=\"0px\" custom_margin=\"|30px||\" custom_padding=\"|||\" box_shadow_color_button__hover_enabled=\"on\" box_shadow_color_button__hover=\"rgba(0,0,0,0.3)\" box_shadow_horizontal_button__hover_enabled=\"on\" box_shadow_horizontal_button__hover=\"0px\" box_shadow_blur_button__hover_enabled=\"on\" box_shadow_blur_button__hover=\"25px\" box_shadow_spread_button__hover_enabled=\"on\" box_shadow_spread_button__hover=\"10px\"]\r\n\r\n<img src=\"http://quantumleaplife.com/handsondiagnostics.com/wp-content/uploads/2018/12/hods.jpg\" width=\"825\" height=\"1088\" alt=\"\" class=\"wp-image-27 alignnone size-full\" />\r\n\r\n[/et_pb_cta][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|15px|30px|false|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#10243B\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#FFFFFF\" header_font_size=\"21px\"]\r\n\r\n<h1>You’ll Discover….</h1>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" _builder_version=\"3.19\" background_color=\"#ffffff\" border_radii=\"|||30px|30px\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19\" text_font=\"||||||||\" text_text_color=\"#000000\" text_font_size=\"16px\" custom_padding=\"|||30px\"]\r\n\r\n<ul>\r\n<li> How to Get off the Treadmill and Increase Your Productivity While Reducing Your Hours</li>\r\n<li>The Secret to Getting Higher Insurance Payouts from Insurance Providers</li>\r\n<li>How to Increase Accurate Diagnosis and Accelerate Healing</li>\r\n<li>New Revenue Streams that Improve Patient Outcomes and Increase Net Profit Margins </li>\r\n</ul>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19\"]\r\n\r\n<p style=\"text-align: center;\"><span style=\"color: #000000;\"><a href=\"https://www.diagnosticsforpt.com/terms-and-conditions/\" target=\"_blank\" rel=\"noopener\" style=\"color: #000000;\">| <strong>PRIVACY POLICY &amp; TERMS Of USE</strong> |</a></span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #000000;\"><span>Created by </span><span style=\"color: #ffffff;\"><strong><a href=\"http://www.innersurf.com/\" target=\"_blank\" rel=\"noopener\" style=\"color: #10233A;\">InnerSurf Online Solutions</a></strong></span></span></p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Landing Page', '', 'inherit', 'closed', 'closed', '', '5-revision-v1', '', '', '2019-02-02 07:56:07', '2019-02-02 07:56:07', '', 5, 'http://109.199.127.251/~fastacti/socialmediaspeakerlosangeles.com/2019/02/02/5-revision-v1/', 0, 'revision', '', 0),
(141, 1, '2019-02-02 07:56:55', '2019-02-02 07:56:55', '[et_pb_section bb_built=\"1\" _builder_version=\"3.19\" background_color=\"#c9c9c9\" custom_padding=\"0|0px|0|0px|false|false\"][et_pb_row custom_padding=\"||0px\" custom_margin=\"||0px\" _builder_version=\"3.19\" border_radii=\"|20px|20px|0px|0px\"][et_pb_column type=\"4_4\"][et_pb_image src=\"http://quantumleaplife.com/handsondiagnostics.com/wp-content/uploads/2018/12/hods-banner.jpg\" show_bottom_space=\"off\" align=\"center\" _builder_version=\"3.19\" border_radii=\"|50px|50px||\" box_shadow_style=\"preset1\" custom_margin=\"||0px\" /][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|20px|30px|true|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#10243B\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#FFFFFF\" header_font_size=\"24px\"]\r\n\r\n<h1><span>Are You a Physical Therapist Eager to Improve Your Practice?</span></h1>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|15px|30px|false|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#ffffff\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19\" header_font=\"|800|||||||\" header_text_align=\"center\" header_text_color=\"#0183FC\"]\r\n\r\n<h1><span>How Would You Like To Achieve Better Patient Outcomes, Radically Differentiate Your Practice, And 5X Reimbursements In As Little As 90 Days?</span></h1>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|15px|30px|false|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#10243B\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#FFFFFF\" header_font_size=\"21px\"]\r\n\r\n<h1><span>Grab Details Now to The Revolution Taking Private Practice Physical Therapy By Storm</span></h1>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" _builder_version=\"3.19\" background_color=\"#ffffff\" box_shadow_style=\"preset1\"][et_pb_column type=\"3_5\"][et_pb_image src=\"data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTA4MCIgaGVpZ2h0PSI1NDAiIHZpZXdCb3g9IjAgMCAxMDgwIDU0MCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPHBhdGggZmlsbD0iI0VCRUJFQiIgZD0iTTAgMGgxMDgwdjU0MEgweiIvPgogICAgICAgIDxwYXRoIGQ9Ik00NDUuNjQ5IDU0MGgtOTguOTk1TDE0NC42NDkgMzM3Ljk5NSAwIDQ4Mi42NDR2LTk4Ljk5NWwxMTYuMzY1LTExNi4zNjVjMTUuNjItMTUuNjIgNDAuOTQ3LTE1LjYyIDU2LjU2OCAwTDQ0NS42NSA1NDB6IiBmaWxsLW9wYWNpdHk9Ii4xIiBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz4KICAgICAgICA8Y2lyY2xlIGZpbGwtb3BhY2l0eT0iLjA1IiBmaWxsPSIjMDAwIiBjeD0iMzMxIiBjeT0iMTQ4IiByPSI3MCIvPgogICAgICAgIDxwYXRoIGQ9Ik0xMDgwIDM3OXYxMTMuMTM3TDcyOC4xNjIgMTQwLjMgMzI4LjQ2MiA1NDBIMjE1LjMyNEw2OTkuODc4IDU1LjQ0NmMxNS42Mi0xNS42MiA0MC45NDgtMTUuNjIgNTYuNTY4IDBMMTA4MCAzNzl6IiBmaWxsLW9wYWNpdHk9Ii4yIiBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz4KICAgIDwvZz4KPC9zdmc+Cg==\" _builder_version=\"3.19\" max_width=\"50%\" module_alignment=\"center\" /][et_pb_text _builder_version=\"3.19\" text_font=\"||||||||\" text_text_color=\"#000000\" text_font_size=\"16px\" custom_padding=\"|||30px\"]\r\n\r\n<div>\r\n<p><strong>Are you feeling the squeeze of shrinking reimbursements from insurance carriers?</strong></p>\r\n<p>Have you ever felt overwhelmed by the ever-changing regulations that limit your profit potential and create more work for you?</p>\r\n<p><strong>Are you losing the battle for new patients from the increased competition of HOPTs and POPTs?</strong></p>\r\n<p>Are you struggling and finding it costlier to retain quality staff?</p>\r\n<p><strong>I know how you feel because at a time when we had 13 clinics (and were the 2nd largest private practice PT organization in NY), our reimbursements were slashed by 50% - 60% one after another. This new frontier of marketing, diagnosing and increased competition led me in search of solutions.</strong></p>\r\n<p>Hi, my name is Dr. Dimitrios Kostopoulos, DPT, MD, PhD, DSc, ECS and I’m board certified in Clinical Electrophysiology with over 26 years of clinical and private practice experience. It was from the obstacles I faced I was able to discover a technology that provided us with significantly greater profit margins and 5x - 10x more per patient visit. Once I had mastered this to a repeatable formula, I revealed the technology to other private practitioners who are gaining similar results.</p>\r\n<p><strong>I want to help you get the information you need in a format that fits your lifestyle which is why I’m offering a free download of our magazine called Diagnostics for PT</strong></p>\r\n<p><strong></strong></p>\r\n</div>\r\n<div>\r\n<p>To get started simply provide your name and email address and you’ll be sent directly to a download.</p>\r\n<p><strong>And best of all…. It’s free.</strong></p>\r\n<p>There is no cost to join, no contracts to sign, and no obligation to do anything except enjoy the free content I look forward to sharing with you.</p>\r\n<p>&nbsp;</p>\r\n</div>\r\n<div>\r\n<p>I want to ensure you have proven and real information from here on.</p>\r\n<p><strong>See you on the other side.</strong></p>\r\n<p><strong>Dr. Dimitrios Kostopoulos</strong></p>\r\n</div>\r\n<div><em>Helping Private Practice Owners Boom Your Business</em></div>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"2_5\"][et_pb_cta title=\"Grab Free Magazine Subscription\" button_url=\"#open-overlay\" button_text=\"Download Now\" module_id=\"overlay_unique_id_69\" _builder_version=\"3.19\" header_level=\"h1\" header_font=\"||||||||\" body_font=\"||||||||\" background_color=\"#0075B2\" border_radii=\"on|10px|10px|10px|10px\" custom_button=\"on\" button_text_size=\"26px\" button_text_color=\"#0C71C3\" button_bg_color=\"#ffffff\" button_border_width=\"0px\" button_border_radius=\"100px\" button_font=\"|700|||||||\" button_use_icon=\"off\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"5px\" box_shadow_vertical=\"5px\" box_shadow_style_button=\"preset2\" box_shadow_horizontal_button=\"0px\" box_shadow_vertical_button=\"0px\" custom_margin=\"|30px||\" custom_padding=\"|||\" box_shadow_color_button__hover_enabled=\"on\" box_shadow_color_button__hover=\"rgba(0,0,0,0.3)\" box_shadow_horizontal_button__hover_enabled=\"on\" box_shadow_horizontal_button__hover=\"0px\" box_shadow_blur_button__hover_enabled=\"on\" box_shadow_blur_button__hover=\"25px\" box_shadow_spread_button__hover_enabled=\"on\" box_shadow_spread_button__hover=\"10px\"]\r\n\r\n<img src=\"http://quantumleaplife.com/handsondiagnostics.com/wp-content/uploads/2018/12/hods.jpg\" width=\"825\" height=\"1088\" alt=\"\" class=\"wp-image-27 alignnone size-full\" />\r\n\r\n[/et_pb_cta][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|15px|30px|false|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#10243B\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#FFFFFF\" header_font_size=\"21px\"]\r\n\r\n<h1>You’ll Discover….</h1>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" _builder_version=\"3.19\" background_color=\"#ffffff\" border_radii=\"|||30px|30px\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19\" text_font=\"||||||||\" text_text_color=\"#000000\" text_font_size=\"16px\" custom_padding=\"|||30px\"]\r\n\r\n<ul>\r\n<li> How to Get off the Treadmill and Increase Your Productivity While Reducing Your Hours</li>\r\n<li>The Secret to Getting Higher Insurance Payouts from Insurance Providers</li>\r\n<li>How to Increase Accurate Diagnosis and Accelerate Healing</li>\r\n<li>New Revenue Streams that Improve Patient Outcomes and Increase Net Profit Margins </li>\r\n</ul>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19\"]\r\n\r\n<p style=\"text-align: center;\"><span style=\"color: #000000;\"><a href=\"https://www.diagnosticsforpt.com/terms-and-conditions/\" target=\"_blank\" rel=\"noopener\" style=\"color: #000000;\">| <strong>PRIVACY POLICY &amp; TERMS Of USE</strong> |</a></span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #000000;\"><span>Created by </span><span style=\"color: #ffffff;\"><strong><a href=\"http://www.innersurf.com/\" target=\"_blank\" rel=\"noopener\" style=\"color: #10233A;\">InnerSurf Online Solutions</a></strong></span></span></p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Landing Page', '', 'inherit', 'closed', 'closed', '', '5-revision-v1', '', '', '2019-02-02 07:56:55', '2019-02-02 07:56:55', '', 5, 'http://109.199.127.251/~fastacti/socialmediaspeakerlosangeles.com/2019/02/02/5-revision-v1/', 0, 'revision', '', 0),
(142, 1, '2019-02-02 07:57:44', '2019-02-02 07:57:44', '[et_pb_section bb_built=\"1\" _builder_version=\"3.19\" background_color=\"#c9c9c9\" custom_padding=\"0|0px|0|0px|false|false\"][et_pb_row custom_padding=\"||0px\" custom_margin=\"||0px\" _builder_version=\"3.19\" border_radii=\"|10px|10px|0px|0px\"][et_pb_column type=\"4_4\"][et_pb_image src=\"http://quantumleaplife.com/handsondiagnostics.com/wp-content/uploads/2018/12/hods-banner.jpg\" show_bottom_space=\"off\" align=\"center\" _builder_version=\"3.19\" border_radii=\"|50px|50px||\" box_shadow_style=\"preset1\" custom_margin=\"||0px\" /][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|20px|30px|true|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#10243B\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#FFFFFF\" header_font_size=\"24px\"]\r\n\r\n<h1><span>Are You a Physical Therapist Eager to Improve Your Practice?</span></h1>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|15px|30px|false|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#ffffff\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19\" header_font=\"|800|||||||\" header_text_align=\"center\" header_text_color=\"#0183FC\"]\r\n\r\n<h1><span>How Would You Like To Achieve Better Patient Outcomes, Radically Differentiate Your Practice, And 5X Reimbursements In As Little As 90 Days?</span></h1>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|15px|30px|false|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#10243B\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#FFFFFF\" header_font_size=\"21px\"]\r\n\r\n<h1><span>Grab Details Now to The Revolution Taking Private Practice Physical Therapy By Storm</span></h1>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" _builder_version=\"3.19\" background_color=\"#ffffff\" box_shadow_style=\"preset1\"][et_pb_column type=\"3_5\"][et_pb_image src=\"data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTA4MCIgaGVpZ2h0PSI1NDAiIHZpZXdCb3g9IjAgMCAxMDgwIDU0MCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPHBhdGggZmlsbD0iI0VCRUJFQiIgZD0iTTAgMGgxMDgwdjU0MEgweiIvPgogICAgICAgIDxwYXRoIGQ9Ik00NDUuNjQ5IDU0MGgtOTguOTk1TDE0NC42NDkgMzM3Ljk5NSAwIDQ4Mi42NDR2LTk4Ljk5NWwxMTYuMzY1LTExNi4zNjVjMTUuNjItMTUuNjIgNDAuOTQ3LTE1LjYyIDU2LjU2OCAwTDQ0NS42NSA1NDB6IiBmaWxsLW9wYWNpdHk9Ii4xIiBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz4KICAgICAgICA8Y2lyY2xlIGZpbGwtb3BhY2l0eT0iLjA1IiBmaWxsPSIjMDAwIiBjeD0iMzMxIiBjeT0iMTQ4IiByPSI3MCIvPgogICAgICAgIDxwYXRoIGQ9Ik0xMDgwIDM3OXYxMTMuMTM3TDcyOC4xNjIgMTQwLjMgMzI4LjQ2MiA1NDBIMjE1LjMyNEw2OTkuODc4IDU1LjQ0NmMxNS42Mi0xNS42MiA0MC45NDgtMTUuNjIgNTYuNTY4IDBMMTA4MCAzNzl6IiBmaWxsLW9wYWNpdHk9Ii4yIiBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz4KICAgIDwvZz4KPC9zdmc+Cg==\" _builder_version=\"3.19\" max_width=\"50%\" module_alignment=\"center\" /][et_pb_text _builder_version=\"3.19\" text_font=\"||||||||\" text_text_color=\"#000000\" text_font_size=\"16px\" custom_padding=\"|||30px\"]\r\n\r\n<div>\r\n<p><strong>Are you feeling the squeeze of shrinking reimbursements from insurance carriers?</strong></p>\r\n<p>Have you ever felt overwhelmed by the ever-changing regulations that limit your profit potential and create more work for you?</p>\r\n<p><strong>Are you losing the battle for new patients from the increased competition of HOPTs and POPTs?</strong></p>\r\n<p>Are you struggling and finding it costlier to retain quality staff?</p>\r\n<p><strong>I know how you feel because at a time when we had 13 clinics (and were the 2nd largest private practice PT organization in NY), our reimbursements were slashed by 50% - 60% one after another. This new frontier of marketing, diagnosing and increased competition led me in search of solutions.</strong></p>\r\n<p>Hi, my name is Dr. Dimitrios Kostopoulos, DPT, MD, PhD, DSc, ECS and I’m board certified in Clinical Electrophysiology with over 26 years of clinical and private practice experience. It was from the obstacles I faced I was able to discover a technology that provided us with significantly greater profit margins and 5x - 10x more per patient visit. Once I had mastered this to a repeatable formula, I revealed the technology to other private practitioners who are gaining similar results.</p>\r\n<p><strong>I want to help you get the information you need in a format that fits your lifestyle which is why I’m offering a free download of our magazine called Diagnostics for PT</strong></p>\r\n<p><strong></strong></p>\r\n</div>\r\n<div>\r\n<p>To get started simply provide your name and email address and you’ll be sent directly to a download.</p>\r\n<p><strong>And best of all…. It’s free.</strong></p>\r\n<p>There is no cost to join, no contracts to sign, and no obligation to do anything except enjoy the free content I look forward to sharing with you.</p>\r\n<p>&nbsp;</p>\r\n</div>\r\n<div>\r\n<p>I want to ensure you have proven and real information from here on.</p>\r\n<p><strong>See you on the other side.</strong></p>\r\n<p><strong>Dr. Dimitrios Kostopoulos</strong></p>\r\n</div>\r\n<div><em>Helping Private Practice Owners Boom Your Business</em></div>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"2_5\"][et_pb_cta title=\"Grab Free Magazine Subscription\" button_url=\"#open-overlay\" button_text=\"Download Now\" module_id=\"overlay_unique_id_69\" _builder_version=\"3.19\" header_level=\"h1\" header_font=\"||||||||\" body_font=\"||||||||\" background_color=\"#0075B2\" border_radii=\"on|10px|10px|10px|10px\" custom_button=\"on\" button_text_size=\"26px\" button_text_color=\"#0C71C3\" button_bg_color=\"#ffffff\" button_border_width=\"0px\" button_border_radius=\"100px\" button_font=\"|700|||||||\" button_use_icon=\"off\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"5px\" box_shadow_vertical=\"5px\" box_shadow_style_button=\"preset2\" box_shadow_horizontal_button=\"0px\" box_shadow_vertical_button=\"0px\" custom_margin=\"|30px||\" custom_padding=\"|||\" box_shadow_color_button__hover_enabled=\"on\" box_shadow_color_button__hover=\"rgba(0,0,0,0.3)\" box_shadow_horizontal_button__hover_enabled=\"on\" box_shadow_horizontal_button__hover=\"0px\" box_shadow_blur_button__hover_enabled=\"on\" box_shadow_blur_button__hover=\"25px\" box_shadow_spread_button__hover_enabled=\"on\" box_shadow_spread_button__hover=\"10px\"]\r\n\r\n<img src=\"http://quantumleaplife.com/handsondiagnostics.com/wp-content/uploads/2018/12/hods.jpg\" width=\"825\" height=\"1088\" alt=\"\" class=\"wp-image-27 alignnone size-full\" />\r\n\r\n[/et_pb_cta][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|15px|30px|false|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#10243B\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#FFFFFF\" header_font_size=\"21px\"]\r\n\r\n<h1>You’ll Discover….</h1>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" _builder_version=\"3.19\" background_color=\"#ffffff\" border_radii=\"|||30px|30px\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19\" text_font=\"||||||||\" text_text_color=\"#000000\" text_font_size=\"16px\" custom_padding=\"|||30px\"]\r\n\r\n<ul>\r\n<li> How to Get off the Treadmill and Increase Your Productivity While Reducing Your Hours</li>\r\n<li>The Secret to Getting Higher Insurance Payouts from Insurance Providers</li>\r\n<li>How to Increase Accurate Diagnosis and Accelerate Healing</li>\r\n<li>New Revenue Streams that Improve Patient Outcomes and Increase Net Profit Margins </li>\r\n</ul>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19\"]\r\n\r\n<p style=\"text-align: center;\"><span style=\"color: #000000;\"><a href=\"https://www.diagnosticsforpt.com/terms-and-conditions/\" target=\"_blank\" rel=\"noopener\" style=\"color: #000000;\">| <strong>PRIVACY POLICY &amp; TERMS Of USE</strong> |</a></span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #000000;\"><span>Created by </span><span style=\"color: #ffffff;\"><strong><a href=\"http://www.innersurf.com/\" target=\"_blank\" rel=\"noopener\" style=\"color: #10233A;\">InnerSurf Online Solutions</a></strong></span></span></p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Landing Page', '', 'inherit', 'closed', 'closed', '', '5-revision-v1', '', '', '2019-02-02 07:57:44', '2019-02-02 07:57:44', '', 5, 'http://109.199.127.251/~fastacti/socialmediaspeakerlosangeles.com/2019/02/02/5-revision-v1/', 0, 'revision', '', 0),
(143, 1, '2019-02-02 07:59:01', '2019-02-02 07:59:01', '[et_pb_section bb_built=\"1\" _builder_version=\"3.19\" background_color=\"#c9c9c9\" custom_padding=\"0|0px|0|0px|false|false\"][et_pb_row custom_padding=\"||0px\" custom_margin=\"||0px\" _builder_version=\"3.19\" border_radii=\"|10px|10px|0px|0px\"][et_pb_column type=\"4_4\"][et_pb_image src=\"http://quantumleaplife.com/handsondiagnostics.com/wp-content/uploads/2018/12/hods-banner.jpg\" show_bottom_space=\"off\" align=\"center\" _builder_version=\"3.19\" border_radii=\"|10px|10px|0px|0px\" box_shadow_style=\"preset1\" custom_margin=\"||0px\" /][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|20px|30px|true|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#10243B\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#FFFFFF\" header_font_size=\"24px\"]\r\n\r\n<h1><span>Are You a Physical Therapist Eager to Improve Your Practice?</span></h1>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|15px|30px|false|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#ffffff\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19\" header_font=\"|800|||||||\" header_text_align=\"center\" header_text_color=\"#0183FC\"]\r\n\r\n<h1><span>How Would You Like To Achieve Better Patient Outcomes, Radically Differentiate Your Practice, And 5X Reimbursements In As Little As 90 Days?</span></h1>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|15px|30px|false|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#10243B\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#FFFFFF\" header_font_size=\"21px\"]\r\n\r\n<h1><span>Grab Details Now to The Revolution Taking Private Practice Physical Therapy By Storm</span></h1>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" _builder_version=\"3.19\" background_color=\"#ffffff\" box_shadow_style=\"preset1\"][et_pb_column type=\"3_5\"][et_pb_image src=\"data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTA4MCIgaGVpZ2h0PSI1NDAiIHZpZXdCb3g9IjAgMCAxMDgwIDU0MCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPHBhdGggZmlsbD0iI0VCRUJFQiIgZD0iTTAgMGgxMDgwdjU0MEgweiIvPgogICAgICAgIDxwYXRoIGQ9Ik00NDUuNjQ5IDU0MGgtOTguOTk1TDE0NC42NDkgMzM3Ljk5NSAwIDQ4Mi42NDR2LTk4Ljk5NWwxMTYuMzY1LTExNi4zNjVjMTUuNjItMTUuNjIgNDAuOTQ3LTE1LjYyIDU2LjU2OCAwTDQ0NS42NSA1NDB6IiBmaWxsLW9wYWNpdHk9Ii4xIiBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz4KICAgICAgICA8Y2lyY2xlIGZpbGwtb3BhY2l0eT0iLjA1IiBmaWxsPSIjMDAwIiBjeD0iMzMxIiBjeT0iMTQ4IiByPSI3MCIvPgogICAgICAgIDxwYXRoIGQ9Ik0xMDgwIDM3OXYxMTMuMTM3TDcyOC4xNjIgMTQwLjMgMzI4LjQ2MiA1NDBIMjE1LjMyNEw2OTkuODc4IDU1LjQ0NmMxNS42Mi0xNS42MiA0MC45NDgtMTUuNjIgNTYuNTY4IDBMMTA4MCAzNzl6IiBmaWxsLW9wYWNpdHk9Ii4yIiBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz4KICAgIDwvZz4KPC9zdmc+Cg==\" _builder_version=\"3.19\" max_width=\"50%\" module_alignment=\"center\" /][et_pb_text _builder_version=\"3.19\" text_font=\"||||||||\" text_text_color=\"#000000\" text_font_size=\"16px\" custom_padding=\"|||30px\"]\r\n\r\n<div>\r\n<p><strong>Are you feeling the squeeze of shrinking reimbursements from insurance carriers?</strong></p>\r\n<p>Have you ever felt overwhelmed by the ever-changing regulations that limit your profit potential and create more work for you?</p>\r\n<p><strong>Are you losing the battle for new patients from the increased competition of HOPTs and POPTs?</strong></p>\r\n<p>Are you struggling and finding it costlier to retain quality staff?</p>\r\n<p><strong>I know how you feel because at a time when we had 13 clinics (and were the 2nd largest private practice PT organization in NY), our reimbursements were slashed by 50% - 60% one after another. This new frontier of marketing, diagnosing and increased competition led me in search of solutions.</strong></p>\r\n<p>Hi, my name is Dr. Dimitrios Kostopoulos, DPT, MD, PhD, DSc, ECS and I’m board certified in Clinical Electrophysiology with over 26 years of clinical and private practice experience. It was from the obstacles I faced I was able to discover a technology that provided us with significantly greater profit margins and 5x - 10x more per patient visit. Once I had mastered this to a repeatable formula, I revealed the technology to other private practitioners who are gaining similar results.</p>\r\n<p><strong>I want to help you get the information you need in a format that fits your lifestyle which is why I’m offering a free download of our magazine called Diagnostics for PT</strong></p>\r\n<p><strong></strong></p>\r\n</div>\r\n<div>\r\n<p>To get started simply provide your name and email address and you’ll be sent directly to a download.</p>\r\n<p><strong>And best of all…. It’s free.</strong></p>\r\n<p>There is no cost to join, no contracts to sign, and no obligation to do anything except enjoy the free content I look forward to sharing with you.</p>\r\n<p>&nbsp;</p>\r\n</div>\r\n<div>\r\n<p>I want to ensure you have proven and real information from here on.</p>\r\n<p><strong>See you on the other side.</strong></p>\r\n<p><strong>Dr. Dimitrios Kostopoulos</strong></p>\r\n</div>\r\n<div><em>Helping Private Practice Owners Boom Your Business</em></div>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"2_5\"][et_pb_cta title=\"Grab Free Magazine Subscription\" button_url=\"#open-overlay\" button_text=\"Download Now\" module_id=\"overlay_unique_id_69\" _builder_version=\"3.19\" header_level=\"h1\" header_font=\"||||||||\" body_font=\"||||||||\" background_color=\"#0075B2\" border_radii=\"on|10px|10px|10px|10px\" custom_button=\"on\" button_text_size=\"26px\" button_text_color=\"#0C71C3\" button_bg_color=\"#ffffff\" button_border_width=\"0px\" button_border_radius=\"100px\" button_font=\"|700|||||||\" button_use_icon=\"off\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"5px\" box_shadow_vertical=\"5px\" box_shadow_style_button=\"preset2\" box_shadow_horizontal_button=\"0px\" box_shadow_vertical_button=\"0px\" custom_margin=\"|30px||\" custom_padding=\"|||\" box_shadow_color_button__hover_enabled=\"on\" box_shadow_color_button__hover=\"rgba(0,0,0,0.3)\" box_shadow_horizontal_button__hover_enabled=\"on\" box_shadow_horizontal_button__hover=\"0px\" box_shadow_blur_button__hover_enabled=\"on\" box_shadow_blur_button__hover=\"25px\" box_shadow_spread_button__hover_enabled=\"on\" box_shadow_spread_button__hover=\"10px\"]\r\n\r\n<img src=\"http://quantumleaplife.com/handsondiagnostics.com/wp-content/uploads/2018/12/hods.jpg\" width=\"825\" height=\"1088\" alt=\"\" class=\"wp-image-27 alignnone size-full\" />\r\n\r\n[/et_pb_cta][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|15px|30px|false|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#10243B\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#FFFFFF\" header_font_size=\"21px\"]\r\n\r\n<h1>You’ll Discover….</h1>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" _builder_version=\"3.19\" background_color=\"#ffffff\" border_radii=\"|||30px|30px\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19\" text_font=\"||||||||\" text_text_color=\"#000000\" text_font_size=\"16px\" custom_padding=\"|||30px\"]\r\n\r\n<ul>\r\n<li> How to Get off the Treadmill and Increase Your Productivity While Reducing Your Hours</li>\r\n<li>The Secret to Getting Higher Insurance Payouts from Insurance Providers</li>\r\n<li>How to Increase Accurate Diagnosis and Accelerate Healing</li>\r\n<li>New Revenue Streams that Improve Patient Outcomes and Increase Net Profit Margins </li>\r\n</ul>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19\"]\r\n\r\n<p style=\"text-align: center;\"><span style=\"color: #000000;\"><a href=\"https://www.diagnosticsforpt.com/terms-and-conditions/\" target=\"_blank\" rel=\"noopener\" style=\"color: #000000;\">| <strong>PRIVACY POLICY &amp; TERMS Of USE</strong> |</a></span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #000000;\"><span>Created by </span><span style=\"color: #ffffff;\"><strong><a href=\"http://www.innersurf.com/\" target=\"_blank\" rel=\"noopener\" style=\"color: #10233A;\">InnerSurf Online Solutions</a></strong></span></span></p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Landing Page', '', 'inherit', 'closed', 'closed', '', '5-revision-v1', '', '', '2019-02-02 07:59:01', '2019-02-02 07:59:01', '', 5, 'http://109.199.127.251/~fastacti/socialmediaspeakerlosangeles.com/2019/02/02/5-revision-v1/', 0, 'revision', '', 0),
(144, 1, '2019-02-02 08:09:19', '2019-02-02 08:09:19', '', 'header-logo', '', 'inherit', 'open', 'closed', '', 'header-logo', '', '', '2019-02-02 08:09:19', '2019-02-02 08:09:19', '', 5, 'http://109.199.127.251/~fastacti/socialmediaspeakerlosangeles.com/wp-content/uploads/2019/02/header-logo.jpg', 0, 'attachment', 'image/jpeg', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(146, 1, '2019-02-02 08:09:56', '2019-02-02 08:09:56', '[et_pb_section bb_built=\"1\" _builder_version=\"3.19\" background_color=\"#c9c9c9\" custom_padding=\"0|0px|0|0px|false|false\"][et_pb_row custom_padding=\"||0px\" custom_margin=\"||0px\" _builder_version=\"3.19\" border_radii=\"|10px|10px|0px|0px\"][et_pb_column type=\"4_4\"][et_pb_image src=\"http://109.199.127.251/~fastacti/socialmediaspeakerlosangeles.com/wp-content/uploads/2019/02/header-logo.jpg\" show_bottom_space=\"off\" align=\"center\" _builder_version=\"3.19\" border_radii=\"|10px|10px|0px|0px\" box_shadow_style=\"preset1\" custom_margin=\"||0px\" /][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|20px|30px|true|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#10243B\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#FFFFFF\" header_font_size=\"24px\"]\r\n\r\n<h1><span>Are You a Physical Therapist Eager to Improve Your Practice?</span></h1>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|15px|30px|false|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#ffffff\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19\" header_font=\"|800|||||||\" header_text_align=\"center\" header_text_color=\"#0183FC\"]\r\n\r\n<h1><span>How Would You Like To Achieve Better Patient Outcomes, Radically Differentiate Your Practice, And 5X Reimbursements In As Little As 90 Days?</span></h1>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|15px|30px|false|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#10243B\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#FFFFFF\" header_font_size=\"21px\"]\r\n\r\n<h1><span>Grab Details Now to The Revolution Taking Private Practice Physical Therapy By Storm</span></h1>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" _builder_version=\"3.19\" background_color=\"#ffffff\" box_shadow_style=\"preset1\"][et_pb_column type=\"3_5\"][et_pb_image src=\"data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTA4MCIgaGVpZ2h0PSI1NDAiIHZpZXdCb3g9IjAgMCAxMDgwIDU0MCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPHBhdGggZmlsbD0iI0VCRUJFQiIgZD0iTTAgMGgxMDgwdjU0MEgweiIvPgogICAgICAgIDxwYXRoIGQ9Ik00NDUuNjQ5IDU0MGgtOTguOTk1TDE0NC42NDkgMzM3Ljk5NSAwIDQ4Mi42NDR2LTk4Ljk5NWwxMTYuMzY1LTExNi4zNjVjMTUuNjItMTUuNjIgNDAuOTQ3LTE1LjYyIDU2LjU2OCAwTDQ0NS42NSA1NDB6IiBmaWxsLW9wYWNpdHk9Ii4xIiBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz4KICAgICAgICA8Y2lyY2xlIGZpbGwtb3BhY2l0eT0iLjA1IiBmaWxsPSIjMDAwIiBjeD0iMzMxIiBjeT0iMTQ4IiByPSI3MCIvPgogICAgICAgIDxwYXRoIGQ9Ik0xMDgwIDM3OXYxMTMuMTM3TDcyOC4xNjIgMTQwLjMgMzI4LjQ2MiA1NDBIMjE1LjMyNEw2OTkuODc4IDU1LjQ0NmMxNS42Mi0xNS42MiA0MC45NDgtMTUuNjIgNTYuNTY4IDBMMTA4MCAzNzl6IiBmaWxsLW9wYWNpdHk9Ii4yIiBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz4KICAgIDwvZz4KPC9zdmc+Cg==\" _builder_version=\"3.19\" max_width=\"50%\" module_alignment=\"center\" /][et_pb_text _builder_version=\"3.19\" text_font=\"||||||||\" text_text_color=\"#000000\" text_font_size=\"16px\" custom_padding=\"|||30px\"]\r\n\r\n<div>\r\n<p><strong>Are you feeling the squeeze of shrinking reimbursements from insurance carriers?</strong></p>\r\n<p>Have you ever felt overwhelmed by the ever-changing regulations that limit your profit potential and create more work for you?</p>\r\n<p><strong>Are you losing the battle for new patients from the increased competition of HOPTs and POPTs?</strong></p>\r\n<p>Are you struggling and finding it costlier to retain quality staff?</p>\r\n<p><strong>I know how you feel because at a time when we had 13 clinics (and were the 2nd largest private practice PT organization in NY), our reimbursements were slashed by 50% - 60% one after another. This new frontier of marketing, diagnosing and increased competition led me in search of solutions.</strong></p>\r\n<p>Hi, my name is Dr. Dimitrios Kostopoulos, DPT, MD, PhD, DSc, ECS and I’m board certified in Clinical Electrophysiology with over 26 years of clinical and private practice experience. It was from the obstacles I faced I was able to discover a technology that provided us with significantly greater profit margins and 5x - 10x more per patient visit. Once I had mastered this to a repeatable formula, I revealed the technology to other private practitioners who are gaining similar results.</p>\r\n<p><strong>I want to help you get the information you need in a format that fits your lifestyle which is why I’m offering a free download of our magazine called Diagnostics for PT</strong></p>\r\n<p><strong></strong></p>\r\n</div>\r\n<div>\r\n<p>To get started simply provide your name and email address and you’ll be sent directly to a download.</p>\r\n<p><strong>And best of all…. It’s free.</strong></p>\r\n<p>There is no cost to join, no contracts to sign, and no obligation to do anything except enjoy the free content I look forward to sharing with you.</p>\r\n<p>&nbsp;</p>\r\n</div>\r\n<div>\r\n<p>I want to ensure you have proven and real information from here on.</p>\r\n<p><strong>See you on the other side.</strong></p>\r\n<p><strong>Dr. Dimitrios Kostopoulos</strong></p>\r\n</div>\r\n<div><em>Helping Private Practice Owners Boom Your Business</em></div>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"2_5\"][et_pb_cta title=\"Grab Free Magazine Subscription\" button_url=\"#open-overlay\" button_text=\"Download Now\" module_id=\"overlay_unique_id_69\" _builder_version=\"3.19\" header_level=\"h1\" header_font=\"||||||||\" body_font=\"||||||||\" background_color=\"#0075B2\" border_radii=\"on|10px|10px|10px|10px\" custom_button=\"on\" button_text_size=\"26px\" button_text_color=\"#0C71C3\" button_bg_color=\"#ffffff\" button_border_width=\"0px\" button_border_radius=\"100px\" button_font=\"|700|||||||\" button_use_icon=\"off\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"5px\" box_shadow_vertical=\"5px\" box_shadow_style_button=\"preset2\" box_shadow_horizontal_button=\"0px\" box_shadow_vertical_button=\"0px\" custom_margin=\"|30px||\" custom_padding=\"|||\" box_shadow_color_button__hover_enabled=\"on\" box_shadow_color_button__hover=\"rgba(0,0,0,0.3)\" box_shadow_horizontal_button__hover_enabled=\"on\" box_shadow_horizontal_button__hover=\"0px\" box_shadow_blur_button__hover_enabled=\"on\" box_shadow_blur_button__hover=\"25px\" box_shadow_spread_button__hover_enabled=\"on\" box_shadow_spread_button__hover=\"10px\"]\r\n\r\n<img src=\"http://quantumleaplife.com/handsondiagnostics.com/wp-content/uploads/2018/12/hods.jpg\" width=\"825\" height=\"1088\" alt=\"\" class=\"wp-image-27 alignnone size-full\" />\r\n\r\n[/et_pb_cta][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|15px|30px|false|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#10243B\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#FFFFFF\" header_font_size=\"21px\"]\r\n\r\n<h1>You’ll Discover….</h1>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" _builder_version=\"3.19\" background_color=\"#ffffff\" border_radii=\"|||30px|30px\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19\" text_font=\"||||||||\" text_text_color=\"#000000\" text_font_size=\"16px\" custom_padding=\"|||30px\"]\r\n\r\n<ul>\r\n<li> How to Get off the Treadmill and Increase Your Productivity While Reducing Your Hours</li>\r\n<li>The Secret to Getting Higher Insurance Payouts from Insurance Providers</li>\r\n<li>How to Increase Accurate Diagnosis and Accelerate Healing</li>\r\n<li>New Revenue Streams that Improve Patient Outcomes and Increase Net Profit Margins </li>\r\n</ul>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19\"]\r\n\r\n<p style=\"text-align: center;\"><span style=\"color: #000000;\"><a href=\"https://www.diagnosticsforpt.com/terms-and-conditions/\" target=\"_blank\" rel=\"noopener\" style=\"color: #000000;\">| <strong>PRIVACY POLICY &amp; TERMS Of USE</strong> |</a></span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #000000;\"><span>Created by </span><span style=\"color: #ffffff;\"><strong><a href=\"http://www.innersurf.com/\" target=\"_blank\" rel=\"noopener\" style=\"color: #10233A;\">InnerSurf Online Solutions</a></strong></span></span></p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Landing Page', '', 'inherit', 'closed', 'closed', '', '5-revision-v1', '', '', '2019-02-02 08:09:56', '2019-02-02 08:09:56', '', 5, 'http://109.199.127.251/~fastacti/socialmediaspeakerlosangeles.com/2019/02/02/5-revision-v1/', 0, 'revision', '', 0),
(147, 1, '2019-02-02 08:13:59', '2019-02-02 08:13:59', '', 'slide11', '', 'inherit', 'open', 'closed', '', 'slide11', '', '', '2019-02-02 08:13:59', '2019-02-02 08:13:59', '', 5, 'http://109.199.127.251/~fastacti/socialmediaspeakerlosangeles.com/wp-content/uploads/2019/02/slide11.jpg', 0, 'attachment', 'image/jpeg', 0),
(148, 1, '2019-02-02 08:14:23', '2019-02-02 08:14:23', '[et_pb_section bb_built=\"1\" _builder_version=\"3.19\" background_color=\"#c9c9c9\" custom_padding=\"0|0px|0|0px|false|false\"][et_pb_row custom_padding=\"||0px\" custom_margin=\"||0px\" _builder_version=\"3.19\" border_radii=\"|10px|10px|0px|0px\"][et_pb_column type=\"4_4\"][et_pb_image src=\"http://109.199.127.251/~fastacti/socialmediaspeakerlosangeles.com/wp-content/uploads/2019/02/header-logo.jpg\" show_bottom_space=\"off\" align=\"center\" _builder_version=\"3.19\" border_radii=\"|10px|10px|0px|0px\" box_shadow_style=\"preset1\" custom_margin=\"||0px\" /][et_pb_slider _builder_version=\"3.19\"][et_pb_slide _builder_version=\"3.19\" button_link=\"#\" url_new_window=\"off\" link_option_url_new_window=\"off\" background_color=\"#7EBEC5\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" background_video_pause_outside_viewport=\"on\" use_bg_overlay=\"off\" use_text_overlay=\"off\" text_border_radius=\"3\" alignment=\"center\" child_filter_hue_rotate=\"0deg\" child_filter_saturate=\"100%\" child_filter_brightness=\"100%\" child_filter_contrast=\"100%\" child_filter_invert=\"0%\" child_filter_sepia=\"0%\" child_filter_opacity=\"100%\" child_filter_blur=\"0px\" child_mix_blend_mode=\"normal\" background_layout=\"dark\" text_shadow_style=\"none\" header_text_shadow_style=\"none\" body_text_shadow_style=\"none\" custom_button=\"off\" button_bg_use_color_gradient=\"off\" button_bg_color_gradient_overlays_image=\"off\" button_use_icon=\"on\" button_on_hover=\"on\" button_text_shadow_style=\"none\" box_shadow_style_button=\"none\" hover_transition_duration=\"300ms\" hover_transition_delay=\"0ms\" hover_transition_speed_curve=\"ease\"]\r\n\r\n<p><img class=\"alignnone size-full wp-image-147\" src=\"http://109.199.127.251/~fastacti/socialmediaspeakerlosangeles.com/wp-content/uploads/2019/02/slide11.jpg\" alt=\"\" width=\"930\" height=\"250\"></p>\r\n\r\n[/et_pb_slide][et_pb_slide _builder_version=\"3.19\" button_link=\"#\" url_new_window=\"off\" link_option_url_new_window=\"off\" background_color=\"#7EBEC5\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" background_video_pause_outside_viewport=\"on\" use_bg_overlay=\"off\" use_text_overlay=\"off\" text_border_radius=\"3\" alignment=\"center\" child_filter_hue_rotate=\"0deg\" child_filter_saturate=\"100%\" child_filter_brightness=\"100%\" child_filter_contrast=\"100%\" child_filter_invert=\"0%\" child_filter_sepia=\"0%\" child_filter_opacity=\"100%\" child_filter_blur=\"0px\" child_mix_blend_mode=\"normal\" background_layout=\"dark\" text_shadow_style=\"none\" header_text_shadow_style=\"none\" body_text_shadow_style=\"none\" custom_button=\"off\" button_bg_use_color_gradient=\"off\" button_bg_color_gradient_overlays_image=\"off\" button_use_icon=\"on\" button_on_hover=\"on\" button_text_shadow_style=\"none\" box_shadow_style_button=\"none\" hover_transition_duration=\"300ms\" hover_transition_delay=\"0ms\" hover_transition_speed_curve=\"ease\"]\r\n\r\n<p><img class=\"alignnone size-full wp-image-147\" src=\"http://109.199.127.251/~fastacti/socialmediaspeakerlosangeles.com/wp-content/uploads/2019/02/slide11.jpg\" alt=\"\" width=\"930\" height=\"250\"></p>\r\n\r\n[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|20px|30px|true|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#10243B\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#FFFFFF\" header_font_size=\"24px\"]\r\n\r\n<h1><span>Are You a Physical Therapist Eager to Improve Your Practice?</span></h1>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|15px|30px|false|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#ffffff\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19\" header_font=\"|800|||||||\" header_text_align=\"center\" header_text_color=\"#0183FC\"]\r\n\r\n<h1><span>How Would You Like To Achieve Better Patient Outcomes, Radically Differentiate Your Practice, And 5X Reimbursements In As Little As 90 Days?</span></h1>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|15px|30px|false|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#10243B\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#FFFFFF\" header_font_size=\"21px\"]\r\n\r\n<h1><span>Grab Details Now to The Revolution Taking Private Practice Physical Therapy By Storm</span></h1>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" _builder_version=\"3.19\" background_color=\"#ffffff\" box_shadow_style=\"preset1\"][et_pb_column type=\"3_5\"][et_pb_image src=\"data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTA4MCIgaGVpZ2h0PSI1NDAiIHZpZXdCb3g9IjAgMCAxMDgwIDU0MCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPHBhdGggZmlsbD0iI0VCRUJFQiIgZD0iTTAgMGgxMDgwdjU0MEgweiIvPgogICAgICAgIDxwYXRoIGQ9Ik00NDUuNjQ5IDU0MGgtOTguOTk1TDE0NC42NDkgMzM3Ljk5NSAwIDQ4Mi42NDR2LTk4Ljk5NWwxMTYuMzY1LTExNi4zNjVjMTUuNjItMTUuNjIgNDAuOTQ3LTE1LjYyIDU2LjU2OCAwTDQ0NS42NSA1NDB6IiBmaWxsLW9wYWNpdHk9Ii4xIiBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz4KICAgICAgICA8Y2lyY2xlIGZpbGwtb3BhY2l0eT0iLjA1IiBmaWxsPSIjMDAwIiBjeD0iMzMxIiBjeT0iMTQ4IiByPSI3MCIvPgogICAgICAgIDxwYXRoIGQ9Ik0xMDgwIDM3OXYxMTMuMTM3TDcyOC4xNjIgMTQwLjMgMzI4LjQ2MiA1NDBIMjE1LjMyNEw2OTkuODc4IDU1LjQ0NmMxNS42Mi0xNS42MiA0MC45NDgtMTUuNjIgNTYuNTY4IDBMMTA4MCAzNzl6IiBmaWxsLW9wYWNpdHk9Ii4yIiBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz4KICAgIDwvZz4KPC9zdmc+Cg==\" _builder_version=\"3.19\" max_width=\"50%\" module_alignment=\"center\" /][et_pb_text _builder_version=\"3.19\" text_font=\"||||||||\" text_text_color=\"#000000\" text_font_size=\"16px\" custom_padding=\"|||30px\"]\r\n\r\n<div>\r\n<p><strong>Are you feeling the squeeze of shrinking reimbursements from insurance carriers?</strong></p>\r\n<p>Have you ever felt overwhelmed by the ever-changing regulations that limit your profit potential and create more work for you?</p>\r\n<p><strong>Are you losing the battle for new patients from the increased competition of HOPTs and POPTs?</strong></p>\r\n<p>Are you struggling and finding it costlier to retain quality staff?</p>\r\n<p><strong>I know how you feel because at a time when we had 13 clinics (and were the 2nd largest private practice PT organization in NY), our reimbursements were slashed by 50% - 60% one after another. This new frontier of marketing, diagnosing and increased competition led me in search of solutions.</strong></p>\r\n<p>Hi, my name is Dr. Dimitrios Kostopoulos, DPT, MD, PhD, DSc, ECS and I’m board certified in Clinical Electrophysiology with over 26 years of clinical and private practice experience. It was from the obstacles I faced I was able to discover a technology that provided us with significantly greater profit margins and 5x - 10x more per patient visit. Once I had mastered this to a repeatable formula, I revealed the technology to other private practitioners who are gaining similar results.</p>\r\n<p><strong>I want to help you get the information you need in a format that fits your lifestyle which is why I’m offering a free download of our magazine called Diagnostics for PT</strong></p>\r\n<p><strong></strong></p>\r\n</div>\r\n<div>\r\n<p>To get started simply provide your name and email address and you’ll be sent directly to a download.</p>\r\n<p><strong>And best of all…. It’s free.</strong></p>\r\n<p>There is no cost to join, no contracts to sign, and no obligation to do anything except enjoy the free content I look forward to sharing with you.</p>\r\n<p>&nbsp;</p>\r\n</div>\r\n<div>\r\n<p>I want to ensure you have proven and real information from here on.</p>\r\n<p><strong>See you on the other side.</strong></p>\r\n<p><strong>Dr. Dimitrios Kostopoulos</strong></p>\r\n</div>\r\n<div><em>Helping Private Practice Owners Boom Your Business</em></div>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"2_5\"][et_pb_cta title=\"Grab Free Magazine Subscription\" button_url=\"#open-overlay\" button_text=\"Download Now\" module_id=\"overlay_unique_id_69\" _builder_version=\"3.19\" header_level=\"h1\" header_font=\"||||||||\" body_font=\"||||||||\" background_color=\"#0075B2\" border_radii=\"on|10px|10px|10px|10px\" custom_button=\"on\" button_text_size=\"26px\" button_text_color=\"#0C71C3\" button_bg_color=\"#ffffff\" button_border_width=\"0px\" button_border_radius=\"100px\" button_font=\"|700|||||||\" button_use_icon=\"off\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"5px\" box_shadow_vertical=\"5px\" box_shadow_style_button=\"preset2\" box_shadow_horizontal_button=\"0px\" box_shadow_vertical_button=\"0px\" custom_margin=\"|30px||\" custom_padding=\"|||\" box_shadow_color_button__hover_enabled=\"on\" box_shadow_color_button__hover=\"rgba(0,0,0,0.3)\" box_shadow_horizontal_button__hover_enabled=\"on\" box_shadow_horizontal_button__hover=\"0px\" box_shadow_blur_button__hover_enabled=\"on\" box_shadow_blur_button__hover=\"25px\" box_shadow_spread_button__hover_enabled=\"on\" box_shadow_spread_button__hover=\"10px\"]\r\n\r\n<img src=\"http://quantumleaplife.com/handsondiagnostics.com/wp-content/uploads/2018/12/hods.jpg\" width=\"825\" height=\"1088\" alt=\"\" class=\"wp-image-27 alignnone size-full\" />\r\n\r\n[/et_pb_cta][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|15px|30px|false|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#10243B\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#FFFFFF\" header_font_size=\"21px\"]\r\n\r\n<h1>You’ll Discover….</h1>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" _builder_version=\"3.19\" background_color=\"#ffffff\" border_radii=\"|||30px|30px\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19\" text_font=\"||||||||\" text_text_color=\"#000000\" text_font_size=\"16px\" custom_padding=\"|||30px\"]\r\n\r\n<ul>\r\n<li> How to Get off the Treadmill and Increase Your Productivity While Reducing Your Hours</li>\r\n<li>The Secret to Getting Higher Insurance Payouts from Insurance Providers</li>\r\n<li>How to Increase Accurate Diagnosis and Accelerate Healing</li>\r\n<li>New Revenue Streams that Improve Patient Outcomes and Increase Net Profit Margins </li>\r\n</ul>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19\"]\r\n\r\n<p style=\"text-align: center;\"><span style=\"color: #000000;\"><a href=\"https://www.diagnosticsforpt.com/terms-and-conditions/\" target=\"_blank\" rel=\"noopener\" style=\"color: #000000;\">| <strong>PRIVACY POLICY &amp; TERMS Of USE</strong> |</a></span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #000000;\"><span>Created by </span><span style=\"color: #ffffff;\"><strong><a href=\"http://www.innersurf.com/\" target=\"_blank\" rel=\"noopener\" style=\"color: #10233A;\">InnerSurf Online Solutions</a></strong></span></span></p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Landing Page', '', 'inherit', 'closed', 'closed', '', '5-revision-v1', '', '', '2019-02-02 08:14:23', '2019-02-02 08:14:23', '', 5, 'http://109.199.127.251/~fastacti/socialmediaspeakerlosangeles.com/2019/02/02/5-revision-v1/', 0, 'revision', '', 0),
(149, 1, '2019-02-02 08:17:15', '2019-02-02 08:17:15', '[et_pb_section bb_built=\"1\" _builder_version=\"3.19\" background_color=\"#c9c9c9\" custom_padding=\"0|0px|0|0px|false|false\"][et_pb_row custom_padding=\"||0px\" custom_margin=\"||0px\" _builder_version=\"3.19\" border_radii=\"|10px|10px|0px|0px\"][et_pb_column type=\"4_4\"][et_pb_image src=\"http://109.199.127.251/~fastacti/socialmediaspeakerlosangeles.com/wp-content/uploads/2019/02/header-logo.jpg\" show_bottom_space=\"off\" align=\"center\" _builder_version=\"3.19\" border_radii=\"|10px|10px|0px|0px\" box_shadow_style=\"preset1\" custom_margin=\"||0px\" /][et_pb_slider _builder_version=\"3.19\" max_width=\"930px\" custom_margin=\"0px|0px|0px|0px\" custom_padding=\"0px|0px|0px|0px\" box_shadow_style=\"preset3\"][et_pb_slide _builder_version=\"3.19\" button_link=\"#\" url_new_window=\"off\" link_option_url_new_window=\"off\" background_color=\"#7EBEC5\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" background_video_pause_outside_viewport=\"on\" use_bg_overlay=\"off\" use_text_overlay=\"off\" text_border_radius=\"3\" alignment=\"center\" child_filter_hue_rotate=\"0deg\" child_filter_saturate=\"100%\" child_filter_brightness=\"100%\" child_filter_contrast=\"100%\" child_filter_invert=\"0%\" child_filter_sepia=\"0%\" child_filter_opacity=\"100%\" child_filter_blur=\"0px\" child_mix_blend_mode=\"normal\" background_layout=\"dark\" text_shadow_style=\"none\" header_text_shadow_style=\"none\" body_text_shadow_style=\"none\" custom_button=\"off\" button_bg_use_color_gradient=\"off\" button_bg_color_gradient_overlays_image=\"off\" button_use_icon=\"on\" button_on_hover=\"on\" button_text_shadow_style=\"none\" box_shadow_style_button=\"none\" hover_transition_duration=\"300ms\" hover_transition_delay=\"0ms\" hover_transition_speed_curve=\"ease\"]\r\n\r\n<p><img class=\"alignnone size-full wp-image-147\" src=\"http://109.199.127.251/~fastacti/socialmediaspeakerlosangeles.com/wp-content/uploads/2019/02/slide11.jpg\" alt=\"\" width=\"930\" height=\"250\"></p>\r\n\r\n[/et_pb_slide][et_pb_slide _builder_version=\"3.19\" button_link=\"#\" url_new_window=\"off\" link_option_url_new_window=\"off\" background_color=\"#7EBEC5\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" background_video_pause_outside_viewport=\"on\" use_bg_overlay=\"off\" use_text_overlay=\"off\" text_border_radius=\"3\" alignment=\"center\" child_filter_hue_rotate=\"0deg\" child_filter_saturate=\"100%\" child_filter_brightness=\"100%\" child_filter_contrast=\"100%\" child_filter_invert=\"0%\" child_filter_sepia=\"0%\" child_filter_opacity=\"100%\" child_filter_blur=\"0px\" child_mix_blend_mode=\"normal\" background_layout=\"dark\" text_shadow_style=\"none\" header_text_shadow_style=\"none\" body_text_shadow_style=\"none\" custom_button=\"off\" button_bg_use_color_gradient=\"off\" button_bg_color_gradient_overlays_image=\"off\" button_use_icon=\"on\" button_on_hover=\"on\" button_text_shadow_style=\"none\" box_shadow_style_button=\"none\" hover_transition_duration=\"300ms\" hover_transition_delay=\"0ms\" hover_transition_speed_curve=\"ease\"]\r\n\r\n<p><img class=\"alignnone size-full wp-image-147\" src=\"http://109.199.127.251/~fastacti/socialmediaspeakerlosangeles.com/wp-content/uploads/2019/02/slide11.jpg\" alt=\"\" width=\"930\" height=\"250\"></p>\r\n\r\n[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|20px|30px|true|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#10243B\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#FFFFFF\" header_font_size=\"24px\"]\r\n\r\n<h1><span>Are You a Physical Therapist Eager to Improve Your Practice?</span></h1>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|15px|30px|false|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#ffffff\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19\" header_font=\"|800|||||||\" header_text_align=\"center\" header_text_color=\"#0183FC\"]\r\n\r\n<h1><span>How Would You Like To Achieve Better Patient Outcomes, Radically Differentiate Your Practice, And 5X Reimbursements In As Little As 90 Days?</span></h1>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|15px|30px|false|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#10243B\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#FFFFFF\" header_font_size=\"21px\"]\r\n\r\n<h1><span>Grab Details Now to The Revolution Taking Private Practice Physical Therapy By Storm</span></h1>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" _builder_version=\"3.19\" background_color=\"#ffffff\" box_shadow_style=\"preset1\"][et_pb_column type=\"3_5\"][et_pb_image src=\"data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTA4MCIgaGVpZ2h0PSI1NDAiIHZpZXdCb3g9IjAgMCAxMDgwIDU0MCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPHBhdGggZmlsbD0iI0VCRUJFQiIgZD0iTTAgMGgxMDgwdjU0MEgweiIvPgogICAgICAgIDxwYXRoIGQ9Ik00NDUuNjQ5IDU0MGgtOTguOTk1TDE0NC42NDkgMzM3Ljk5NSAwIDQ4Mi42NDR2LTk4Ljk5NWwxMTYuMzY1LTExNi4zNjVjMTUuNjItMTUuNjIgNDAuOTQ3LTE1LjYyIDU2LjU2OCAwTDQ0NS42NSA1NDB6IiBmaWxsLW9wYWNpdHk9Ii4xIiBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz4KICAgICAgICA8Y2lyY2xlIGZpbGwtb3BhY2l0eT0iLjA1IiBmaWxsPSIjMDAwIiBjeD0iMzMxIiBjeT0iMTQ4IiByPSI3MCIvPgogICAgICAgIDxwYXRoIGQ9Ik0xMDgwIDM3OXYxMTMuMTM3TDcyOC4xNjIgMTQwLjMgMzI4LjQ2MiA1NDBIMjE1LjMyNEw2OTkuODc4IDU1LjQ0NmMxNS42Mi0xNS42MiA0MC45NDgtMTUuNjIgNTYuNTY4IDBMMTA4MCAzNzl6IiBmaWxsLW9wYWNpdHk9Ii4yIiBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz4KICAgIDwvZz4KPC9zdmc+Cg==\" _builder_version=\"3.19\" max_width=\"50%\" module_alignment=\"center\" /][et_pb_text _builder_version=\"3.19\" text_font=\"||||||||\" text_text_color=\"#000000\" text_font_size=\"16px\" custom_padding=\"|||30px\"]\r\n\r\n<div>\r\n<p><strong>Are you feeling the squeeze of shrinking reimbursements from insurance carriers?</strong></p>\r\n<p>Have you ever felt overwhelmed by the ever-changing regulations that limit your profit potential and create more work for you?</p>\r\n<p><strong>Are you losing the battle for new patients from the increased competition of HOPTs and POPTs?</strong></p>\r\n<p>Are you struggling and finding it costlier to retain quality staff?</p>\r\n<p><strong>I know how you feel because at a time when we had 13 clinics (and were the 2nd largest private practice PT organization in NY), our reimbursements were slashed by 50% - 60% one after another. This new frontier of marketing, diagnosing and increased competition led me in search of solutions.</strong></p>\r\n<p>Hi, my name is Dr. Dimitrios Kostopoulos, DPT, MD, PhD, DSc, ECS and I’m board certified in Clinical Electrophysiology with over 26 years of clinical and private practice experience. It was from the obstacles I faced I was able to discover a technology that provided us with significantly greater profit margins and 5x - 10x more per patient visit. Once I had mastered this to a repeatable formula, I revealed the technology to other private practitioners who are gaining similar results.</p>\r\n<p><strong>I want to help you get the information you need in a format that fits your lifestyle which is why I’m offering a free download of our magazine called Diagnostics for PT</strong></p>\r\n<p><strong></strong></p>\r\n</div>\r\n<div>\r\n<p>To get started simply provide your name and email address and you’ll be sent directly to a download.</p>\r\n<p><strong>And best of all…. It’s free.</strong></p>\r\n<p>There is no cost to join, no contracts to sign, and no obligation to do anything except enjoy the free content I look forward to sharing with you.</p>\r\n<p>&nbsp;</p>\r\n</div>\r\n<div>\r\n<p>I want to ensure you have proven and real information from here on.</p>\r\n<p><strong>See you on the other side.</strong></p>\r\n<p><strong>Dr. Dimitrios Kostopoulos</strong></p>\r\n</div>\r\n<div><em>Helping Private Practice Owners Boom Your Business</em></div>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"2_5\"][et_pb_cta title=\"Grab Free Magazine Subscription\" button_url=\"#open-overlay\" button_text=\"Download Now\" module_id=\"overlay_unique_id_69\" _builder_version=\"3.19\" header_level=\"h1\" header_font=\"||||||||\" body_font=\"||||||||\" background_color=\"#0075B2\" border_radii=\"on|10px|10px|10px|10px\" custom_button=\"on\" button_text_size=\"26px\" button_text_color=\"#0C71C3\" button_bg_color=\"#ffffff\" button_border_width=\"0px\" button_border_radius=\"100px\" button_font=\"|700|||||||\" button_use_icon=\"off\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"5px\" box_shadow_vertical=\"5px\" box_shadow_style_button=\"preset2\" box_shadow_horizontal_button=\"0px\" box_shadow_vertical_button=\"0px\" custom_margin=\"|30px||\" custom_padding=\"|||\" box_shadow_color_button__hover_enabled=\"on\" box_shadow_color_button__hover=\"rgba(0,0,0,0.3)\" box_shadow_horizontal_button__hover_enabled=\"on\" box_shadow_horizontal_button__hover=\"0px\" box_shadow_blur_button__hover_enabled=\"on\" box_shadow_blur_button__hover=\"25px\" box_shadow_spread_button__hover_enabled=\"on\" box_shadow_spread_button__hover=\"10px\"]\r\n\r\n<p>\r\n<img src=\"http://quantumleaplife.com/handsondiagnostics.com/wp-content/uploads/2018/12/hods.jpg\" width=\"825\" height=\"1088\" alt=\"\" class=\"wp-image-27 alignnone size-full\" /></p>\r\n\r\n[/et_pb_cta][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|15px|30px|false|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#10243B\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#FFFFFF\" header_font_size=\"21px\"]\r\n\r\n<h1>You’ll Discover….</h1>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" _builder_version=\"3.19\" background_color=\"#ffffff\" border_radii=\"|||30px|30px\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19\" text_font=\"||||||||\" text_text_color=\"#000000\" text_font_size=\"16px\" custom_padding=\"|||30px\"]\r\n\r\n<ul>\r\n<li> How to Get off the Treadmill and Increase Your Productivity While Reducing Your Hours</li>\r\n<li>The Secret to Getting Higher Insurance Payouts from Insurance Providers</li>\r\n<li>How to Increase Accurate Diagnosis and Accelerate Healing</li>\r\n<li>New Revenue Streams that Improve Patient Outcomes and Increase Net Profit Margins </li>\r\n</ul>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19\"]\r\n\r\n<p style=\"text-align: center;\"><span style=\"color: #000000;\"><a href=\"https://www.diagnosticsforpt.com/terms-and-conditions/\" target=\"_blank\" rel=\"noopener\" style=\"color: #000000;\">| <strong>PRIVACY POLICY &amp; TERMS Of USE</strong> |</a></span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #000000;\"><span>Created by </span><span style=\"color: #ffffff;\"><strong><a href=\"http://www.innersurf.com/\" target=\"_blank\" rel=\"noopener\" style=\"color: #10233A;\">InnerSurf Online Solutions</a></strong></span></span></p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Landing Page', '', 'inherit', 'closed', 'closed', '', '5-revision-v1', '', '', '2019-02-02 08:17:15', '2019-02-02 08:17:15', '', 5, 'http://109.199.127.251/~fastacti/socialmediaspeakerlosangeles.com/2019/02/02/5-revision-v1/', 0, 'revision', '', 0),
(150, 1, '2019-02-02 08:19:17', '2019-02-02 08:19:17', '[et_pb_section bb_built=\"1\" _builder_version=\"3.19\" background_color=\"#c9c9c9\" custom_padding=\"0|0px|0|0px|false|false\"][et_pb_row custom_padding=\"||0px\" custom_margin=\"||0px\" _builder_version=\"3.19\" border_radii=\"|10px|10px|0px|0px\"][et_pb_column type=\"4_4\"][et_pb_image src=\"http://109.199.127.251/~fastacti/socialmediaspeakerlosangeles.com/wp-content/uploads/2019/02/header-logo.jpg\" show_bottom_space=\"off\" align=\"center\" _builder_version=\"3.19\" border_radii=\"|10px|10px|0px|0px\" box_shadow_style=\"preset1\" custom_margin=\"||0px\" /][et_pb_slider _builder_version=\"3.19\" custom_margin=\"0px|0px|0px|0px\" custom_padding=\"0px|0px|0px|0px\" box_shadow_style=\"preset3\"][et_pb_slide _builder_version=\"3.19\" button_link=\"#\" url_new_window=\"off\" link_option_url_new_window=\"off\" background_color=\"#7EBEC5\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" background_video_pause_outside_viewport=\"on\" use_bg_overlay=\"off\" use_text_overlay=\"off\" text_border_radius=\"3\" alignment=\"center\" child_filter_hue_rotate=\"0deg\" child_filter_saturate=\"100%\" child_filter_brightness=\"100%\" child_filter_contrast=\"100%\" child_filter_invert=\"0%\" child_filter_sepia=\"0%\" child_filter_opacity=\"100%\" child_filter_blur=\"0px\" child_mix_blend_mode=\"normal\" background_layout=\"dark\" text_shadow_style=\"none\" header_text_shadow_style=\"none\" body_text_shadow_style=\"none\" custom_button=\"off\" button_bg_use_color_gradient=\"off\" button_bg_color_gradient_overlays_image=\"off\" button_use_icon=\"on\" button_on_hover=\"on\" button_text_shadow_style=\"none\" box_shadow_style_button=\"none\" hover_transition_duration=\"300ms\" hover_transition_delay=\"0ms\" hover_transition_speed_curve=\"ease\"]\r\n\r\n<p><img class=\"alignnone size-full wp-image-147\" src=\"http://109.199.127.251/~fastacti/socialmediaspeakerlosangeles.com/wp-content/uploads/2019/02/slide11.jpg\" alt=\"\" width=\"930\" height=\"250\"></p>\r\n\r\n[/et_pb_slide][et_pb_slide _builder_version=\"3.19\" button_link=\"#\" url_new_window=\"off\" link_option_url_new_window=\"off\" background_color=\"#7EBEC5\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" background_video_pause_outside_viewport=\"on\" use_bg_overlay=\"off\" use_text_overlay=\"off\" text_border_radius=\"3\" alignment=\"center\" child_filter_hue_rotate=\"0deg\" child_filter_saturate=\"100%\" child_filter_brightness=\"100%\" child_filter_contrast=\"100%\" child_filter_invert=\"0%\" child_filter_sepia=\"0%\" child_filter_opacity=\"100%\" child_filter_blur=\"0px\" child_mix_blend_mode=\"normal\" background_layout=\"dark\" text_shadow_style=\"none\" header_text_shadow_style=\"none\" body_text_shadow_style=\"none\" custom_button=\"off\" button_bg_use_color_gradient=\"off\" button_bg_color_gradient_overlays_image=\"off\" button_use_icon=\"on\" button_on_hover=\"on\" button_text_shadow_style=\"none\" box_shadow_style_button=\"none\" hover_transition_duration=\"300ms\" hover_transition_delay=\"0ms\" hover_transition_speed_curve=\"ease\"]\r\n\r\n<p><img class=\"alignnone size-full wp-image-147\" src=\"http://109.199.127.251/~fastacti/socialmediaspeakerlosangeles.com/wp-content/uploads/2019/02/slide11.jpg\" alt=\"\" width=\"930\" height=\"250\"></p>\r\n\r\n[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|20px|30px|true|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#10243B\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#FFFFFF\" header_font_size=\"24px\"]\r\n\r\n<h1><span>Are You a Physical Therapist Eager to Improve Your Practice?</span></h1>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|15px|30px|false|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#ffffff\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19\" header_font=\"|800|||||||\" header_text_align=\"center\" header_text_color=\"#0183FC\"]\r\n\r\n<h1><span>How Would You Like To Achieve Better Patient Outcomes, Radically Differentiate Your Practice, And 5X Reimbursements In As Little As 90 Days?</span></h1>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|15px|30px|false|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#10243B\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#FFFFFF\" header_font_size=\"21px\"]\r\n\r\n<h1><span>Grab Details Now to The Revolution Taking Private Practice Physical Therapy By Storm</span></h1>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" _builder_version=\"3.19\" background_color=\"#ffffff\" box_shadow_style=\"preset1\"][et_pb_column type=\"3_5\"][et_pb_image src=\"data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTA4MCIgaGVpZ2h0PSI1NDAiIHZpZXdCb3g9IjAgMCAxMDgwIDU0MCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPHBhdGggZmlsbD0iI0VCRUJFQiIgZD0iTTAgMGgxMDgwdjU0MEgweiIvPgogICAgICAgIDxwYXRoIGQ9Ik00NDUuNjQ5IDU0MGgtOTguOTk1TDE0NC42NDkgMzM3Ljk5NSAwIDQ4Mi42NDR2LTk4Ljk5NWwxMTYuMzY1LTExNi4zNjVjMTUuNjItMTUuNjIgNDAuOTQ3LTE1LjYyIDU2LjU2OCAwTDQ0NS42NSA1NDB6IiBmaWxsLW9wYWNpdHk9Ii4xIiBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz4KICAgICAgICA8Y2lyY2xlIGZpbGwtb3BhY2l0eT0iLjA1IiBmaWxsPSIjMDAwIiBjeD0iMzMxIiBjeT0iMTQ4IiByPSI3MCIvPgogICAgICAgIDxwYXRoIGQ9Ik0xMDgwIDM3OXYxMTMuMTM3TDcyOC4xNjIgMTQwLjMgMzI4LjQ2MiA1NDBIMjE1LjMyNEw2OTkuODc4IDU1LjQ0NmMxNS42Mi0xNS42MiA0MC45NDgtMTUuNjIgNTYuNTY4IDBMMTA4MCAzNzl6IiBmaWxsLW9wYWNpdHk9Ii4yIiBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz4KICAgIDwvZz4KPC9zdmc+Cg==\" _builder_version=\"3.19\" max_width=\"50%\" module_alignment=\"center\" /][et_pb_text _builder_version=\"3.19\" text_font=\"||||||||\" text_text_color=\"#000000\" text_font_size=\"16px\" custom_padding=\"|||30px\"]\r\n\r\n<div>\r\n<p><strong>Are you feeling the squeeze of shrinking reimbursements from insurance carriers?</strong></p>\r\n<p>Have you ever felt overwhelmed by the ever-changing regulations that limit your profit potential and create more work for you?</p>\r\n<p><strong>Are you losing the battle for new patients from the increased competition of HOPTs and POPTs?</strong></p>\r\n<p>Are you struggling and finding it costlier to retain quality staff?</p>\r\n<p><strong>I know how you feel because at a time when we had 13 clinics (and were the 2nd largest private practice PT organization in NY), our reimbursements were slashed by 50% - 60% one after another. This new frontier of marketing, diagnosing and increased competition led me in search of solutions.</strong></p>\r\n<p>Hi, my name is Dr. Dimitrios Kostopoulos, DPT, MD, PhD, DSc, ECS and I’m board certified in Clinical Electrophysiology with over 26 years of clinical and private practice experience. It was from the obstacles I faced I was able to discover a technology that provided us with significantly greater profit margins and 5x - 10x more per patient visit. Once I had mastered this to a repeatable formula, I revealed the technology to other private practitioners who are gaining similar results.</p>\r\n<p><strong>I want to help you get the information you need in a format that fits your lifestyle which is why I’m offering a free download of our magazine called Diagnostics for PT</strong></p>\r\n<p><strong></strong></p>\r\n</div>\r\n<div>\r\n<p>To get started simply provide your name and email address and you’ll be sent directly to a download.</p>\r\n<p><strong>And best of all…. It’s free.</strong></p>\r\n<p>There is no cost to join, no contracts to sign, and no obligation to do anything except enjoy the free content I look forward to sharing with you.</p>\r\n<p>&nbsp;</p>\r\n</div>\r\n<div>\r\n<p>I want to ensure you have proven and real information from here on.</p>\r\n<p><strong>See you on the other side.</strong></p>\r\n<p><strong>Dr. Dimitrios Kostopoulos</strong></p>\r\n</div>\r\n<div><em>Helping Private Practice Owners Boom Your Business</em></div>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"2_5\"][et_pb_cta title=\"Grab Free Magazine Subscription\" button_url=\"#open-overlay\" button_text=\"Download Now\" module_id=\"overlay_unique_id_69\" _builder_version=\"3.19\" header_level=\"h1\" header_font=\"||||||||\" body_font=\"||||||||\" background_color=\"#0075B2\" border_radii=\"on|10px|10px|10px|10px\" custom_button=\"on\" button_text_size=\"26px\" button_text_color=\"#0C71C3\" button_bg_color=\"#ffffff\" button_border_width=\"0px\" button_border_radius=\"100px\" button_font=\"|700|||||||\" button_use_icon=\"off\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"5px\" box_shadow_vertical=\"5px\" box_shadow_style_button=\"preset2\" box_shadow_horizontal_button=\"0px\" box_shadow_vertical_button=\"0px\" custom_margin=\"|30px||\" custom_padding=\"|||\" box_shadow_color_button__hover_enabled=\"on\" box_shadow_color_button__hover=\"rgba(0,0,0,0.3)\" box_shadow_horizontal_button__hover_enabled=\"on\" box_shadow_horizontal_button__hover=\"0px\" box_shadow_blur_button__hover_enabled=\"on\" box_shadow_blur_button__hover=\"25px\" box_shadow_spread_button__hover_enabled=\"on\" box_shadow_spread_button__hover=\"10px\"]\r\n\r\n<p>\r\n<img src=\"http://quantumleaplife.com/handsondiagnostics.com/wp-content/uploads/2018/12/hods.jpg\" width=\"825\" height=\"1088\" alt=\"\" class=\"wp-image-27 alignnone size-full\" /></p>\r\n\r\n[/et_pb_cta][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|15px|30px|false|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#10243B\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#FFFFFF\" header_font_size=\"21px\"]\r\n\r\n<h1>You’ll Discover….</h1>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" _builder_version=\"3.19\" background_color=\"#ffffff\" border_radii=\"|||30px|30px\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19\" text_font=\"||||||||\" text_text_color=\"#000000\" text_font_size=\"16px\" custom_padding=\"|||30px\"]\r\n\r\n<ul>\r\n<li> How to Get off the Treadmill and Increase Your Productivity While Reducing Your Hours</li>\r\n<li>The Secret to Getting Higher Insurance Payouts from Insurance Providers</li>\r\n<li>How to Increase Accurate Diagnosis and Accelerate Healing</li>\r\n<li>New Revenue Streams that Improve Patient Outcomes and Increase Net Profit Margins </li>\r\n</ul>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19\"]\r\n\r\n<p style=\"text-align: center;\"><span style=\"color: #000000;\"><a href=\"https://www.diagnosticsforpt.com/terms-and-conditions/\" target=\"_blank\" rel=\"noopener\" style=\"color: #000000;\">| <strong>PRIVACY POLICY &amp; TERMS Of USE</strong> |</a></span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #000000;\"><span>Created by </span><span style=\"color: #ffffff;\"><strong><a href=\"http://www.innersurf.com/\" target=\"_blank\" rel=\"noopener\" style=\"color: #10233A;\">InnerSurf Online Solutions</a></strong></span></span></p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Landing Page', '', 'inherit', 'closed', 'closed', '', '5-revision-v1', '', '', '2019-02-02 08:19:17', '2019-02-02 08:19:17', '', 5, 'http://109.199.127.251/~fastacti/socialmediaspeakerlosangeles.com/2019/02/02/5-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(151, 1, '2019-02-02 08:20:06', '2019-02-02 08:20:06', '[et_pb_section bb_built=\"1\" _builder_version=\"3.19\" background_color=\"#c9c9c9\" custom_padding=\"0|0px|0|0px|false|false\"][et_pb_row custom_padding=\"||0px\" custom_margin=\"||0px\" _builder_version=\"3.19\" border_radii=\"|10px|10px|0px|0px\"][et_pb_column type=\"4_4\"][et_pb_image src=\"http://109.199.127.251/~fastacti/socialmediaspeakerlosangeles.com/wp-content/uploads/2019/02/header-logo.jpg\" show_bottom_space=\"off\" align=\"center\" _builder_version=\"3.19\" border_radii=\"|10px|10px|0px|0px\" box_shadow_style=\"preset1\" custom_margin=\"||0px\" /][et_pb_slider _builder_version=\"3.19\" custom_margin=\"0px|0px|0px|0px\" custom_padding=\"0px|0px|0px|0px\" box_shadow_style=\"preset3\" show_arrows=\"off\" show_pagination=\"off\"][et_pb_slide _builder_version=\"3.19\" button_link=\"#\" url_new_window=\"off\" link_option_url_new_window=\"off\" background_color=\"#7EBEC5\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" background_video_pause_outside_viewport=\"on\" use_bg_overlay=\"off\" use_text_overlay=\"off\" text_border_radius=\"3\" alignment=\"center\" child_filter_hue_rotate=\"0deg\" child_filter_saturate=\"100%\" child_filter_brightness=\"100%\" child_filter_contrast=\"100%\" child_filter_invert=\"0%\" child_filter_sepia=\"0%\" child_filter_opacity=\"100%\" child_filter_blur=\"0px\" child_mix_blend_mode=\"normal\" background_layout=\"dark\" text_shadow_style=\"none\" header_text_shadow_style=\"none\" body_text_shadow_style=\"none\" custom_button=\"off\" button_bg_use_color_gradient=\"off\" button_bg_color_gradient_overlays_image=\"off\" button_use_icon=\"on\" button_on_hover=\"on\" button_text_shadow_style=\"none\" box_shadow_style_button=\"none\" hover_transition_duration=\"300ms\" hover_transition_delay=\"0ms\" hover_transition_speed_curve=\"ease\"]\r\n\r\n<p><img class=\"alignnone size-full wp-image-147\" src=\"http://109.199.127.251/~fastacti/socialmediaspeakerlosangeles.com/wp-content/uploads/2019/02/slide11.jpg\" alt=\"\" width=\"930\" height=\"250\"></p>\r\n\r\n[/et_pb_slide][et_pb_slide _builder_version=\"3.19\" button_link=\"#\" url_new_window=\"off\" link_option_url_new_window=\"off\" background_color=\"#7EBEC5\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" background_video_pause_outside_viewport=\"on\" use_bg_overlay=\"off\" use_text_overlay=\"off\" text_border_radius=\"3\" alignment=\"center\" child_filter_hue_rotate=\"0deg\" child_filter_saturate=\"100%\" child_filter_brightness=\"100%\" child_filter_contrast=\"100%\" child_filter_invert=\"0%\" child_filter_sepia=\"0%\" child_filter_opacity=\"100%\" child_filter_blur=\"0px\" child_mix_blend_mode=\"normal\" background_layout=\"dark\" text_shadow_style=\"none\" header_text_shadow_style=\"none\" body_text_shadow_style=\"none\" custom_button=\"off\" button_bg_use_color_gradient=\"off\" button_bg_color_gradient_overlays_image=\"off\" button_use_icon=\"on\" button_on_hover=\"on\" button_text_shadow_style=\"none\" box_shadow_style_button=\"none\" hover_transition_duration=\"300ms\" hover_transition_delay=\"0ms\" hover_transition_speed_curve=\"ease\"]\r\n\r\n<p><img class=\"alignnone size-full wp-image-147\" src=\"http://109.199.127.251/~fastacti/socialmediaspeakerlosangeles.com/wp-content/uploads/2019/02/slide11.jpg\" alt=\"\" width=\"930\" height=\"250\"></p>\r\n\r\n[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|20px|30px|true|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#10243B\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#FFFFFF\" header_font_size=\"24px\"]\r\n\r\n<h1><span>Are You a Physical Therapist Eager to Improve Your Practice?</span></h1>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|15px|30px|false|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#ffffff\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19\" header_font=\"|800|||||||\" header_text_align=\"center\" header_text_color=\"#0183FC\"]\r\n\r\n<h1><span>How Would You Like To Achieve Better Patient Outcomes, Radically Differentiate Your Practice, And 5X Reimbursements In As Little As 90 Days?</span></h1>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|15px|30px|false|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#10243B\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#FFFFFF\" header_font_size=\"21px\"]\r\n\r\n<h1><span>Grab Details Now to The Revolution Taking Private Practice Physical Therapy By Storm</span></h1>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" _builder_version=\"3.19\" background_color=\"#ffffff\" box_shadow_style=\"preset1\"][et_pb_column type=\"3_5\"][et_pb_image src=\"data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTA4MCIgaGVpZ2h0PSI1NDAiIHZpZXdCb3g9IjAgMCAxMDgwIDU0MCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPHBhdGggZmlsbD0iI0VCRUJFQiIgZD0iTTAgMGgxMDgwdjU0MEgweiIvPgogICAgICAgIDxwYXRoIGQ9Ik00NDUuNjQ5IDU0MGgtOTguOTk1TDE0NC42NDkgMzM3Ljk5NSAwIDQ4Mi42NDR2LTk4Ljk5NWwxMTYuMzY1LTExNi4zNjVjMTUuNjItMTUuNjIgNDAuOTQ3LTE1LjYyIDU2LjU2OCAwTDQ0NS42NSA1NDB6IiBmaWxsLW9wYWNpdHk9Ii4xIiBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz4KICAgICAgICA8Y2lyY2xlIGZpbGwtb3BhY2l0eT0iLjA1IiBmaWxsPSIjMDAwIiBjeD0iMzMxIiBjeT0iMTQ4IiByPSI3MCIvPgogICAgICAgIDxwYXRoIGQ9Ik0xMDgwIDM3OXYxMTMuMTM3TDcyOC4xNjIgMTQwLjMgMzI4LjQ2MiA1NDBIMjE1LjMyNEw2OTkuODc4IDU1LjQ0NmMxNS42Mi0xNS42MiA0MC45NDgtMTUuNjIgNTYuNTY4IDBMMTA4MCAzNzl6IiBmaWxsLW9wYWNpdHk9Ii4yIiBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz4KICAgIDwvZz4KPC9zdmc+Cg==\" _builder_version=\"3.19\" max_width=\"50%\" module_alignment=\"center\" /][et_pb_text _builder_version=\"3.19\" text_font=\"||||||||\" text_text_color=\"#000000\" text_font_size=\"16px\" custom_padding=\"|||30px\"]\r\n\r\n<div>\r\n<p><strong>Are you feeling the squeeze of shrinking reimbursements from insurance carriers?</strong></p>\r\n<p>Have you ever felt overwhelmed by the ever-changing regulations that limit your profit potential and create more work for you?</p>\r\n<p><strong>Are you losing the battle for new patients from the increased competition of HOPTs and POPTs?</strong></p>\r\n<p>Are you struggling and finding it costlier to retain quality staff?</p>\r\n<p><strong>I know how you feel because at a time when we had 13 clinics (and were the 2nd largest private practice PT organization in NY), our reimbursements were slashed by 50% - 60% one after another. This new frontier of marketing, diagnosing and increased competition led me in search of solutions.</strong></p>\r\n<p>Hi, my name is Dr. Dimitrios Kostopoulos, DPT, MD, PhD, DSc, ECS and I’m board certified in Clinical Electrophysiology with over 26 years of clinical and private practice experience. It was from the obstacles I faced I was able to discover a technology that provided us with significantly greater profit margins and 5x - 10x more per patient visit. Once I had mastered this to a repeatable formula, I revealed the technology to other private practitioners who are gaining similar results.</p>\r\n<p><strong>I want to help you get the information you need in a format that fits your lifestyle which is why I’m offering a free download of our magazine called Diagnostics for PT</strong></p>\r\n<p><strong></strong></p>\r\n</div>\r\n<div>\r\n<p>To get started simply provide your name and email address and you’ll be sent directly to a download.</p>\r\n<p><strong>And best of all…. It’s free.</strong></p>\r\n<p>There is no cost to join, no contracts to sign, and no obligation to do anything except enjoy the free content I look forward to sharing with you.</p>\r\n<p>&nbsp;</p>\r\n</div>\r\n<div>\r\n<p>I want to ensure you have proven and real information from here on.</p>\r\n<p><strong>See you on the other side.</strong></p>\r\n<p><strong>Dr. Dimitrios Kostopoulos</strong></p>\r\n</div>\r\n<div><em>Helping Private Practice Owners Boom Your Business</em></div>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"2_5\"][et_pb_cta title=\"Grab Free Magazine Subscription\" button_url=\"#open-overlay\" button_text=\"Download Now\" module_id=\"overlay_unique_id_69\" _builder_version=\"3.19\" header_level=\"h1\" header_font=\"||||||||\" body_font=\"||||||||\" background_color=\"#0075B2\" border_radii=\"on|10px|10px|10px|10px\" custom_button=\"on\" button_text_size=\"26px\" button_text_color=\"#0C71C3\" button_bg_color=\"#ffffff\" button_border_width=\"0px\" button_border_radius=\"100px\" button_font=\"|700|||||||\" button_use_icon=\"off\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"5px\" box_shadow_vertical=\"5px\" box_shadow_style_button=\"preset2\" box_shadow_horizontal_button=\"0px\" box_shadow_vertical_button=\"0px\" custom_margin=\"|30px||\" custom_padding=\"|||\" box_shadow_color_button__hover_enabled=\"on\" box_shadow_color_button__hover=\"rgba(0,0,0,0.3)\" box_shadow_horizontal_button__hover_enabled=\"on\" box_shadow_horizontal_button__hover=\"0px\" box_shadow_blur_button__hover_enabled=\"on\" box_shadow_blur_button__hover=\"25px\" box_shadow_spread_button__hover_enabled=\"on\" box_shadow_spread_button__hover=\"10px\"]\r\n\r\n<p>\r\n<img src=\"http://quantumleaplife.com/handsondiagnostics.com/wp-content/uploads/2018/12/hods.jpg\" width=\"825\" height=\"1088\" alt=\"\" class=\"wp-image-27 alignnone size-full\" /></p>\r\n\r\n[/et_pb_cta][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|15px|30px|false|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#10243B\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#FFFFFF\" header_font_size=\"21px\"]\r\n\r\n<h1>You’ll Discover….</h1>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" _builder_version=\"3.19\" background_color=\"#ffffff\" border_radii=\"|||30px|30px\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19\" text_font=\"||||||||\" text_text_color=\"#000000\" text_font_size=\"16px\" custom_padding=\"|||30px\"]\r\n\r\n<ul>\r\n<li> How to Get off the Treadmill and Increase Your Productivity While Reducing Your Hours</li>\r\n<li>The Secret to Getting Higher Insurance Payouts from Insurance Providers</li>\r\n<li>How to Increase Accurate Diagnosis and Accelerate Healing</li>\r\n<li>New Revenue Streams that Improve Patient Outcomes and Increase Net Profit Margins </li>\r\n</ul>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19\"]\r\n\r\n<p style=\"text-align: center;\"><span style=\"color: #000000;\"><a href=\"https://www.diagnosticsforpt.com/terms-and-conditions/\" target=\"_blank\" rel=\"noopener\" style=\"color: #000000;\">| <strong>PRIVACY POLICY &amp; TERMS Of USE</strong> |</a></span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #000000;\"><span>Created by </span><span style=\"color: #ffffff;\"><strong><a href=\"http://www.innersurf.com/\" target=\"_blank\" rel=\"noopener\" style=\"color: #10233A;\">InnerSurf Online Solutions</a></strong></span></span></p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Landing Page', '', 'inherit', 'closed', 'closed', '', '5-revision-v1', '', '', '2019-02-02 08:20:06', '2019-02-02 08:20:06', '', 5, 'http://109.199.127.251/~fastacti/socialmediaspeakerlosangeles.com/2019/02/02/5-revision-v1/', 0, 'revision', '', 0),
(152, 1, '2019-02-02 08:29:58', '2019-02-02 08:29:58', '', 'slide1', '', 'inherit', 'open', 'closed', '', 'slide1', '', '', '2019-02-02 08:29:58', '2019-02-02 08:29:58', '', 5, 'http://109.199.127.251/~fastacti/socialmediaspeakerlosangeles.com/wp-content/uploads/2019/02/slide1.jpg', 0, 'attachment', 'image/jpeg', 0),
(153, 1, '2019-02-02 08:30:11', '2019-02-02 08:30:11', '[et_pb_section bb_built=\"1\" _builder_version=\"3.19\" background_color=\"#c9c9c9\" custom_padding=\"0|0px|0|0px|false|false\"][et_pb_row custom_padding=\"||0px\" custom_margin=\"||0px\" _builder_version=\"3.19\" border_radii=\"|10px|10px|0px|0px\"][et_pb_column type=\"4_4\"][et_pb_image src=\"http://109.199.127.251/~fastacti/socialmediaspeakerlosangeles.com/wp-content/uploads/2019/02/header-logo.jpg\" show_bottom_space=\"off\" align=\"center\" _builder_version=\"3.19\" border_radii=\"|10px|10px|0px|0px\" box_shadow_style=\"preset1\" custom_margin=\"||0px\" /][et_pb_slider _builder_version=\"3.19\" custom_margin=\"0px|0px|0px|0px\" custom_padding=\"0px|0px|0px|0px\" box_shadow_style=\"preset3\" show_arrows=\"off\" show_pagination=\"off\"][et_pb_slide _builder_version=\"3.19\" button_link=\"#\" url_new_window=\"off\" link_option_url_new_window=\"off\" background_color=\"#7EBEC5\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" background_video_pause_outside_viewport=\"on\" use_bg_overlay=\"off\" use_text_overlay=\"off\" text_border_radius=\"3\" alignment=\"center\" child_filter_hue_rotate=\"0deg\" child_filter_saturate=\"100%\" child_filter_brightness=\"100%\" child_filter_contrast=\"100%\" child_filter_invert=\"0%\" child_filter_sepia=\"0%\" child_filter_opacity=\"100%\" child_filter_blur=\"0px\" child_mix_blend_mode=\"normal\" background_layout=\"dark\" text_shadow_style=\"none\" header_text_shadow_style=\"none\" body_text_shadow_style=\"none\" custom_button=\"off\" button_bg_use_color_gradient=\"off\" button_bg_color_gradient_overlays_image=\"off\" button_use_icon=\"on\" button_on_hover=\"on\" button_text_shadow_style=\"none\" box_shadow_style_button=\"none\" hover_transition_duration=\"300ms\" hover_transition_delay=\"0ms\" hover_transition_speed_curve=\"ease\" text_shadow_horizontal_length=\"0em\" text_shadow_vertical_length=\"0em\" text_shadow_blur_strength=\"0em\" header_text_shadow_horizontal_length=\"0em\" header_text_shadow_vertical_length=\"0em\" header_text_shadow_blur_strength=\"0em\" body_text_shadow_horizontal_length=\"0em\" body_text_shadow_vertical_length=\"0em\" body_text_shadow_blur_strength=\"0em\" button_text_shadow_horizontal_length=\"0em\" button_text_shadow_vertical_length=\"0em\" button_text_shadow_blur_strength=\"0em\"]\r\n\r\n<img src=\"http://109.199.127.251/~fastacti/socialmediaspeakerlosangeles.com/wp-content/uploads/2019/02/slide1.jpg\" alt=\"\" width=\"983\" height=\"250\" class=\"alignnone size-full wp-image-152\">\r\n\r\n[/et_pb_slide][et_pb_slide _builder_version=\"3.19\" button_link=\"#\" url_new_window=\"off\" link_option_url_new_window=\"off\" background_color=\"#7EBEC5\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" background_video_pause_outside_viewport=\"on\" use_bg_overlay=\"off\" use_text_overlay=\"off\" text_border_radius=\"3\" alignment=\"center\" child_filter_hue_rotate=\"0deg\" child_filter_saturate=\"100%\" child_filter_brightness=\"100%\" child_filter_contrast=\"100%\" child_filter_invert=\"0%\" child_filter_sepia=\"0%\" child_filter_opacity=\"100%\" child_filter_blur=\"0px\" child_mix_blend_mode=\"normal\" background_layout=\"dark\" text_shadow_style=\"none\" header_text_shadow_style=\"none\" body_text_shadow_style=\"none\" custom_button=\"off\" button_bg_use_color_gradient=\"off\" button_bg_color_gradient_overlays_image=\"off\" button_use_icon=\"on\" button_on_hover=\"on\" button_text_shadow_style=\"none\" box_shadow_style_button=\"none\" hover_transition_duration=\"300ms\" hover_transition_delay=\"0ms\" hover_transition_speed_curve=\"ease\" text_shadow_horizontal_length=\"0em\" text_shadow_vertical_length=\"0em\" text_shadow_blur_strength=\"0em\" header_text_shadow_horizontal_length=\"0em\" header_text_shadow_vertical_length=\"0em\" header_text_shadow_blur_strength=\"0em\" body_text_shadow_horizontal_length=\"0em\" body_text_shadow_vertical_length=\"0em\" body_text_shadow_blur_strength=\"0em\" button_text_shadow_horizontal_length=\"0em\" button_text_shadow_vertical_length=\"0em\" button_text_shadow_blur_strength=\"0em\"]\r\n\r\n<img src=\"http://109.199.127.251/~fastacti/socialmediaspeakerlosangeles.com/wp-content/uploads/2019/02/slide1.jpg\" alt=\"\" width=\"983\" height=\"250\" class=\"alignnone size-full wp-image-152\">\r\n\r\n[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|20px|30px|true|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#10243B\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#FFFFFF\" header_font_size=\"24px\"]\r\n\r\n<h1><span>Are You a Physical Therapist Eager to Improve Your Practice?</span></h1>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|15px|30px|false|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#ffffff\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19\" header_font=\"|800|||||||\" header_text_align=\"center\" header_text_color=\"#0183FC\"]\r\n\r\n<h1><span>How Would You Like To Achieve Better Patient Outcomes, Radically Differentiate Your Practice, And 5X Reimbursements In As Little As 90 Days?</span></h1>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|15px|30px|false|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#10243B\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#FFFFFF\" header_font_size=\"21px\"]\r\n\r\n<h1><span>Grab Details Now to The Revolution Taking Private Practice Physical Therapy By Storm</span></h1>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" _builder_version=\"3.19\" background_color=\"#ffffff\" box_shadow_style=\"preset1\"][et_pb_column type=\"3_5\"][et_pb_image src=\"data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTA4MCIgaGVpZ2h0PSI1NDAiIHZpZXdCb3g9IjAgMCAxMDgwIDU0MCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPHBhdGggZmlsbD0iI0VCRUJFQiIgZD0iTTAgMGgxMDgwdjU0MEgweiIvPgogICAgICAgIDxwYXRoIGQ9Ik00NDUuNjQ5IDU0MGgtOTguOTk1TDE0NC42NDkgMzM3Ljk5NSAwIDQ4Mi42NDR2LTk4Ljk5NWwxMTYuMzY1LTExNi4zNjVjMTUuNjItMTUuNjIgNDAuOTQ3LTE1LjYyIDU2LjU2OCAwTDQ0NS42NSA1NDB6IiBmaWxsLW9wYWNpdHk9Ii4xIiBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz4KICAgICAgICA8Y2lyY2xlIGZpbGwtb3BhY2l0eT0iLjA1IiBmaWxsPSIjMDAwIiBjeD0iMzMxIiBjeT0iMTQ4IiByPSI3MCIvPgogICAgICAgIDxwYXRoIGQ9Ik0xMDgwIDM3OXYxMTMuMTM3TDcyOC4xNjIgMTQwLjMgMzI4LjQ2MiA1NDBIMjE1LjMyNEw2OTkuODc4IDU1LjQ0NmMxNS42Mi0xNS42MiA0MC45NDgtMTUuNjIgNTYuNTY4IDBMMTA4MCAzNzl6IiBmaWxsLW9wYWNpdHk9Ii4yIiBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz4KICAgIDwvZz4KPC9zdmc+Cg==\" _builder_version=\"3.19\" max_width=\"50%\" module_alignment=\"center\" /][et_pb_text _builder_version=\"3.19\" text_font=\"||||||||\" text_text_color=\"#000000\" text_font_size=\"16px\" custom_padding=\"|||30px\"]\r\n\r\n<div>\r\n<p><strong>Are you feeling the squeeze of shrinking reimbursements from insurance carriers?</strong></p>\r\n<p>Have you ever felt overwhelmed by the ever-changing regulations that limit your profit potential and create more work for you?</p>\r\n<p><strong>Are you losing the battle for new patients from the increased competition of HOPTs and POPTs?</strong></p>\r\n<p>Are you struggling and finding it costlier to retain quality staff?</p>\r\n<p><strong>I know how you feel because at a time when we had 13 clinics (and were the 2nd largest private practice PT organization in NY), our reimbursements were slashed by 50% - 60% one after another. This new frontier of marketing, diagnosing and increased competition led me in search of solutions.</strong></p>\r\n<p>Hi, my name is Dr. Dimitrios Kostopoulos, DPT, MD, PhD, DSc, ECS and I’m board certified in Clinical Electrophysiology with over 26 years of clinical and private practice experience. It was from the obstacles I faced I was able to discover a technology that provided us with significantly greater profit margins and 5x - 10x more per patient visit. Once I had mastered this to a repeatable formula, I revealed the technology to other private practitioners who are gaining similar results.</p>\r\n<p><strong>I want to help you get the information you need in a format that fits your lifestyle which is why I’m offering a free download of our magazine called Diagnostics for PT</strong></p>\r\n<p><strong></strong></p>\r\n</div>\r\n<div>\r\n<p>To get started simply provide your name and email address and you’ll be sent directly to a download.</p>\r\n<p><strong>And best of all…. It’s free.</strong></p>\r\n<p>There is no cost to join, no contracts to sign, and no obligation to do anything except enjoy the free content I look forward to sharing with you.</p>\r\n<p>&nbsp;</p>\r\n</div>\r\n<div>\r\n<p>I want to ensure you have proven and real information from here on.</p>\r\n<p><strong>See you on the other side.</strong></p>\r\n<p><strong>Dr. Dimitrios Kostopoulos</strong></p>\r\n</div>\r\n<div><em>Helping Private Practice Owners Boom Your Business</em></div>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"2_5\"][et_pb_cta title=\"Grab Free Magazine Subscription\" button_url=\"#open-overlay\" button_text=\"Download Now\" module_id=\"overlay_unique_id_69\" _builder_version=\"3.19\" header_level=\"h1\" header_font=\"||||||||\" body_font=\"||||||||\" background_color=\"#0075B2\" border_radii=\"on|10px|10px|10px|10px\" custom_button=\"on\" button_text_size=\"26px\" button_text_color=\"#0C71C3\" button_bg_color=\"#ffffff\" button_border_width=\"0px\" button_border_radius=\"100px\" button_font=\"|700|||||||\" button_use_icon=\"off\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"5px\" box_shadow_vertical=\"5px\" box_shadow_style_button=\"preset2\" box_shadow_horizontal_button=\"0px\" box_shadow_vertical_button=\"0px\" custom_margin=\"|30px||\" custom_padding=\"|||\" box_shadow_color_button__hover_enabled=\"on\" box_shadow_color_button__hover=\"rgba(0,0,0,0.3)\" box_shadow_horizontal_button__hover_enabled=\"on\" box_shadow_horizontal_button__hover=\"0px\" box_shadow_blur_button__hover_enabled=\"on\" box_shadow_blur_button__hover=\"25px\" box_shadow_spread_button__hover_enabled=\"on\" box_shadow_spread_button__hover=\"10px\"]\r\n\r\n<p>\r\n<img src=\"http://quantumleaplife.com/handsondiagnostics.com/wp-content/uploads/2018/12/hods.jpg\" width=\"825\" height=\"1088\" alt=\"\" class=\"wp-image-27 alignnone size-full\" /></p>\r\n\r\n[/et_pb_cta][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|15px|30px|false|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#10243B\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#FFFFFF\" header_font_size=\"21px\"]\r\n\r\n<h1>You’ll Discover….</h1>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" _builder_version=\"3.19\" background_color=\"#ffffff\" border_radii=\"|||30px|30px\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19\" text_font=\"||||||||\" text_text_color=\"#000000\" text_font_size=\"16px\" custom_padding=\"|||30px\"]\r\n\r\n<ul>\r\n<li> How to Get off the Treadmill and Increase Your Productivity While Reducing Your Hours</li>\r\n<li>The Secret to Getting Higher Insurance Payouts from Insurance Providers</li>\r\n<li>How to Increase Accurate Diagnosis and Accelerate Healing</li>\r\n<li>New Revenue Streams that Improve Patient Outcomes and Increase Net Profit Margins </li>\r\n</ul>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19\"]\r\n\r\n<p style=\"text-align: center;\"><span style=\"color: #000000;\"><a href=\"https://www.diagnosticsforpt.com/terms-and-conditions/\" target=\"_blank\" rel=\"noopener\" style=\"color: #000000;\">| <strong>PRIVACY POLICY &amp; TERMS Of USE</strong> |</a></span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #000000;\"><span>Created by </span><span style=\"color: #ffffff;\"><strong><a href=\"http://www.innersurf.com/\" target=\"_blank\" rel=\"noopener\" style=\"color: #10233A;\">InnerSurf Online Solutions</a></strong></span></span></p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Landing Page', '', 'inherit', 'closed', 'closed', '', '5-revision-v1', '', '', '2019-02-02 08:30:11', '2019-02-02 08:30:11', '', 5, 'http://109.199.127.251/~fastacti/socialmediaspeakerlosangeles.com/2019/02/02/5-revision-v1/', 0, 'revision', '', 0),
(154, 1, '2019-02-02 08:30:53', '2019-02-02 08:30:53', '[et_pb_section bb_built=\"1\" _builder_version=\"3.19\" background_color=\"#c9c9c9\" custom_padding=\"0|0px|0|0px|false|false\"][et_pb_row custom_padding=\"||0px\" custom_margin=\"||0px\" _builder_version=\"3.19\" border_radii=\"|10px|10px|0px|0px\"][et_pb_column type=\"4_4\"][et_pb_image src=\"http://109.199.127.251/~fastacti/socialmediaspeakerlosangeles.com/wp-content/uploads/2019/02/header-logo.jpg\" show_bottom_space=\"off\" align=\"center\" _builder_version=\"3.19\" border_radii=\"|10px|10px|0px|0px\" box_shadow_style=\"preset1\" custom_margin=\"||0px\" /][et_pb_slider _builder_version=\"3.19\" custom_margin=\"0px|0px|0px|0px\" custom_padding=\"0px|0px|0px|0px\" box_shadow_style=\"preset3\" show_arrows=\"off\" show_pagination=\"off\" custom_css_main_element=\"padding:0px;\"][et_pb_slide _builder_version=\"3.19\" button_link=\"#\" url_new_window=\"off\" link_option_url_new_window=\"off\" background_color=\"#7EBEC5\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" background_video_pause_outside_viewport=\"on\" use_bg_overlay=\"off\" use_text_overlay=\"off\" text_border_radius=\"3\" alignment=\"center\" child_filter_hue_rotate=\"0deg\" child_filter_saturate=\"100%\" child_filter_brightness=\"100%\" child_filter_contrast=\"100%\" child_filter_invert=\"0%\" child_filter_sepia=\"0%\" child_filter_opacity=\"100%\" child_filter_blur=\"0px\" child_mix_blend_mode=\"normal\" background_layout=\"dark\" text_shadow_style=\"none\" header_text_shadow_style=\"none\" body_text_shadow_style=\"none\" custom_button=\"off\" button_bg_use_color_gradient=\"off\" button_bg_color_gradient_overlays_image=\"off\" button_use_icon=\"on\" button_on_hover=\"on\" button_text_shadow_style=\"none\" box_shadow_style_button=\"none\" hover_transition_duration=\"300ms\" hover_transition_delay=\"0ms\" hover_transition_speed_curve=\"ease\" text_shadow_horizontal_length=\"0em\" text_shadow_vertical_length=\"0em\" text_shadow_blur_strength=\"0em\" header_text_shadow_horizontal_length=\"0em\" header_text_shadow_vertical_length=\"0em\" header_text_shadow_blur_strength=\"0em\" body_text_shadow_horizontal_length=\"0em\" body_text_shadow_vertical_length=\"0em\" body_text_shadow_blur_strength=\"0em\" button_text_shadow_horizontal_length=\"0em\" button_text_shadow_vertical_length=\"0em\" button_text_shadow_blur_strength=\"0em\"]\r\n\r\n<img src=\"http://109.199.127.251/~fastacti/socialmediaspeakerlosangeles.com/wp-content/uploads/2019/02/slide1.jpg\" alt=\"\" width=\"983\" height=\"250\" class=\"alignnone size-full wp-image-152\">\r\n\r\n[/et_pb_slide][et_pb_slide _builder_version=\"3.19\" button_link=\"#\" url_new_window=\"off\" link_option_url_new_window=\"off\" background_color=\"#7EBEC5\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" background_video_pause_outside_viewport=\"on\" use_bg_overlay=\"off\" use_text_overlay=\"off\" text_border_radius=\"3\" alignment=\"center\" child_filter_hue_rotate=\"0deg\" child_filter_saturate=\"100%\" child_filter_brightness=\"100%\" child_filter_contrast=\"100%\" child_filter_invert=\"0%\" child_filter_sepia=\"0%\" child_filter_opacity=\"100%\" child_filter_blur=\"0px\" child_mix_blend_mode=\"normal\" background_layout=\"dark\" text_shadow_style=\"none\" header_text_shadow_style=\"none\" body_text_shadow_style=\"none\" custom_button=\"off\" button_bg_use_color_gradient=\"off\" button_bg_color_gradient_overlays_image=\"off\" button_use_icon=\"on\" button_on_hover=\"on\" button_text_shadow_style=\"none\" box_shadow_style_button=\"none\" hover_transition_duration=\"300ms\" hover_transition_delay=\"0ms\" hover_transition_speed_curve=\"ease\" text_shadow_horizontal_length=\"0em\" text_shadow_vertical_length=\"0em\" text_shadow_blur_strength=\"0em\" header_text_shadow_horizontal_length=\"0em\" header_text_shadow_vertical_length=\"0em\" header_text_shadow_blur_strength=\"0em\" body_text_shadow_horizontal_length=\"0em\" body_text_shadow_vertical_length=\"0em\" body_text_shadow_blur_strength=\"0em\" button_text_shadow_horizontal_length=\"0em\" button_text_shadow_vertical_length=\"0em\" button_text_shadow_blur_strength=\"0em\"]\r\n\r\n<img src=\"http://109.199.127.251/~fastacti/socialmediaspeakerlosangeles.com/wp-content/uploads/2019/02/slide1.jpg\" alt=\"\" width=\"983\" height=\"250\" class=\"alignnone size-full wp-image-152\">\r\n\r\n[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|20px|30px|true|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#10243B\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#FFFFFF\" header_font_size=\"24px\"]\r\n\r\n<h1><span>Are You a Physical Therapist Eager to Improve Your Practice?</span></h1>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|15px|30px|false|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#ffffff\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19\" header_font=\"|800|||||||\" header_text_align=\"center\" header_text_color=\"#0183FC\"]\r\n\r\n<h1><span>How Would You Like To Achieve Better Patient Outcomes, Radically Differentiate Your Practice, And 5X Reimbursements In As Little As 90 Days?</span></h1>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|15px|30px|false|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#10243B\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#FFFFFF\" header_font_size=\"21px\"]\r\n\r\n<h1><span>Grab Details Now to The Revolution Taking Private Practice Physical Therapy By Storm</span></h1>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" _builder_version=\"3.19\" background_color=\"#ffffff\" box_shadow_style=\"preset1\"][et_pb_column type=\"3_5\"][et_pb_image src=\"data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTA4MCIgaGVpZ2h0PSI1NDAiIHZpZXdCb3g9IjAgMCAxMDgwIDU0MCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPHBhdGggZmlsbD0iI0VCRUJFQiIgZD0iTTAgMGgxMDgwdjU0MEgweiIvPgogICAgICAgIDxwYXRoIGQ9Ik00NDUuNjQ5IDU0MGgtOTguOTk1TDE0NC42NDkgMzM3Ljk5NSAwIDQ4Mi42NDR2LTk4Ljk5NWwxMTYuMzY1LTExNi4zNjVjMTUuNjItMTUuNjIgNDAuOTQ3LTE1LjYyIDU2LjU2OCAwTDQ0NS42NSA1NDB6IiBmaWxsLW9wYWNpdHk9Ii4xIiBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz4KICAgICAgICA8Y2lyY2xlIGZpbGwtb3BhY2l0eT0iLjA1IiBmaWxsPSIjMDAwIiBjeD0iMzMxIiBjeT0iMTQ4IiByPSI3MCIvPgogICAgICAgIDxwYXRoIGQ9Ik0xMDgwIDM3OXYxMTMuMTM3TDcyOC4xNjIgMTQwLjMgMzI4LjQ2MiA1NDBIMjE1LjMyNEw2OTkuODc4IDU1LjQ0NmMxNS42Mi0xNS42MiA0MC45NDgtMTUuNjIgNTYuNTY4IDBMMTA4MCAzNzl6IiBmaWxsLW9wYWNpdHk9Ii4yIiBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz4KICAgIDwvZz4KPC9zdmc+Cg==\" _builder_version=\"3.19\" max_width=\"50%\" module_alignment=\"center\" /][et_pb_text _builder_version=\"3.19\" text_font=\"||||||||\" text_text_color=\"#000000\" text_font_size=\"16px\" custom_padding=\"|||30px\"]\r\n\r\n<div>\r\n<p><strong>Are you feeling the squeeze of shrinking reimbursements from insurance carriers?</strong></p>\r\n<p>Have you ever felt overwhelmed by the ever-changing regulations that limit your profit potential and create more work for you?</p>\r\n<p><strong>Are you losing the battle for new patients from the increased competition of HOPTs and POPTs?</strong></p>\r\n<p>Are you struggling and finding it costlier to retain quality staff?</p>\r\n<p><strong>I know how you feel because at a time when we had 13 clinics (and were the 2nd largest private practice PT organization in NY), our reimbursements were slashed by 50% - 60% one after another. This new frontier of marketing, diagnosing and increased competition led me in search of solutions.</strong></p>\r\n<p>Hi, my name is Dr. Dimitrios Kostopoulos, DPT, MD, PhD, DSc, ECS and I’m board certified in Clinical Electrophysiology with over 26 years of clinical and private practice experience. It was from the obstacles I faced I was able to discover a technology that provided us with significantly greater profit margins and 5x - 10x more per patient visit. Once I had mastered this to a repeatable formula, I revealed the technology to other private practitioners who are gaining similar results.</p>\r\n<p><strong>I want to help you get the information you need in a format that fits your lifestyle which is why I’m offering a free download of our magazine called Diagnostics for PT</strong></p>\r\n<p><strong></strong></p>\r\n</div>\r\n<div>\r\n<p>To get started simply provide your name and email address and you’ll be sent directly to a download.</p>\r\n<p><strong>And best of all…. It’s free.</strong></p>\r\n<p>There is no cost to join, no contracts to sign, and no obligation to do anything except enjoy the free content I look forward to sharing with you.</p>\r\n<p>&nbsp;</p>\r\n</div>\r\n<div>\r\n<p>I want to ensure you have proven and real information from here on.</p>\r\n<p><strong>See you on the other side.</strong></p>\r\n<p><strong>Dr. Dimitrios Kostopoulos</strong></p>\r\n</div>\r\n<div><em>Helping Private Practice Owners Boom Your Business</em></div>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"2_5\"][et_pb_cta title=\"Grab Free Magazine Subscription\" button_url=\"#open-overlay\" button_text=\"Download Now\" module_id=\"overlay_unique_id_69\" _builder_version=\"3.19\" header_level=\"h1\" header_font=\"||||||||\" body_font=\"||||||||\" background_color=\"#0075B2\" border_radii=\"on|10px|10px|10px|10px\" custom_button=\"on\" button_text_size=\"26px\" button_text_color=\"#0C71C3\" button_bg_color=\"#ffffff\" button_border_width=\"0px\" button_border_radius=\"100px\" button_font=\"|700|||||||\" button_use_icon=\"off\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"5px\" box_shadow_vertical=\"5px\" box_shadow_style_button=\"preset2\" box_shadow_horizontal_button=\"0px\" box_shadow_vertical_button=\"0px\" custom_margin=\"|30px||\" custom_padding=\"|||\" box_shadow_color_button__hover_enabled=\"on\" box_shadow_color_button__hover=\"rgba(0,0,0,0.3)\" box_shadow_horizontal_button__hover_enabled=\"on\" box_shadow_horizontal_button__hover=\"0px\" box_shadow_blur_button__hover_enabled=\"on\" box_shadow_blur_button__hover=\"25px\" box_shadow_spread_button__hover_enabled=\"on\" box_shadow_spread_button__hover=\"10px\"]\r\n\r\n<p>\r\n<img src=\"http://quantumleaplife.com/handsondiagnostics.com/wp-content/uploads/2018/12/hods.jpg\" width=\"825\" height=\"1088\" alt=\"\" class=\"wp-image-27 alignnone size-full\" /></p>\r\n\r\n[/et_pb_cta][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|15px|30px|false|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#10243B\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#FFFFFF\" header_font_size=\"21px\"]\r\n\r\n<h1>You’ll Discover….</h1>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" _builder_version=\"3.19\" background_color=\"#ffffff\" border_radii=\"|||30px|30px\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19\" text_font=\"||||||||\" text_text_color=\"#000000\" text_font_size=\"16px\" custom_padding=\"|||30px\"]\r\n\r\n<ul>\r\n<li> How to Get off the Treadmill and Increase Your Productivity While Reducing Your Hours</li>\r\n<li>The Secret to Getting Higher Insurance Payouts from Insurance Providers</li>\r\n<li>How to Increase Accurate Diagnosis and Accelerate Healing</li>\r\n<li>New Revenue Streams that Improve Patient Outcomes and Increase Net Profit Margins </li>\r\n</ul>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19\"]\r\n\r\n<p style=\"text-align: center;\"><span style=\"color: #000000;\"><a href=\"https://www.diagnosticsforpt.com/terms-and-conditions/\" target=\"_blank\" rel=\"noopener\" style=\"color: #000000;\">| <strong>PRIVACY POLICY &amp; TERMS Of USE</strong> |</a></span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #000000;\"><span>Created by </span><span style=\"color: #ffffff;\"><strong><a href=\"http://www.innersurf.com/\" target=\"_blank\" rel=\"noopener\" style=\"color: #10233A;\">InnerSurf Online Solutions</a></strong></span></span></p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Landing Page', '', 'inherit', 'closed', 'closed', '', '5-revision-v1', '', '', '2019-02-02 08:30:53', '2019-02-02 08:30:53', '', 5, 'http://109.199.127.251/~fastacti/socialmediaspeakerlosangeles.com/2019/02/02/5-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(155, 1, '2019-02-02 08:31:37', '2019-02-02 08:31:37', '[et_pb_section bb_built=\"1\" _builder_version=\"3.19\" background_color=\"#c9c9c9\" custom_padding=\"0|0px|0|0px|false|false\"][et_pb_row custom_padding=\"||0px\" custom_margin=\"||0px\" _builder_version=\"3.19\" border_radii=\"|10px|10px|0px|0px\"][et_pb_column type=\"4_4\"][et_pb_image src=\"http://109.199.127.251/~fastacti/socialmediaspeakerlosangeles.com/wp-content/uploads/2019/02/header-logo.jpg\" show_bottom_space=\"off\" align=\"center\" _builder_version=\"3.19\" border_radii=\"|10px|10px|0px|0px\" box_shadow_style=\"preset1\" custom_margin=\"||0px\" /][et_pb_slider _builder_version=\"3.19\" custom_margin=\"0px|0px|0px|0px\" custom_padding=\"0px|0px|0px|0px\" box_shadow_style=\"preset3\" show_arrows=\"off\" show_pagination=\"off\" custom_css_main_element=\"padding:0px;||margin:0px;\"][et_pb_slide _builder_version=\"3.19\" button_link=\"#\" url_new_window=\"off\" link_option_url_new_window=\"off\" background_color=\"#7EBEC5\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" background_video_pause_outside_viewport=\"on\" use_bg_overlay=\"off\" use_text_overlay=\"off\" text_border_radius=\"3\" alignment=\"center\" child_filter_hue_rotate=\"0deg\" child_filter_saturate=\"100%\" child_filter_brightness=\"100%\" child_filter_contrast=\"100%\" child_filter_invert=\"0%\" child_filter_sepia=\"0%\" child_filter_opacity=\"100%\" child_filter_blur=\"0px\" child_mix_blend_mode=\"normal\" background_layout=\"dark\" text_shadow_style=\"none\" header_text_shadow_style=\"none\" body_text_shadow_style=\"none\" custom_button=\"off\" button_bg_use_color_gradient=\"off\" button_bg_color_gradient_overlays_image=\"off\" button_use_icon=\"on\" button_on_hover=\"on\" button_text_shadow_style=\"none\" box_shadow_style_button=\"none\" hover_transition_duration=\"300ms\" hover_transition_delay=\"0ms\" hover_transition_speed_curve=\"ease\" text_shadow_horizontal_length=\"0em\" text_shadow_vertical_length=\"0em\" text_shadow_blur_strength=\"0em\" header_text_shadow_horizontal_length=\"0em\" header_text_shadow_vertical_length=\"0em\" header_text_shadow_blur_strength=\"0em\" body_text_shadow_horizontal_length=\"0em\" body_text_shadow_vertical_length=\"0em\" body_text_shadow_blur_strength=\"0em\" button_text_shadow_horizontal_length=\"0em\" button_text_shadow_vertical_length=\"0em\" button_text_shadow_blur_strength=\"0em\"]\r\n\r\n<img src=\"http://109.199.127.251/~fastacti/socialmediaspeakerlosangeles.com/wp-content/uploads/2019/02/slide1.jpg\" alt=\"\" width=\"983\" height=\"250\" class=\"alignnone size-full wp-image-152\">\r\n\r\n[/et_pb_slide][et_pb_slide _builder_version=\"3.19\" button_link=\"#\" url_new_window=\"off\" link_option_url_new_window=\"off\" background_color=\"#7EBEC5\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" background_video_pause_outside_viewport=\"on\" use_bg_overlay=\"off\" use_text_overlay=\"off\" text_border_radius=\"3\" alignment=\"center\" child_filter_hue_rotate=\"0deg\" child_filter_saturate=\"100%\" child_filter_brightness=\"100%\" child_filter_contrast=\"100%\" child_filter_invert=\"0%\" child_filter_sepia=\"0%\" child_filter_opacity=\"100%\" child_filter_blur=\"0px\" child_mix_blend_mode=\"normal\" background_layout=\"dark\" text_shadow_style=\"none\" header_text_shadow_style=\"none\" body_text_shadow_style=\"none\" custom_button=\"off\" button_bg_use_color_gradient=\"off\" button_bg_color_gradient_overlays_image=\"off\" button_use_icon=\"on\" button_on_hover=\"on\" button_text_shadow_style=\"none\" box_shadow_style_button=\"none\" hover_transition_duration=\"300ms\" hover_transition_delay=\"0ms\" hover_transition_speed_curve=\"ease\" text_shadow_horizontal_length=\"0em\" text_shadow_vertical_length=\"0em\" text_shadow_blur_strength=\"0em\" header_text_shadow_horizontal_length=\"0em\" header_text_shadow_vertical_length=\"0em\" header_text_shadow_blur_strength=\"0em\" body_text_shadow_horizontal_length=\"0em\" body_text_shadow_vertical_length=\"0em\" body_text_shadow_blur_strength=\"0em\" button_text_shadow_horizontal_length=\"0em\" button_text_shadow_vertical_length=\"0em\" button_text_shadow_blur_strength=\"0em\"]\r\n\r\n<img src=\"http://109.199.127.251/~fastacti/socialmediaspeakerlosangeles.com/wp-content/uploads/2019/02/slide1.jpg\" alt=\"\" width=\"983\" height=\"250\" class=\"alignnone size-full wp-image-152\">\r\n\r\n[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|20px|30px|true|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#10243B\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#FFFFFF\" header_font_size=\"24px\"]\r\n\r\n<h1><span>Are You a Physical Therapist Eager to Improve Your Practice?</span></h1>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|15px|30px|false|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#ffffff\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19\" header_font=\"|800|||||||\" header_text_align=\"center\" header_text_color=\"#0183FC\"]\r\n\r\n<h1><span>How Would You Like To Achieve Better Patient Outcomes, Radically Differentiate Your Practice, And 5X Reimbursements In As Little As 90 Days?</span></h1>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|15px|30px|false|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#10243B\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#FFFFFF\" header_font_size=\"21px\"]\r\n\r\n<h1><span>Grab Details Now to The Revolution Taking Private Practice Physical Therapy By Storm</span></h1>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" _builder_version=\"3.19\" background_color=\"#ffffff\" box_shadow_style=\"preset1\"][et_pb_column type=\"3_5\"][et_pb_image src=\"data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTA4MCIgaGVpZ2h0PSI1NDAiIHZpZXdCb3g9IjAgMCAxMDgwIDU0MCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPHBhdGggZmlsbD0iI0VCRUJFQiIgZD0iTTAgMGgxMDgwdjU0MEgweiIvPgogICAgICAgIDxwYXRoIGQ9Ik00NDUuNjQ5IDU0MGgtOTguOTk1TDE0NC42NDkgMzM3Ljk5NSAwIDQ4Mi42NDR2LTk4Ljk5NWwxMTYuMzY1LTExNi4zNjVjMTUuNjItMTUuNjIgNDAuOTQ3LTE1LjYyIDU2LjU2OCAwTDQ0NS42NSA1NDB6IiBmaWxsLW9wYWNpdHk9Ii4xIiBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz4KICAgICAgICA8Y2lyY2xlIGZpbGwtb3BhY2l0eT0iLjA1IiBmaWxsPSIjMDAwIiBjeD0iMzMxIiBjeT0iMTQ4IiByPSI3MCIvPgogICAgICAgIDxwYXRoIGQ9Ik0xMDgwIDM3OXYxMTMuMTM3TDcyOC4xNjIgMTQwLjMgMzI4LjQ2MiA1NDBIMjE1LjMyNEw2OTkuODc4IDU1LjQ0NmMxNS42Mi0xNS42MiA0MC45NDgtMTUuNjIgNTYuNTY4IDBMMTA4MCAzNzl6IiBmaWxsLW9wYWNpdHk9Ii4yIiBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz4KICAgIDwvZz4KPC9zdmc+Cg==\" _builder_version=\"3.19\" max_width=\"50%\" module_alignment=\"center\" /][et_pb_text _builder_version=\"3.19\" text_font=\"||||||||\" text_text_color=\"#000000\" text_font_size=\"16px\" custom_padding=\"|||30px\"]\r\n\r\n<div>\r\n<p><strong>Are you feeling the squeeze of shrinking reimbursements from insurance carriers?</strong></p>\r\n<p>Have you ever felt overwhelmed by the ever-changing regulations that limit your profit potential and create more work for you?</p>\r\n<p><strong>Are you losing the battle for new patients from the increased competition of HOPTs and POPTs?</strong></p>\r\n<p>Are you struggling and finding it costlier to retain quality staff?</p>\r\n<p><strong>I know how you feel because at a time when we had 13 clinics (and were the 2nd largest private practice PT organization in NY), our reimbursements were slashed by 50% - 60% one after another. This new frontier of marketing, diagnosing and increased competition led me in search of solutions.</strong></p>\r\n<p>Hi, my name is Dr. Dimitrios Kostopoulos, DPT, MD, PhD, DSc, ECS and I’m board certified in Clinical Electrophysiology with over 26 years of clinical and private practice experience. It was from the obstacles I faced I was able to discover a technology that provided us with significantly greater profit margins and 5x - 10x more per patient visit. Once I had mastered this to a repeatable formula, I revealed the technology to other private practitioners who are gaining similar results.</p>\r\n<p><strong>I want to help you get the information you need in a format that fits your lifestyle which is why I’m offering a free download of our magazine called Diagnostics for PT</strong></p>\r\n<p><strong></strong></p>\r\n</div>\r\n<div>\r\n<p>To get started simply provide your name and email address and you’ll be sent directly to a download.</p>\r\n<p><strong>And best of all…. It’s free.</strong></p>\r\n<p>There is no cost to join, no contracts to sign, and no obligation to do anything except enjoy the free content I look forward to sharing with you.</p>\r\n<p>&nbsp;</p>\r\n</div>\r\n<div>\r\n<p>I want to ensure you have proven and real information from here on.</p>\r\n<p><strong>See you on the other side.</strong></p>\r\n<p><strong>Dr. Dimitrios Kostopoulos</strong></p>\r\n</div>\r\n<div><em>Helping Private Practice Owners Boom Your Business</em></div>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"2_5\"][et_pb_cta title=\"Grab Free Magazine Subscription\" button_url=\"#open-overlay\" button_text=\"Download Now\" module_id=\"overlay_unique_id_69\" _builder_version=\"3.19\" header_level=\"h1\" header_font=\"||||||||\" body_font=\"||||||||\" background_color=\"#0075B2\" border_radii=\"on|10px|10px|10px|10px\" custom_button=\"on\" button_text_size=\"26px\" button_text_color=\"#0C71C3\" button_bg_color=\"#ffffff\" button_border_width=\"0px\" button_border_radius=\"100px\" button_font=\"|700|||||||\" button_use_icon=\"off\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"5px\" box_shadow_vertical=\"5px\" box_shadow_style_button=\"preset2\" box_shadow_horizontal_button=\"0px\" box_shadow_vertical_button=\"0px\" custom_margin=\"|30px||\" custom_padding=\"|||\" box_shadow_color_button__hover_enabled=\"on\" box_shadow_color_button__hover=\"rgba(0,0,0,0.3)\" box_shadow_horizontal_button__hover_enabled=\"on\" box_shadow_horizontal_button__hover=\"0px\" box_shadow_blur_button__hover_enabled=\"on\" box_shadow_blur_button__hover=\"25px\" box_shadow_spread_button__hover_enabled=\"on\" box_shadow_spread_button__hover=\"10px\"]\r\n\r\n<p>\r\n<img src=\"http://quantumleaplife.com/handsondiagnostics.com/wp-content/uploads/2018/12/hods.jpg\" width=\"825\" height=\"1088\" alt=\"\" class=\"wp-image-27 alignnone size-full\" /></p>\r\n\r\n[/et_pb_cta][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|15px|30px|false|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#10243B\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#FFFFFF\" header_font_size=\"21px\"]\r\n\r\n<h1>You’ll Discover….</h1>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" _builder_version=\"3.19\" background_color=\"#ffffff\" border_radii=\"|||30px|30px\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19\" text_font=\"||||||||\" text_text_color=\"#000000\" text_font_size=\"16px\" custom_padding=\"|||30px\"]\r\n\r\n<ul>\r\n<li> How to Get off the Treadmill and Increase Your Productivity While Reducing Your Hours</li>\r\n<li>The Secret to Getting Higher Insurance Payouts from Insurance Providers</li>\r\n<li>How to Increase Accurate Diagnosis and Accelerate Healing</li>\r\n<li>New Revenue Streams that Improve Patient Outcomes and Increase Net Profit Margins </li>\r\n</ul>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19\"]\r\n\r\n<p style=\"text-align: center;\"><span style=\"color: #000000;\"><a href=\"https://www.diagnosticsforpt.com/terms-and-conditions/\" target=\"_blank\" rel=\"noopener\" style=\"color: #000000;\">| <strong>PRIVACY POLICY &amp; TERMS Of USE</strong> |</a></span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #000000;\"><span>Created by </span><span style=\"color: #ffffff;\"><strong><a href=\"http://www.innersurf.com/\" target=\"_blank\" rel=\"noopener\" style=\"color: #10233A;\">InnerSurf Online Solutions</a></strong></span></span></p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Landing Page', '', 'inherit', 'closed', 'closed', '', '5-revision-v1', '', '', '2019-02-02 08:31:37', '2019-02-02 08:31:37', '', 5, 'http://109.199.127.251/~fastacti/socialmediaspeakerlosangeles.com/2019/02/02/5-revision-v1/', 0, 'revision', '', 0),
(156, 1, '2019-02-02 08:35:54', '2019-02-02 08:35:54', '[et_pb_section bb_built=\"1\" _builder_version=\"3.19\" background_color=\"#c9c9c9\" custom_padding=\"0|0px|0|0px|false|false\"][et_pb_row custom_padding=\"||0px\" custom_margin=\"||0px\" _builder_version=\"3.19\" border_radii=\"|10px|10px|0px|0px\"][et_pb_column type=\"4_4\"][et_pb_image src=\"http://109.199.127.251/~fastacti/socialmediaspeakerlosangeles.com/wp-content/uploads/2019/02/header-logo.jpg\" show_bottom_space=\"off\" align=\"center\" _builder_version=\"3.19\" border_radii=\"|10px|10px|0px|0px\" box_shadow_style=\"preset1\" custom_margin=\"||0px\" /][et_pb_slider _builder_version=\"3.19\" custom_margin=\"0px|0px|0px|0px\" custom_padding=\"0px|0px|0px|0px\" box_shadow_style=\"preset3\" show_arrows=\"off\" show_pagination=\"off\" custom_css_main_element=\"padding:0px;||margin:0px;||width:983px;\"][et_pb_slide _builder_version=\"3.19\" button_link=\"#\" url_new_window=\"off\" link_option_url_new_window=\"off\" background_color=\"#7EBEC5\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" background_video_pause_outside_viewport=\"on\" use_bg_overlay=\"off\" use_text_overlay=\"off\" text_border_radius=\"3\" alignment=\"center\" child_filter_hue_rotate=\"0deg\" child_filter_saturate=\"100%\" child_filter_brightness=\"100%\" child_filter_contrast=\"100%\" child_filter_invert=\"0%\" child_filter_sepia=\"0%\" child_filter_opacity=\"100%\" child_filter_blur=\"0px\" child_mix_blend_mode=\"normal\" background_layout=\"dark\" text_shadow_style=\"none\" header_text_shadow_style=\"none\" body_text_shadow_style=\"none\" custom_button=\"off\" button_bg_use_color_gradient=\"off\" button_bg_color_gradient_overlays_image=\"off\" button_use_icon=\"on\" button_on_hover=\"on\" button_text_shadow_style=\"none\" box_shadow_style_button=\"none\" hover_transition_duration=\"300ms\" hover_transition_delay=\"0ms\" hover_transition_speed_curve=\"ease\" text_shadow_horizontal_length=\"0em\" text_shadow_vertical_length=\"0em\" text_shadow_blur_strength=\"0em\" header_text_shadow_horizontal_length=\"0em\" header_text_shadow_vertical_length=\"0em\" header_text_shadow_blur_strength=\"0em\" body_text_shadow_horizontal_length=\"0em\" body_text_shadow_vertical_length=\"0em\" body_text_shadow_blur_strength=\"0em\" button_text_shadow_horizontal_length=\"0em\" button_text_shadow_vertical_length=\"0em\" button_text_shadow_blur_strength=\"0em\"]\r\n\r\n<img src=\"http://109.199.127.251/~fastacti/socialmediaspeakerlosangeles.com/wp-content/uploads/2019/02/slide1.jpg\" alt=\"\" width=\"983\" height=\"250\" class=\"alignnone size-full wp-image-152\">\r\n\r\n[/et_pb_slide][et_pb_slide _builder_version=\"3.19\" button_link=\"#\" url_new_window=\"off\" link_option_url_new_window=\"off\" background_color=\"#7EBEC5\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" background_video_pause_outside_viewport=\"on\" use_bg_overlay=\"off\" use_text_overlay=\"off\" text_border_radius=\"3\" alignment=\"center\" child_filter_hue_rotate=\"0deg\" child_filter_saturate=\"100%\" child_filter_brightness=\"100%\" child_filter_contrast=\"100%\" child_filter_invert=\"0%\" child_filter_sepia=\"0%\" child_filter_opacity=\"100%\" child_filter_blur=\"0px\" child_mix_blend_mode=\"normal\" background_layout=\"dark\" text_shadow_style=\"none\" header_text_shadow_style=\"none\" body_text_shadow_style=\"none\" custom_button=\"off\" button_bg_use_color_gradient=\"off\" button_bg_color_gradient_overlays_image=\"off\" button_use_icon=\"on\" button_on_hover=\"on\" button_text_shadow_style=\"none\" box_shadow_style_button=\"none\" hover_transition_duration=\"300ms\" hover_transition_delay=\"0ms\" hover_transition_speed_curve=\"ease\" text_shadow_horizontal_length=\"0em\" text_shadow_vertical_length=\"0em\" text_shadow_blur_strength=\"0em\" header_text_shadow_horizontal_length=\"0em\" header_text_shadow_vertical_length=\"0em\" header_text_shadow_blur_strength=\"0em\" body_text_shadow_horizontal_length=\"0em\" body_text_shadow_vertical_length=\"0em\" body_text_shadow_blur_strength=\"0em\" button_text_shadow_horizontal_length=\"0em\" button_text_shadow_vertical_length=\"0em\" button_text_shadow_blur_strength=\"0em\"]\r\n\r\n<img src=\"http://109.199.127.251/~fastacti/socialmediaspeakerlosangeles.com/wp-content/uploads/2019/02/slide1.jpg\" alt=\"\" width=\"983\" height=\"250\" class=\"alignnone size-full wp-image-152\">\r\n\r\n[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|20px|30px|true|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#10243B\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#FFFFFF\" header_font_size=\"24px\"]\r\n\r\n<h1><span>Are You a Physical Therapist Eager to Improve Your Practice?</span></h1>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|15px|30px|false|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#ffffff\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19\" header_font=\"|800|||||||\" header_text_align=\"center\" header_text_color=\"#0183FC\"]\r\n\r\n<h1><span>How Would You Like To Achieve Better Patient Outcomes, Radically Differentiate Your Practice, And 5X Reimbursements In As Little As 90 Days?</span></h1>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|15px|30px|false|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#10243B\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#FFFFFF\" header_font_size=\"21px\"]\r\n\r\n<h1><span>Grab Details Now to The Revolution Taking Private Practice Physical Therapy By Storm</span></h1>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" _builder_version=\"3.19\" background_color=\"#ffffff\" box_shadow_style=\"preset1\"][et_pb_column type=\"3_5\"][et_pb_image src=\"data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTA4MCIgaGVpZ2h0PSI1NDAiIHZpZXdCb3g9IjAgMCAxMDgwIDU0MCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPHBhdGggZmlsbD0iI0VCRUJFQiIgZD0iTTAgMGgxMDgwdjU0MEgweiIvPgogICAgICAgIDxwYXRoIGQ9Ik00NDUuNjQ5IDU0MGgtOTguOTk1TDE0NC42NDkgMzM3Ljk5NSAwIDQ4Mi42NDR2LTk4Ljk5NWwxMTYuMzY1LTExNi4zNjVjMTUuNjItMTUuNjIgNDAuOTQ3LTE1LjYyIDU2LjU2OCAwTDQ0NS42NSA1NDB6IiBmaWxsLW9wYWNpdHk9Ii4xIiBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz4KICAgICAgICA8Y2lyY2xlIGZpbGwtb3BhY2l0eT0iLjA1IiBmaWxsPSIjMDAwIiBjeD0iMzMxIiBjeT0iMTQ4IiByPSI3MCIvPgogICAgICAgIDxwYXRoIGQ9Ik0xMDgwIDM3OXYxMTMuMTM3TDcyOC4xNjIgMTQwLjMgMzI4LjQ2MiA1NDBIMjE1LjMyNEw2OTkuODc4IDU1LjQ0NmMxNS42Mi0xNS42MiA0MC45NDgtMTUuNjIgNTYuNTY4IDBMMTA4MCAzNzl6IiBmaWxsLW9wYWNpdHk9Ii4yIiBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz4KICAgIDwvZz4KPC9zdmc+Cg==\" _builder_version=\"3.19\" max_width=\"50%\" module_alignment=\"center\" /][et_pb_text _builder_version=\"3.19\" text_font=\"||||||||\" text_text_color=\"#000000\" text_font_size=\"16px\" custom_padding=\"|||30px\"]\r\n\r\n<div>\r\n<p><strong>Are you feeling the squeeze of shrinking reimbursements from insurance carriers?</strong></p>\r\n<p>Have you ever felt overwhelmed by the ever-changing regulations that limit your profit potential and create more work for you?</p>\r\n<p><strong>Are you losing the battle for new patients from the increased competition of HOPTs and POPTs?</strong></p>\r\n<p>Are you struggling and finding it costlier to retain quality staff?</p>\r\n<p><strong>I know how you feel because at a time when we had 13 clinics (and were the 2nd largest private practice PT organization in NY), our reimbursements were slashed by 50% - 60% one after another. This new frontier of marketing, diagnosing and increased competition led me in search of solutions.</strong></p>\r\n<p>Hi, my name is Dr. Dimitrios Kostopoulos, DPT, MD, PhD, DSc, ECS and I’m board certified in Clinical Electrophysiology with over 26 years of clinical and private practice experience. It was from the obstacles I faced I was able to discover a technology that provided us with significantly greater profit margins and 5x - 10x more per patient visit. Once I had mastered this to a repeatable formula, I revealed the technology to other private practitioners who are gaining similar results.</p>\r\n<p><strong>I want to help you get the information you need in a format that fits your lifestyle which is why I’m offering a free download of our magazine called Diagnostics for PT</strong></p>\r\n<p><strong></strong></p>\r\n</div>\r\n<div>\r\n<p>To get started simply provide your name and email address and you’ll be sent directly to a download.</p>\r\n<p><strong>And best of all…. It’s free.</strong></p>\r\n<p>There is no cost to join, no contracts to sign, and no obligation to do anything except enjoy the free content I look forward to sharing with you.</p>\r\n<p>&nbsp;</p>\r\n</div>\r\n<div>\r\n<p>I want to ensure you have proven and real information from here on.</p>\r\n<p><strong>See you on the other side.</strong></p>\r\n<p><strong>Dr. Dimitrios Kostopoulos</strong></p>\r\n</div>\r\n<div><em>Helping Private Practice Owners Boom Your Business</em></div>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"2_5\"][et_pb_cta title=\"Grab Free Magazine Subscription\" button_url=\"#open-overlay\" button_text=\"Download Now\" module_id=\"overlay_unique_id_69\" _builder_version=\"3.19\" header_level=\"h1\" header_font=\"||||||||\" body_font=\"||||||||\" background_color=\"#0075B2\" border_radii=\"on|10px|10px|10px|10px\" custom_button=\"on\" button_text_size=\"26px\" button_text_color=\"#0C71C3\" button_bg_color=\"#ffffff\" button_border_width=\"0px\" button_border_radius=\"100px\" button_font=\"|700|||||||\" button_use_icon=\"off\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"5px\" box_shadow_vertical=\"5px\" box_shadow_style_button=\"preset2\" box_shadow_horizontal_button=\"0px\" box_shadow_vertical_button=\"0px\" custom_margin=\"|30px||\" custom_padding=\"|||\" box_shadow_color_button__hover_enabled=\"on\" box_shadow_color_button__hover=\"rgba(0,0,0,0.3)\" box_shadow_horizontal_button__hover_enabled=\"on\" box_shadow_horizontal_button__hover=\"0px\" box_shadow_blur_button__hover_enabled=\"on\" box_shadow_blur_button__hover=\"25px\" box_shadow_spread_button__hover_enabled=\"on\" box_shadow_spread_button__hover=\"10px\"]\r\n\r\n<p>\r\n<img src=\"http://quantumleaplife.com/handsondiagnostics.com/wp-content/uploads/2018/12/hods.jpg\" width=\"825\" height=\"1088\" alt=\"\" class=\"wp-image-27 alignnone size-full\" /></p>\r\n\r\n[/et_pb_cta][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|15px|30px|false|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#10243B\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#FFFFFF\" header_font_size=\"21px\"]\r\n\r\n<h1>You’ll Discover….</h1>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" _builder_version=\"3.19\" background_color=\"#ffffff\" border_radii=\"|||30px|30px\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19\" text_font=\"||||||||\" text_text_color=\"#000000\" text_font_size=\"16px\" custom_padding=\"|||30px\"]\r\n\r\n<ul>\r\n<li> How to Get off the Treadmill and Increase Your Productivity While Reducing Your Hours</li>\r\n<li>The Secret to Getting Higher Insurance Payouts from Insurance Providers</li>\r\n<li>How to Increase Accurate Diagnosis and Accelerate Healing</li>\r\n<li>New Revenue Streams that Improve Patient Outcomes and Increase Net Profit Margins </li>\r\n</ul>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19\"]\r\n\r\n<p style=\"text-align: center;\"><span style=\"color: #000000;\"><a href=\"https://www.diagnosticsforpt.com/terms-and-conditions/\" target=\"_blank\" rel=\"noopener\" style=\"color: #000000;\">| <strong>PRIVACY POLICY &amp; TERMS Of USE</strong> |</a></span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #000000;\"><span>Created by </span><span style=\"color: #ffffff;\"><strong><a href=\"http://www.innersurf.com/\" target=\"_blank\" rel=\"noopener\" style=\"color: #10233A;\">InnerSurf Online Solutions</a></strong></span></span></p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Landing Page', '', 'inherit', 'closed', 'closed', '', '5-revision-v1', '', '', '2019-02-02 08:35:54', '2019-02-02 08:35:54', '', 5, 'http://109.199.127.251/~fastacti/socialmediaspeakerlosangeles.com/2019/02/02/5-revision-v1/', 0, 'revision', '', 0),
(157, 1, '2019-02-02 08:38:20', '2019-02-02 08:38:20', '[et_pb_section bb_built=\"1\" _builder_version=\"3.19\" background_color=\"#c9c9c9\" custom_padding=\"0|0px|0|0px|false|false\"][et_pb_row custom_padding=\"||0px\" custom_margin=\"||0px\" _builder_version=\"3.19\" border_radii=\"|10px|10px|0px|0px\"][et_pb_column type=\"4_4\"][et_pb_image src=\"http://109.199.127.251/~fastacti/socialmediaspeakerlosangeles.com/wp-content/uploads/2019/02/header-logo.jpg\" show_bottom_space=\"off\" align=\"center\" _builder_version=\"3.19\" border_radii=\"|10px|10px|0px|0px\" box_shadow_style=\"preset1\" custom_margin=\"||0px\" /][et_pb_slider _builder_version=\"3.19\" custom_margin=\"0px|0px|0px|0px\" custom_padding=\"0px|0px|0px|0px\" box_shadow_style=\"preset3\" show_arrows=\"off\" show_pagination=\"off\" custom_css_main_element=\"padding:0px;||margin:0px;||\"][et_pb_slide _builder_version=\"3.19\" button_link=\"#\" url_new_window=\"off\" link_option_url_new_window=\"off\" background_color=\"rgba(71,166,255,0)\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" background_video_pause_outside_viewport=\"on\" use_bg_overlay=\"off\" use_text_overlay=\"off\" text_border_radius=\"3\" alignment=\"center\" child_filter_hue_rotate=\"0deg\" child_filter_saturate=\"100%\" child_filter_brightness=\"100%\" child_filter_contrast=\"100%\" child_filter_invert=\"0%\" child_filter_sepia=\"0%\" child_filter_opacity=\"100%\" child_filter_blur=\"0px\" child_mix_blend_mode=\"normal\" background_layout=\"dark\" text_shadow_style=\"none\" header_text_shadow_style=\"none\" body_text_shadow_style=\"none\" custom_button=\"off\" button_bg_use_color_gradient=\"off\" button_bg_color_gradient_overlays_image=\"off\" button_use_icon=\"on\" button_on_hover=\"on\" button_text_shadow_style=\"none\" box_shadow_style_button=\"none\" hover_transition_duration=\"300ms\" hover_transition_delay=\"0ms\" hover_transition_speed_curve=\"ease\" text_shadow_horizontal_length=\"0em\" text_shadow_vertical_length=\"0em\" text_shadow_blur_strength=\"0em\" header_text_shadow_horizontal_length=\"0em\" header_text_shadow_vertical_length=\"0em\" header_text_shadow_blur_strength=\"0em\" body_text_shadow_horizontal_length=\"0em\" body_text_shadow_vertical_length=\"0em\" body_text_shadow_blur_strength=\"0em\" button_text_shadow_horizontal_length=\"0em\" button_text_shadow_vertical_length=\"0em\" button_text_shadow_blur_strength=\"0em\" custom_css_main_element=\"width:983px;\"]\r\n\r\n<img src=\"http://109.199.127.251/~fastacti/socialmediaspeakerlosangeles.com/wp-content/uploads/2019/02/slide1.jpg\" alt=\"\" width=\"983\" height=\"250\" class=\"alignnone size-full wp-image-152\">\r\n\r\n[/et_pb_slide][et_pb_slide _builder_version=\"3.19\" button_link=\"#\" url_new_window=\"off\" link_option_url_new_window=\"off\" background_color=\"rgba(71,166,255,0)\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" background_video_pause_outside_viewport=\"on\" use_bg_overlay=\"off\" use_text_overlay=\"off\" text_border_radius=\"3\" alignment=\"center\" child_filter_hue_rotate=\"0deg\" child_filter_saturate=\"100%\" child_filter_brightness=\"100%\" child_filter_contrast=\"100%\" child_filter_invert=\"0%\" child_filter_sepia=\"0%\" child_filter_opacity=\"100%\" child_filter_blur=\"0px\" child_mix_blend_mode=\"normal\" background_layout=\"dark\" text_shadow_style=\"none\" header_text_shadow_style=\"none\" body_text_shadow_style=\"none\" custom_button=\"off\" button_bg_use_color_gradient=\"off\" button_bg_color_gradient_overlays_image=\"off\" button_use_icon=\"on\" button_on_hover=\"on\" button_text_shadow_style=\"none\" box_shadow_style_button=\"none\" hover_transition_duration=\"300ms\" hover_transition_delay=\"0ms\" hover_transition_speed_curve=\"ease\" text_shadow_horizontal_length=\"0em\" text_shadow_vertical_length=\"0em\" text_shadow_blur_strength=\"0em\" header_text_shadow_horizontal_length=\"0em\" header_text_shadow_vertical_length=\"0em\" header_text_shadow_blur_strength=\"0em\" body_text_shadow_horizontal_length=\"0em\" body_text_shadow_vertical_length=\"0em\" body_text_shadow_blur_strength=\"0em\" button_text_shadow_horizontal_length=\"0em\" button_text_shadow_vertical_length=\"0em\" button_text_shadow_blur_strength=\"0em\" custom_css_main_element=\"width:983px;\"]\r\n\r\n<img src=\"http://109.199.127.251/~fastacti/socialmediaspeakerlosangeles.com/wp-content/uploads/2019/02/slide1.jpg\" alt=\"\" width=\"983\" height=\"250\" class=\"alignnone size-full wp-image-152\">\r\n\r\n[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|20px|30px|true|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#10243B\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#FFFFFF\" header_font_size=\"24px\"]\r\n\r\n<h1><span>Are You a Physical Therapist Eager to Improve Your Practice?</span></h1>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|15px|30px|false|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#ffffff\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19\" header_font=\"|800|||||||\" header_text_align=\"center\" header_text_color=\"#0183FC\"]\r\n\r\n<h1><span>How Would You Like To Achieve Better Patient Outcomes, Radically Differentiate Your Practice, And 5X Reimbursements In As Little As 90 Days?</span></h1>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|15px|30px|false|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#10243B\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#FFFFFF\" header_font_size=\"21px\"]\r\n\r\n<h1><span>Grab Details Now to The Revolution Taking Private Practice Physical Therapy By Storm</span></h1>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" _builder_version=\"3.19\" background_color=\"#ffffff\" box_shadow_style=\"preset1\"][et_pb_column type=\"3_5\"][et_pb_image src=\"data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTA4MCIgaGVpZ2h0PSI1NDAiIHZpZXdCb3g9IjAgMCAxMDgwIDU0MCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPHBhdGggZmlsbD0iI0VCRUJFQiIgZD0iTTAgMGgxMDgwdjU0MEgweiIvPgogICAgICAgIDxwYXRoIGQ9Ik00NDUuNjQ5IDU0MGgtOTguOTk1TDE0NC42NDkgMzM3Ljk5NSAwIDQ4Mi42NDR2LTk4Ljk5NWwxMTYuMzY1LTExNi4zNjVjMTUuNjItMTUuNjIgNDAuOTQ3LTE1LjYyIDU2LjU2OCAwTDQ0NS42NSA1NDB6IiBmaWxsLW9wYWNpdHk9Ii4xIiBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz4KICAgICAgICA8Y2lyY2xlIGZpbGwtb3BhY2l0eT0iLjA1IiBmaWxsPSIjMDAwIiBjeD0iMzMxIiBjeT0iMTQ4IiByPSI3MCIvPgogICAgICAgIDxwYXRoIGQ9Ik0xMDgwIDM3OXYxMTMuMTM3TDcyOC4xNjIgMTQwLjMgMzI4LjQ2MiA1NDBIMjE1LjMyNEw2OTkuODc4IDU1LjQ0NmMxNS42Mi0xNS42MiA0MC45NDgtMTUuNjIgNTYuNTY4IDBMMTA4MCAzNzl6IiBmaWxsLW9wYWNpdHk9Ii4yIiBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz4KICAgIDwvZz4KPC9zdmc+Cg==\" _builder_version=\"3.19\" max_width=\"50%\" module_alignment=\"center\" /][et_pb_text _builder_version=\"3.19\" text_font=\"||||||||\" text_text_color=\"#000000\" text_font_size=\"16px\" custom_padding=\"|||30px\"]\r\n\r\n<div>\r\n<p><strong>Are you feeling the squeeze of shrinking reimbursements from insurance carriers?</strong></p>\r\n<p>Have you ever felt overwhelmed by the ever-changing regulations that limit your profit potential and create more work for you?</p>\r\n<p><strong>Are you losing the battle for new patients from the increased competition of HOPTs and POPTs?</strong></p>\r\n<p>Are you struggling and finding it costlier to retain quality staff?</p>\r\n<p><strong>I know how you feel because at a time when we had 13 clinics (and were the 2nd largest private practice PT organization in NY), our reimbursements were slashed by 50% - 60% one after another. This new frontier of marketing, diagnosing and increased competition led me in search of solutions.</strong></p>\r\n<p>Hi, my name is Dr. Dimitrios Kostopoulos, DPT, MD, PhD, DSc, ECS and I’m board certified in Clinical Electrophysiology with over 26 years of clinical and private practice experience. It was from the obstacles I faced I was able to discover a technology that provided us with significantly greater profit margins and 5x - 10x more per patient visit. Once I had mastered this to a repeatable formula, I revealed the technology to other private practitioners who are gaining similar results.</p>\r\n<p><strong>I want to help you get the information you need in a format that fits your lifestyle which is why I’m offering a free download of our magazine called Diagnostics for PT</strong></p>\r\n<p><strong></strong></p>\r\n</div>\r\n<div>\r\n<p>To get started simply provide your name and email address and you’ll be sent directly to a download.</p>\r\n<p><strong>And best of all…. It’s free.</strong></p>\r\n<p>There is no cost to join, no contracts to sign, and no obligation to do anything except enjoy the free content I look forward to sharing with you.</p>\r\n<p>&nbsp;</p>\r\n</div>\r\n<div>\r\n<p>I want to ensure you have proven and real information from here on.</p>\r\n<p><strong>See you on the other side.</strong></p>\r\n<p><strong>Dr. Dimitrios Kostopoulos</strong></p>\r\n</div>\r\n<div><em>Helping Private Practice Owners Boom Your Business</em></div>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"2_5\"][et_pb_cta title=\"Grab Free Magazine Subscription\" button_url=\"#open-overlay\" button_text=\"Download Now\" module_id=\"overlay_unique_id_69\" _builder_version=\"3.19\" header_level=\"h1\" header_font=\"||||||||\" body_font=\"||||||||\" background_color=\"#0075B2\" border_radii=\"on|10px|10px|10px|10px\" custom_button=\"on\" button_text_size=\"26px\" button_text_color=\"#0C71C3\" button_bg_color=\"#ffffff\" button_border_width=\"0px\" button_border_radius=\"100px\" button_font=\"|700|||||||\" button_use_icon=\"off\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"5px\" box_shadow_vertical=\"5px\" box_shadow_style_button=\"preset2\" box_shadow_horizontal_button=\"0px\" box_shadow_vertical_button=\"0px\" custom_margin=\"|30px||\" custom_padding=\"|||\" box_shadow_color_button__hover_enabled=\"on\" box_shadow_color_button__hover=\"rgba(0,0,0,0.3)\" box_shadow_horizontal_button__hover_enabled=\"on\" box_shadow_horizontal_button__hover=\"0px\" box_shadow_blur_button__hover_enabled=\"on\" box_shadow_blur_button__hover=\"25px\" box_shadow_spread_button__hover_enabled=\"on\" box_shadow_spread_button__hover=\"10px\"]\r\n\r\n<p>\r\n<img src=\"http://quantumleaplife.com/handsondiagnostics.com/wp-content/uploads/2018/12/hods.jpg\" width=\"825\" height=\"1088\" alt=\"\" class=\"wp-image-27 alignnone size-full\" /></p>\r\n\r\n[/et_pb_cta][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|15px|30px|false|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#10243B\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#FFFFFF\" header_font_size=\"21px\"]\r\n\r\n<h1>You’ll Discover….</h1>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" _builder_version=\"3.19\" background_color=\"#ffffff\" border_radii=\"|||30px|30px\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19\" text_font=\"||||||||\" text_text_color=\"#000000\" text_font_size=\"16px\" custom_padding=\"|||30px\"]\r\n\r\n<ul>\r\n<li> How to Get off the Treadmill and Increase Your Productivity While Reducing Your Hours</li>\r\n<li>The Secret to Getting Higher Insurance Payouts from Insurance Providers</li>\r\n<li>How to Increase Accurate Diagnosis and Accelerate Healing</li>\r\n<li>New Revenue Streams that Improve Patient Outcomes and Increase Net Profit Margins </li>\r\n</ul>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19\"]\r\n\r\n<p style=\"text-align: center;\"><span style=\"color: #000000;\"><a href=\"https://www.diagnosticsforpt.com/terms-and-conditions/\" target=\"_blank\" rel=\"noopener\" style=\"color: #000000;\">| <strong>PRIVACY POLICY &amp; TERMS Of USE</strong> |</a></span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #000000;\"><span>Created by </span><span style=\"color: #ffffff;\"><strong><a href=\"http://www.innersurf.com/\" target=\"_blank\" rel=\"noopener\" style=\"color: #10233A;\">InnerSurf Online Solutions</a></strong></span></span></p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Landing Page', '', 'inherit', 'closed', 'closed', '', '5-revision-v1', '', '', '2019-02-02 08:38:20', '2019-02-02 08:38:20', '', 5, 'http://109.199.127.251/~fastacti/socialmediaspeakerlosangeles.com/2019/02/02/5-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(158, 1, '2019-02-02 08:41:26', '2019-02-02 08:41:26', '[et_pb_section bb_built=\"1\" _builder_version=\"3.19\" background_color=\"#c9c9c9\" custom_padding=\"0|0px|0|0px|false|false\"][et_pb_row custom_padding=\"||0px\" custom_margin=\"||0px\" _builder_version=\"3.19\" border_radii=\"|10px|10px|0px|0px\"][et_pb_column type=\"4_4\"][et_pb_image src=\"http://109.199.127.251/~fastacti/socialmediaspeakerlosangeles.com/wp-content/uploads/2019/02/header-logo.jpg\" show_bottom_space=\"off\" align=\"center\" _builder_version=\"3.19\" border_radii=\"|10px|10px|0px|0px\" box_shadow_style=\"preset1\" custom_margin=\"||0px\" /][et_pb_slider _builder_version=\"3.19\" custom_margin=\"0px|0px|0px|0px\" custom_padding=\"0px|0px|0px|0px\" box_shadow_style=\"preset3\" show_arrows=\"off\" show_pagination=\"off\" custom_css_main_element=\"padding:0px;||margin:0px;||\"][et_pb_slide _builder_version=\"3.19\" button_link=\"#\" url_new_window=\"off\" link_option_url_new_window=\"off\" background_color=\"rgba(255,255,255,0)\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" background_video_pause_outside_viewport=\"on\" use_bg_overlay=\"off\" use_text_overlay=\"off\" text_border_radius=\"3\" alignment=\"center\" child_filter_hue_rotate=\"0deg\" child_filter_saturate=\"100%\" child_filter_brightness=\"100%\" child_filter_contrast=\"100%\" child_filter_invert=\"0%\" child_filter_sepia=\"0%\" child_filter_opacity=\"100%\" child_filter_blur=\"0px\" child_mix_blend_mode=\"normal\" background_layout=\"dark\" text_shadow_style=\"none\" header_text_shadow_style=\"none\" body_text_shadow_style=\"none\" custom_button=\"off\" button_bg_use_color_gradient=\"off\" button_bg_color_gradient_overlays_image=\"off\" button_use_icon=\"on\" button_on_hover=\"on\" button_text_shadow_style=\"none\" box_shadow_style_button=\"none\" hover_transition_duration=\"300ms\" hover_transition_delay=\"0ms\" hover_transition_speed_curve=\"ease\" text_shadow_horizontal_length=\"0em\" text_shadow_vertical_length=\"0em\" text_shadow_blur_strength=\"0em\" header_text_shadow_horizontal_length=\"0em\" header_text_shadow_vertical_length=\"0em\" header_text_shadow_blur_strength=\"0em\" body_text_shadow_horizontal_length=\"0em\" body_text_shadow_vertical_length=\"0em\" body_text_shadow_blur_strength=\"0em\" button_text_shadow_horizontal_length=\"0em\" button_text_shadow_vertical_length=\"0em\" button_text_shadow_blur_strength=\"0em\" custom_css_main_element=\"width:983px;\" image=\"http://109.199.127.251/~fastacti/socialmediaspeakerlosangeles.com/wp-content/uploads/2019/02/slide1.jpg\" /][et_pb_slide _builder_version=\"3.19\" button_link=\"#\" url_new_window=\"off\" link_option_url_new_window=\"off\" background_color=\"rgba(255,255,255,0)\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" background_video_pause_outside_viewport=\"on\" use_bg_overlay=\"off\" use_text_overlay=\"off\" text_border_radius=\"3\" alignment=\"center\" child_filter_hue_rotate=\"0deg\" child_filter_saturate=\"100%\" child_filter_brightness=\"100%\" child_filter_contrast=\"100%\" child_filter_invert=\"0%\" child_filter_sepia=\"0%\" child_filter_opacity=\"100%\" child_filter_blur=\"0px\" child_mix_blend_mode=\"normal\" background_layout=\"dark\" text_shadow_style=\"none\" header_text_shadow_style=\"none\" body_text_shadow_style=\"none\" custom_button=\"off\" button_bg_use_color_gradient=\"off\" button_bg_color_gradient_overlays_image=\"off\" button_use_icon=\"on\" button_on_hover=\"on\" button_text_shadow_style=\"none\" box_shadow_style_button=\"none\" hover_transition_duration=\"300ms\" hover_transition_delay=\"0ms\" hover_transition_speed_curve=\"ease\" text_shadow_horizontal_length=\"0em\" text_shadow_vertical_length=\"0em\" text_shadow_blur_strength=\"0em\" header_text_shadow_horizontal_length=\"0em\" header_text_shadow_vertical_length=\"0em\" header_text_shadow_blur_strength=\"0em\" body_text_shadow_horizontal_length=\"0em\" body_text_shadow_vertical_length=\"0em\" body_text_shadow_blur_strength=\"0em\" button_text_shadow_horizontal_length=\"0em\" button_text_shadow_vertical_length=\"0em\" button_text_shadow_blur_strength=\"0em\" custom_css_main_element=\"width:983px;\" image=\"http://109.199.127.251/~fastacti/socialmediaspeakerlosangeles.com/wp-content/uploads/2019/02/slide1.jpg\" /][/et_pb_slider][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|20px|30px|true|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#10243B\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#FFFFFF\" header_font_size=\"24px\"]\r\n\r\n<h1><span>Are You a Physical Therapist Eager to Improve Your Practice?</span></h1>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|15px|30px|false|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#ffffff\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19\" header_font=\"|800|||||||\" header_text_align=\"center\" header_text_color=\"#0183FC\"]\r\n\r\n<h1><span>How Would You Like To Achieve Better Patient Outcomes, Radically Differentiate Your Practice, And 5X Reimbursements In As Little As 90 Days?</span></h1>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|15px|30px|false|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#10243B\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#FFFFFF\" header_font_size=\"21px\"]\r\n\r\n<h1><span>Grab Details Now to The Revolution Taking Private Practice Physical Therapy By Storm</span></h1>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" _builder_version=\"3.19\" background_color=\"#ffffff\" box_shadow_style=\"preset1\"][et_pb_column type=\"3_5\"][et_pb_image src=\"data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTA4MCIgaGVpZ2h0PSI1NDAiIHZpZXdCb3g9IjAgMCAxMDgwIDU0MCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPHBhdGggZmlsbD0iI0VCRUJFQiIgZD0iTTAgMGgxMDgwdjU0MEgweiIvPgogICAgICAgIDxwYXRoIGQ9Ik00NDUuNjQ5IDU0MGgtOTguOTk1TDE0NC42NDkgMzM3Ljk5NSAwIDQ4Mi42NDR2LTk4Ljk5NWwxMTYuMzY1LTExNi4zNjVjMTUuNjItMTUuNjIgNDAuOTQ3LTE1LjYyIDU2LjU2OCAwTDQ0NS42NSA1NDB6IiBmaWxsLW9wYWNpdHk9Ii4xIiBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz4KICAgICAgICA8Y2lyY2xlIGZpbGwtb3BhY2l0eT0iLjA1IiBmaWxsPSIjMDAwIiBjeD0iMzMxIiBjeT0iMTQ4IiByPSI3MCIvPgogICAgICAgIDxwYXRoIGQ9Ik0xMDgwIDM3OXYxMTMuMTM3TDcyOC4xNjIgMTQwLjMgMzI4LjQ2MiA1NDBIMjE1LjMyNEw2OTkuODc4IDU1LjQ0NmMxNS42Mi0xNS42MiA0MC45NDgtMTUuNjIgNTYuNTY4IDBMMTA4MCAzNzl6IiBmaWxsLW9wYWNpdHk9Ii4yIiBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz4KICAgIDwvZz4KPC9zdmc+Cg==\" _builder_version=\"3.19\" max_width=\"50%\" module_alignment=\"center\" /][et_pb_text _builder_version=\"3.19\" text_font=\"||||||||\" text_text_color=\"#000000\" text_font_size=\"16px\" custom_padding=\"|||30px\"]\r\n\r\n<div>\r\n<p><strong>Are you feeling the squeeze of shrinking reimbursements from insurance carriers?</strong></p>\r\n<p>Have you ever felt overwhelmed by the ever-changing regulations that limit your profit potential and create more work for you?</p>\r\n<p><strong>Are you losing the battle for new patients from the increased competition of HOPTs and POPTs?</strong></p>\r\n<p>Are you struggling and finding it costlier to retain quality staff?</p>\r\n<p><strong>I know how you feel because at a time when we had 13 clinics (and were the 2nd largest private practice PT organization in NY), our reimbursements were slashed by 50% - 60% one after another. This new frontier of marketing, diagnosing and increased competition led me in search of solutions.</strong></p>\r\n<p>Hi, my name is Dr. Dimitrios Kostopoulos, DPT, MD, PhD, DSc, ECS and I’m board certified in Clinical Electrophysiology with over 26 years of clinical and private practice experience. It was from the obstacles I faced I was able to discover a technology that provided us with significantly greater profit margins and 5x - 10x more per patient visit. Once I had mastered this to a repeatable formula, I revealed the technology to other private practitioners who are gaining similar results.</p>\r\n<p><strong>I want to help you get the information you need in a format that fits your lifestyle which is why I’m offering a free download of our magazine called Diagnostics for PT</strong></p>\r\n<p><strong></strong></p>\r\n</div>\r\n<div>\r\n<p>To get started simply provide your name and email address and you’ll be sent directly to a download.</p>\r\n<p><strong>And best of all…. It’s free.</strong></p>\r\n<p>There is no cost to join, no contracts to sign, and no obligation to do anything except enjoy the free content I look forward to sharing with you.</p>\r\n<p>&nbsp;</p>\r\n</div>\r\n<div>\r\n<p>I want to ensure you have proven and real information from here on.</p>\r\n<p><strong>See you on the other side.</strong></p>\r\n<p><strong>Dr. Dimitrios Kostopoulos</strong></p>\r\n</div>\r\n<div><em>Helping Private Practice Owners Boom Your Business</em></div>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"2_5\"][et_pb_cta title=\"Grab Free Magazine Subscription\" button_url=\"#open-overlay\" button_text=\"Download Now\" module_id=\"overlay_unique_id_69\" _builder_version=\"3.19\" header_level=\"h1\" header_font=\"||||||||\" body_font=\"||||||||\" background_color=\"#0075B2\" border_radii=\"on|10px|10px|10px|10px\" custom_button=\"on\" button_text_size=\"26px\" button_text_color=\"#0C71C3\" button_bg_color=\"#ffffff\" button_border_width=\"0px\" button_border_radius=\"100px\" button_font=\"|700|||||||\" button_use_icon=\"off\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"5px\" box_shadow_vertical=\"5px\" box_shadow_style_button=\"preset2\" box_shadow_horizontal_button=\"0px\" box_shadow_vertical_button=\"0px\" custom_margin=\"|30px||\" custom_padding=\"|||\" box_shadow_color_button__hover_enabled=\"on\" box_shadow_color_button__hover=\"rgba(0,0,0,0.3)\" box_shadow_horizontal_button__hover_enabled=\"on\" box_shadow_horizontal_button__hover=\"0px\" box_shadow_blur_button__hover_enabled=\"on\" box_shadow_blur_button__hover=\"25px\" box_shadow_spread_button__hover_enabled=\"on\" box_shadow_spread_button__hover=\"10px\"]\r\n\r\n<p>\r\n<img src=\"http://quantumleaplife.com/handsondiagnostics.com/wp-content/uploads/2018/12/hods.jpg\" width=\"825\" height=\"1088\" alt=\"\" class=\"wp-image-27 alignnone size-full\" /></p>\r\n\r\n[/et_pb_cta][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|15px|30px|false|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#10243B\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#FFFFFF\" header_font_size=\"21px\"]\r\n\r\n<h1>You’ll Discover….</h1>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" _builder_version=\"3.19\" background_color=\"#ffffff\" border_radii=\"|||30px|30px\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19\" text_font=\"||||||||\" text_text_color=\"#000000\" text_font_size=\"16px\" custom_padding=\"|||30px\"]\r\n\r\n<ul>\r\n<li> How to Get off the Treadmill and Increase Your Productivity While Reducing Your Hours</li>\r\n<li>The Secret to Getting Higher Insurance Payouts from Insurance Providers</li>\r\n<li>How to Increase Accurate Diagnosis and Accelerate Healing</li>\r\n<li>New Revenue Streams that Improve Patient Outcomes and Increase Net Profit Margins </li>\r\n</ul>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19\"]\r\n\r\n<p style=\"text-align: center;\"><span style=\"color: #000000;\"><a href=\"https://www.diagnosticsforpt.com/terms-and-conditions/\" target=\"_blank\" rel=\"noopener\" style=\"color: #000000;\">| <strong>PRIVACY POLICY &amp; TERMS Of USE</strong> |</a></span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #000000;\"><span>Created by </span><span style=\"color: #ffffff;\"><strong><a href=\"http://www.innersurf.com/\" target=\"_blank\" rel=\"noopener\" style=\"color: #10233A;\">InnerSurf Online Solutions</a></strong></span></span></p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Landing Page', '', 'inherit', 'closed', 'closed', '', '5-revision-v1', '', '', '2019-02-02 08:41:26', '2019-02-02 08:41:26', '', 5, 'http://109.199.127.251/~fastacti/socialmediaspeakerlosangeles.com/2019/02/02/5-revision-v1/', 0, 'revision', '', 0),
(159, 1, '2019-02-02 08:42:53', '2019-02-02 08:42:53', '[et_pb_section bb_built=\"1\" _builder_version=\"3.19\" background_color=\"#c9c9c9\" custom_padding=\"0|0px|0|0px|false|false\"][et_pb_row custom_padding=\"||0px\" custom_margin=\"||0px\" _builder_version=\"3.19\" border_radii=\"|10px|10px|0px|0px\"][et_pb_column type=\"4_4\"][et_pb_image src=\"http://109.199.127.251/~fastacti/socialmediaspeakerlosangeles.com/wp-content/uploads/2019/02/header-logo.jpg\" show_bottom_space=\"off\" align=\"center\" _builder_version=\"3.19\" border_radii=\"|10px|10px|0px|0px\" box_shadow_style=\"preset1\" custom_margin=\"||0px\" /][et_pb_slider _builder_version=\"3.19\" custom_margin=\"0px|0px|0px|0px\" custom_padding=\"0px|0px|0px|0px\" box_shadow_style=\"preset3\" show_arrows=\"off\" show_pagination=\"off\" custom_css_main_element=\"padding:0px;||margin:0px;||\"][et_pb_slide _builder_version=\"3.19\" button_link=\"#\" url_new_window=\"off\" link_option_url_new_window=\"off\" background_color=\"rgba(255,255,255,0)\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" background_video_pause_outside_viewport=\"on\" use_bg_overlay=\"off\" use_text_overlay=\"off\" text_border_radius=\"3\" alignment=\"center\" child_filter_hue_rotate=\"0deg\" child_filter_saturate=\"100%\" child_filter_brightness=\"100%\" child_filter_contrast=\"100%\" child_filter_invert=\"0%\" child_filter_sepia=\"0%\" child_filter_opacity=\"100%\" child_filter_blur=\"0px\" child_mix_blend_mode=\"normal\" background_layout=\"dark\" text_shadow_style=\"none\" header_text_shadow_style=\"none\" body_text_shadow_style=\"none\" custom_button=\"off\" button_bg_use_color_gradient=\"off\" button_bg_color_gradient_overlays_image=\"off\" button_use_icon=\"on\" button_on_hover=\"on\" button_text_shadow_style=\"none\" box_shadow_style_button=\"none\" hover_transition_duration=\"300ms\" hover_transition_delay=\"0ms\" hover_transition_speed_curve=\"ease\" text_shadow_horizontal_length=\"0em\" text_shadow_vertical_length=\"0em\" text_shadow_blur_strength=\"0em\" header_text_shadow_horizontal_length=\"0em\" header_text_shadow_vertical_length=\"0em\" header_text_shadow_blur_strength=\"0em\" body_text_shadow_horizontal_length=\"0em\" body_text_shadow_vertical_length=\"0em\" body_text_shadow_blur_strength=\"0em\" button_text_shadow_horizontal_length=\"0em\" button_text_shadow_vertical_length=\"0em\" button_text_shadow_blur_strength=\"0em\" custom_css_main_element=\"width:983px;||height:250px;\" image=\"http://109.199.127.251/~fastacti/socialmediaspeakerlosangeles.com/wp-content/uploads/2019/02/slide1.jpg\" /][et_pb_slide _builder_version=\"3.19\" button_link=\"#\" url_new_window=\"off\" link_option_url_new_window=\"off\" background_color=\"rgba(255,255,255,0)\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" background_video_pause_outside_viewport=\"on\" use_bg_overlay=\"off\" use_text_overlay=\"off\" text_border_radius=\"3\" alignment=\"center\" child_filter_hue_rotate=\"0deg\" child_filter_saturate=\"100%\" child_filter_brightness=\"100%\" child_filter_contrast=\"100%\" child_filter_invert=\"0%\" child_filter_sepia=\"0%\" child_filter_opacity=\"100%\" child_filter_blur=\"0px\" child_mix_blend_mode=\"normal\" background_layout=\"dark\" text_shadow_style=\"none\" header_text_shadow_style=\"none\" body_text_shadow_style=\"none\" custom_button=\"off\" button_bg_use_color_gradient=\"off\" button_bg_color_gradient_overlays_image=\"off\" button_use_icon=\"on\" button_on_hover=\"on\" button_text_shadow_style=\"none\" box_shadow_style_button=\"none\" hover_transition_duration=\"300ms\" hover_transition_delay=\"0ms\" hover_transition_speed_curve=\"ease\" text_shadow_horizontal_length=\"0em\" text_shadow_vertical_length=\"0em\" text_shadow_blur_strength=\"0em\" header_text_shadow_horizontal_length=\"0em\" header_text_shadow_vertical_length=\"0em\" header_text_shadow_blur_strength=\"0em\" body_text_shadow_horizontal_length=\"0em\" body_text_shadow_vertical_length=\"0em\" body_text_shadow_blur_strength=\"0em\" button_text_shadow_horizontal_length=\"0em\" button_text_shadow_vertical_length=\"0em\" button_text_shadow_blur_strength=\"0em\" custom_css_main_element=\"width:983px;||height:250px;\" image=\"http://109.199.127.251/~fastacti/socialmediaspeakerlosangeles.com/wp-content/uploads/2019/02/slide1.jpg\" /][/et_pb_slider][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|20px|30px|true|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#10243B\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#FFFFFF\" header_font_size=\"24px\"]\r\n\r\n<h1><span>Are You a Physical Therapist Eager to Improve Your Practice?</span></h1>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|15px|30px|false|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#ffffff\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19\" header_font=\"|800|||||||\" header_text_align=\"center\" header_text_color=\"#0183FC\"]\r\n\r\n<h1><span>How Would You Like To Achieve Better Patient Outcomes, Radically Differentiate Your Practice, And 5X Reimbursements In As Little As 90 Days?</span></h1>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|15px|30px|false|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#10243B\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#FFFFFF\" header_font_size=\"21px\"]\r\n\r\n<h1><span>Grab Details Now to The Revolution Taking Private Practice Physical Therapy By Storm</span></h1>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" _builder_version=\"3.19\" background_color=\"#ffffff\" box_shadow_style=\"preset1\"][et_pb_column type=\"3_5\"][et_pb_image src=\"data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTA4MCIgaGVpZ2h0PSI1NDAiIHZpZXdCb3g9IjAgMCAxMDgwIDU0MCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPHBhdGggZmlsbD0iI0VCRUJFQiIgZD0iTTAgMGgxMDgwdjU0MEgweiIvPgogICAgICAgIDxwYXRoIGQ9Ik00NDUuNjQ5IDU0MGgtOTguOTk1TDE0NC42NDkgMzM3Ljk5NSAwIDQ4Mi42NDR2LTk4Ljk5NWwxMTYuMzY1LTExNi4zNjVjMTUuNjItMTUuNjIgNDAuOTQ3LTE1LjYyIDU2LjU2OCAwTDQ0NS42NSA1NDB6IiBmaWxsLW9wYWNpdHk9Ii4xIiBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz4KICAgICAgICA8Y2lyY2xlIGZpbGwtb3BhY2l0eT0iLjA1IiBmaWxsPSIjMDAwIiBjeD0iMzMxIiBjeT0iMTQ4IiByPSI3MCIvPgogICAgICAgIDxwYXRoIGQ9Ik0xMDgwIDM3OXYxMTMuMTM3TDcyOC4xNjIgMTQwLjMgMzI4LjQ2MiA1NDBIMjE1LjMyNEw2OTkuODc4IDU1LjQ0NmMxNS42Mi0xNS42MiA0MC45NDgtMTUuNjIgNTYuNTY4IDBMMTA4MCAzNzl6IiBmaWxsLW9wYWNpdHk9Ii4yIiBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz4KICAgIDwvZz4KPC9zdmc+Cg==\" _builder_version=\"3.19\" max_width=\"50%\" module_alignment=\"center\" /][et_pb_text _builder_version=\"3.19\" text_font=\"||||||||\" text_text_color=\"#000000\" text_font_size=\"16px\" custom_padding=\"|||30px\"]\r\n\r\n<div>\r\n<p><strong>Are you feeling the squeeze of shrinking reimbursements from insurance carriers?</strong></p>\r\n<p>Have you ever felt overwhelmed by the ever-changing regulations that limit your profit potential and create more work for you?</p>\r\n<p><strong>Are you losing the battle for new patients from the increased competition of HOPTs and POPTs?</strong></p>\r\n<p>Are you struggling and finding it costlier to retain quality staff?</p>\r\n<p><strong>I know how you feel because at a time when we had 13 clinics (and were the 2nd largest private practice PT organization in NY), our reimbursements were slashed by 50% - 60% one after another. This new frontier of marketing, diagnosing and increased competition led me in search of solutions.</strong></p>\r\n<p>Hi, my name is Dr. Dimitrios Kostopoulos, DPT, MD, PhD, DSc, ECS and I’m board certified in Clinical Electrophysiology with over 26 years of clinical and private practice experience. It was from the obstacles I faced I was able to discover a technology that provided us with significantly greater profit margins and 5x - 10x more per patient visit. Once I had mastered this to a repeatable formula, I revealed the technology to other private practitioners who are gaining similar results.</p>\r\n<p><strong>I want to help you get the information you need in a format that fits your lifestyle which is why I’m offering a free download of our magazine called Diagnostics for PT</strong></p>\r\n<p><strong></strong></p>\r\n</div>\r\n<div>\r\n<p>To get started simply provide your name and email address and you’ll be sent directly to a download.</p>\r\n<p><strong>And best of all…. It’s free.</strong></p>\r\n<p>There is no cost to join, no contracts to sign, and no obligation to do anything except enjoy the free content I look forward to sharing with you.</p>\r\n<p>&nbsp;</p>\r\n</div>\r\n<div>\r\n<p>I want to ensure you have proven and real information from here on.</p>\r\n<p><strong>See you on the other side.</strong></p>\r\n<p><strong>Dr. Dimitrios Kostopoulos</strong></p>\r\n</div>\r\n<div><em>Helping Private Practice Owners Boom Your Business</em></div>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"2_5\"][et_pb_cta title=\"Grab Free Magazine Subscription\" button_url=\"#open-overlay\" button_text=\"Download Now\" module_id=\"overlay_unique_id_69\" _builder_version=\"3.19\" header_level=\"h1\" header_font=\"||||||||\" body_font=\"||||||||\" background_color=\"#0075B2\" border_radii=\"on|10px|10px|10px|10px\" custom_button=\"on\" button_text_size=\"26px\" button_text_color=\"#0C71C3\" button_bg_color=\"#ffffff\" button_border_width=\"0px\" button_border_radius=\"100px\" button_font=\"|700|||||||\" button_use_icon=\"off\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"5px\" box_shadow_vertical=\"5px\" box_shadow_style_button=\"preset2\" box_shadow_horizontal_button=\"0px\" box_shadow_vertical_button=\"0px\" custom_margin=\"|30px||\" custom_padding=\"|||\" box_shadow_color_button__hover_enabled=\"on\" box_shadow_color_button__hover=\"rgba(0,0,0,0.3)\" box_shadow_horizontal_button__hover_enabled=\"on\" box_shadow_horizontal_button__hover=\"0px\" box_shadow_blur_button__hover_enabled=\"on\" box_shadow_blur_button__hover=\"25px\" box_shadow_spread_button__hover_enabled=\"on\" box_shadow_spread_button__hover=\"10px\"]\r\n\r\n<p>\r\n<img src=\"http://quantumleaplife.com/handsondiagnostics.com/wp-content/uploads/2018/12/hods.jpg\" width=\"825\" height=\"1088\" alt=\"\" class=\"wp-image-27 alignnone size-full\" /></p>\r\n\r\n[/et_pb_cta][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|15px|30px|false|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#10243B\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#FFFFFF\" header_font_size=\"21px\"]\r\n\r\n<h1>You’ll Discover….</h1>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" _builder_version=\"3.19\" background_color=\"#ffffff\" border_radii=\"|||30px|30px\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19\" text_font=\"||||||||\" text_text_color=\"#000000\" text_font_size=\"16px\" custom_padding=\"|||30px\"]\r\n\r\n<ul>\r\n<li> How to Get off the Treadmill and Increase Your Productivity While Reducing Your Hours</li>\r\n<li>The Secret to Getting Higher Insurance Payouts from Insurance Providers</li>\r\n<li>How to Increase Accurate Diagnosis and Accelerate Healing</li>\r\n<li>New Revenue Streams that Improve Patient Outcomes and Increase Net Profit Margins </li>\r\n</ul>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19\"]\r\n\r\n<p style=\"text-align: center;\"><span style=\"color: #000000;\"><a href=\"https://www.diagnosticsforpt.com/terms-and-conditions/\" target=\"_blank\" rel=\"noopener\" style=\"color: #000000;\">| <strong>PRIVACY POLICY &amp; TERMS Of USE</strong> |</a></span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #000000;\"><span>Created by </span><span style=\"color: #ffffff;\"><strong><a href=\"http://www.innersurf.com/\" target=\"_blank\" rel=\"noopener\" style=\"color: #10233A;\">InnerSurf Online Solutions</a></strong></span></span></p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Landing Page', '', 'inherit', 'closed', 'closed', '', '5-revision-v1', '', '', '2019-02-02 08:42:53', '2019-02-02 08:42:53', '', 5, 'http://109.199.127.251/~fastacti/socialmediaspeakerlosangeles.com/2019/02/02/5-revision-v1/', 0, 'revision', '', 0),
(160, 1, '2019-02-02 08:51:04', '2019-02-02 08:51:04', '', 'header-logo', '', 'inherit', 'open', 'closed', '', 'header-logo-2', '', '', '2019-02-02 08:51:04', '2019-02-02 08:51:04', '', 5, 'http://109.199.127.251/~fastacti/socialmediaspeakerlosangeles.com/wp-content/uploads/2019/02/header-logo-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(161, 1, '2019-02-02 08:51:12', '2019-02-02 08:51:12', '[et_pb_section bb_built=\"1\" _builder_version=\"3.19\" background_color=\"#c9c9c9\" custom_padding=\"0|0px|0|0px|false|false\"][et_pb_row custom_padding=\"||0px\" custom_margin=\"||0px\" _builder_version=\"3.19\" border_radii=\"|10px|10px|0px|0px\"][et_pb_column type=\"4_4\"][et_pb_image src=\"http://109.199.127.251/~fastacti/socialmediaspeakerlosangeles.com/wp-content/uploads/2019/02/header-logo-1.jpg\" show_bottom_space=\"off\" align=\"center\" _builder_version=\"3.19\" border_radii=\"|10px|10px|0px|0px\" box_shadow_style=\"preset1\" custom_margin=\"||0px\" /][et_pb_image src=\"http://109.199.127.251/~fastacti/socialmediaspeakerlosangeles.com/wp-content/uploads/2019/02/slide1.jpg\" show_bottom_space=\"off\" align=\"center\" _builder_version=\"3.19\" border_radii=\"|10px|10px|0px|0px\" box_shadow_style=\"preset1\" custom_margin=\"||0px\" /][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|20px|30px|true|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#10243B\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#FFFFFF\" header_font_size=\"24px\"]\r\n\r\n<h1><span>Are You a Physical Therapist Eager to Improve Your Practice?</span></h1>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|15px|30px|false|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#ffffff\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19\" header_font=\"|800|||||||\" header_text_align=\"center\" header_text_color=\"#0183FC\"]\r\n\r\n<h1><span>How Would You Like To Achieve Better Patient Outcomes, Radically Differentiate Your Practice, And 5X Reimbursements In As Little As 90 Days?</span></h1>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|15px|30px|false|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#10243B\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#FFFFFF\" header_font_size=\"21px\"]\r\n\r\n<h1><span>Grab Details Now to The Revolution Taking Private Practice Physical Therapy By Storm</span></h1>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" _builder_version=\"3.19\" background_color=\"#ffffff\" box_shadow_style=\"preset1\"][et_pb_column type=\"3_5\"][et_pb_image src=\"data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTA4MCIgaGVpZ2h0PSI1NDAiIHZpZXdCb3g9IjAgMCAxMDgwIDU0MCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPHBhdGggZmlsbD0iI0VCRUJFQiIgZD0iTTAgMGgxMDgwdjU0MEgweiIvPgogICAgICAgIDxwYXRoIGQ9Ik00NDUuNjQ5IDU0MGgtOTguOTk1TDE0NC42NDkgMzM3Ljk5NSAwIDQ4Mi42NDR2LTk4Ljk5NWwxMTYuMzY1LTExNi4zNjVjMTUuNjItMTUuNjIgNDAuOTQ3LTE1LjYyIDU2LjU2OCAwTDQ0NS42NSA1NDB6IiBmaWxsLW9wYWNpdHk9Ii4xIiBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz4KICAgICAgICA8Y2lyY2xlIGZpbGwtb3BhY2l0eT0iLjA1IiBmaWxsPSIjMDAwIiBjeD0iMzMxIiBjeT0iMTQ4IiByPSI3MCIvPgogICAgICAgIDxwYXRoIGQ9Ik0xMDgwIDM3OXYxMTMuMTM3TDcyOC4xNjIgMTQwLjMgMzI4LjQ2MiA1NDBIMjE1LjMyNEw2OTkuODc4IDU1LjQ0NmMxNS42Mi0xNS42MiA0MC45NDgtMTUuNjIgNTYuNTY4IDBMMTA4MCAzNzl6IiBmaWxsLW9wYWNpdHk9Ii4yIiBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz4KICAgIDwvZz4KPC9zdmc+Cg==\" _builder_version=\"3.19\" max_width=\"50%\" module_alignment=\"center\" /][et_pb_text _builder_version=\"3.19\" text_font=\"||||||||\" text_text_color=\"#000000\" text_font_size=\"16px\" custom_padding=\"|||30px\"]\r\n\r\n<div>\r\n<p><strong>Are you feeling the squeeze of shrinking reimbursements from insurance carriers?</strong></p>\r\n<p>Have you ever felt overwhelmed by the ever-changing regulations that limit your profit potential and create more work for you?</p>\r\n<p><strong>Are you losing the battle for new patients from the increased competition of HOPTs and POPTs?</strong></p>\r\n<p>Are you struggling and finding it costlier to retain quality staff?</p>\r\n<p><strong>I know how you feel because at a time when we had 13 clinics (and were the 2nd largest private practice PT organization in NY), our reimbursements were slashed by 50% - 60% one after another. This new frontier of marketing, diagnosing and increased competition led me in search of solutions.</strong></p>\r\n<p>Hi, my name is Dr. Dimitrios Kostopoulos, DPT, MD, PhD, DSc, ECS and I’m board certified in Clinical Electrophysiology with over 26 years of clinical and private practice experience. It was from the obstacles I faced I was able to discover a technology that provided us with significantly greater profit margins and 5x - 10x more per patient visit. Once I had mastered this to a repeatable formula, I revealed the technology to other private practitioners who are gaining similar results.</p>\r\n<p><strong>I want to help you get the information you need in a format that fits your lifestyle which is why I’m offering a free download of our magazine called Diagnostics for PT</strong></p>\r\n<p><strong></strong></p>\r\n</div>\r\n<div>\r\n<p>To get started simply provide your name and email address and you’ll be sent directly to a download.</p>\r\n<p><strong>And best of all…. It’s free.</strong></p>\r\n<p>There is no cost to join, no contracts to sign, and no obligation to do anything except enjoy the free content I look forward to sharing with you.</p>\r\n<p>&nbsp;</p>\r\n</div>\r\n<div>\r\n<p>I want to ensure you have proven and real information from here on.</p>\r\n<p><strong>See you on the other side.</strong></p>\r\n<p><strong>Dr. Dimitrios Kostopoulos</strong></p>\r\n</div>\r\n<div><em>Helping Private Practice Owners Boom Your Business</em></div>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"2_5\"][et_pb_cta title=\"Grab Free Magazine Subscription\" button_url=\"#open-overlay\" button_text=\"Download Now\" module_id=\"overlay_unique_id_69\" _builder_version=\"3.19\" header_level=\"h1\" header_font=\"||||||||\" body_font=\"||||||||\" background_color=\"#0075B2\" border_radii=\"on|10px|10px|10px|10px\" custom_button=\"on\" button_text_size=\"26px\" button_text_color=\"#0C71C3\" button_bg_color=\"#ffffff\" button_border_width=\"0px\" button_border_radius=\"100px\" button_font=\"|700|||||||\" button_use_icon=\"off\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"5px\" box_shadow_vertical=\"5px\" box_shadow_style_button=\"preset2\" box_shadow_horizontal_button=\"0px\" box_shadow_vertical_button=\"0px\" custom_margin=\"|30px||\" custom_padding=\"|||\" box_shadow_color_button__hover_enabled=\"on\" box_shadow_color_button__hover=\"rgba(0,0,0,0.3)\" box_shadow_horizontal_button__hover_enabled=\"on\" box_shadow_horizontal_button__hover=\"0px\" box_shadow_blur_button__hover_enabled=\"on\" box_shadow_blur_button__hover=\"25px\" box_shadow_spread_button__hover_enabled=\"on\" box_shadow_spread_button__hover=\"10px\"]\r\n\r\n<p>\r\n<img src=\"http://quantumleaplife.com/handsondiagnostics.com/wp-content/uploads/2018/12/hods.jpg\" width=\"825\" height=\"1088\" alt=\"\" class=\"wp-image-27 alignnone size-full\" /></p>\r\n\r\n[/et_pb_cta][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|15px|30px|false|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#10243B\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#FFFFFF\" header_font_size=\"21px\"]\r\n\r\n<h1>You’ll Discover….</h1>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" _builder_version=\"3.19\" background_color=\"#ffffff\" border_radii=\"|||30px|30px\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19\" text_font=\"||||||||\" text_text_color=\"#000000\" text_font_size=\"16px\" custom_padding=\"|||30px\"]\r\n\r\n<ul>\r\n<li> How to Get off the Treadmill and Increase Your Productivity While Reducing Your Hours</li>\r\n<li>The Secret to Getting Higher Insurance Payouts from Insurance Providers</li>\r\n<li>How to Increase Accurate Diagnosis and Accelerate Healing</li>\r\n<li>New Revenue Streams that Improve Patient Outcomes and Increase Net Profit Margins </li>\r\n</ul>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19\"]\r\n\r\n<p style=\"text-align: center;\"><span style=\"color: #000000;\"><a href=\"https://www.diagnosticsforpt.com/terms-and-conditions/\" target=\"_blank\" rel=\"noopener\" style=\"color: #000000;\">| <strong>PRIVACY POLICY &amp; TERMS Of USE</strong> |</a></span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #000000;\"><span>Created by </span><span style=\"color: #ffffff;\"><strong><a href=\"http://www.innersurf.com/\" target=\"_blank\" rel=\"noopener\" style=\"color: #10233A;\">InnerSurf Online Solutions</a></strong></span></span></p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Landing Page', '', 'inherit', 'closed', 'closed', '', '5-revision-v1', '', '', '2019-02-02 08:51:12', '2019-02-02 08:51:12', '', 5, 'http://109.199.127.251/~fastacti/socialmediaspeakerlosangeles.com/2019/02/02/5-revision-v1/', 0, 'revision', '', 0),
(162, 1, '2019-02-02 08:52:26', '2019-02-02 08:52:26', '[et_pb_section bb_built=\"1\" _builder_version=\"3.19\" background_color=\"#c9c9c9\" custom_padding=\"0|0px|0|0px|false|false\"][et_pb_row custom_padding=\"||0px\" custom_margin=\"||0px\" _builder_version=\"3.19\" border_radii=\"|10px|10px|0px|0px\"][et_pb_column type=\"4_4\"][et_pb_image src=\"http://109.199.127.251/~fastacti/socialmediaspeakerlosangeles.com/wp-content/uploads/2019/02/header-logo-1.jpg\" show_bottom_space=\"off\" align=\"center\" _builder_version=\"3.19\" border_radii=\"|10px|10px|0px|0px\" box_shadow_style=\"preset1\" custom_margin=\"||0px\" /][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"||0px\" custom_margin=\"||0px\" _builder_version=\"3.19\"][et_pb_column type=\"4_4\"][et_pb_image src=\"http://109.199.127.251/~fastacti/socialmediaspeakerlosangeles.com/wp-content/uploads/2019/02/slide1.jpg\" show_bottom_space=\"off\" align=\"center\" _builder_version=\"3.19\" border_radii=\"|10px|10px|0px|0px\" box_shadow_style=\"preset1\" custom_margin=\"||0px\" /][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|20px|30px|true|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#10243B\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#FFFFFF\" header_font_size=\"24px\"]\r\n\r\n<h1><span>Are You a Physical Therapist Eager to Improve Your Practice?</span></h1>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|15px|30px|false|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#ffffff\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19\" header_font=\"|800|||||||\" header_text_align=\"center\" header_text_color=\"#0183FC\"]\r\n\r\n<h1><span>How Would You Like To Achieve Better Patient Outcomes, Radically Differentiate Your Practice, And 5X Reimbursements In As Little As 90 Days?</span></h1>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|15px|30px|false|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#10243B\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#FFFFFF\" header_font_size=\"21px\"]\r\n\r\n<h1><span>Grab Details Now to The Revolution Taking Private Practice Physical Therapy By Storm</span></h1>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" _builder_version=\"3.19\" background_color=\"#ffffff\" box_shadow_style=\"preset1\"][et_pb_column type=\"3_5\"][et_pb_image src=\"data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTA4MCIgaGVpZ2h0PSI1NDAiIHZpZXdCb3g9IjAgMCAxMDgwIDU0MCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPHBhdGggZmlsbD0iI0VCRUJFQiIgZD0iTTAgMGgxMDgwdjU0MEgweiIvPgogICAgICAgIDxwYXRoIGQ9Ik00NDUuNjQ5IDU0MGgtOTguOTk1TDE0NC42NDkgMzM3Ljk5NSAwIDQ4Mi42NDR2LTk4Ljk5NWwxMTYuMzY1LTExNi4zNjVjMTUuNjItMTUuNjIgNDAuOTQ3LTE1LjYyIDU2LjU2OCAwTDQ0NS42NSA1NDB6IiBmaWxsLW9wYWNpdHk9Ii4xIiBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz4KICAgICAgICA8Y2lyY2xlIGZpbGwtb3BhY2l0eT0iLjA1IiBmaWxsPSIjMDAwIiBjeD0iMzMxIiBjeT0iMTQ4IiByPSI3MCIvPgogICAgICAgIDxwYXRoIGQ9Ik0xMDgwIDM3OXYxMTMuMTM3TDcyOC4xNjIgMTQwLjMgMzI4LjQ2MiA1NDBIMjE1LjMyNEw2OTkuODc4IDU1LjQ0NmMxNS42Mi0xNS42MiA0MC45NDgtMTUuNjIgNTYuNTY4IDBMMTA4MCAzNzl6IiBmaWxsLW9wYWNpdHk9Ii4yIiBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz4KICAgIDwvZz4KPC9zdmc+Cg==\" _builder_version=\"3.19\" max_width=\"50%\" module_alignment=\"center\" /][et_pb_text _builder_version=\"3.19\" text_font=\"||||||||\" text_text_color=\"#000000\" text_font_size=\"16px\" custom_padding=\"|||30px\"]\r\n\r\n<div>\r\n<p><strong>Are you feeling the squeeze of shrinking reimbursements from insurance carriers?</strong></p>\r\n<p>Have you ever felt overwhelmed by the ever-changing regulations that limit your profit potential and create more work for you?</p>\r\n<p><strong>Are you losing the battle for new patients from the increased competition of HOPTs and POPTs?</strong></p>\r\n<p>Are you struggling and finding it costlier to retain quality staff?</p>\r\n<p><strong>I know how you feel because at a time when we had 13 clinics (and were the 2nd largest private practice PT organization in NY), our reimbursements were slashed by 50% - 60% one after another. This new frontier of marketing, diagnosing and increased competition led me in search of solutions.</strong></p>\r\n<p>Hi, my name is Dr. Dimitrios Kostopoulos, DPT, MD, PhD, DSc, ECS and I’m board certified in Clinical Electrophysiology with over 26 years of clinical and private practice experience. It was from the obstacles I faced I was able to discover a technology that provided us with significantly greater profit margins and 5x - 10x more per patient visit. Once I had mastered this to a repeatable formula, I revealed the technology to other private practitioners who are gaining similar results.</p>\r\n<p><strong>I want to help you get the information you need in a format that fits your lifestyle which is why I’m offering a free download of our magazine called Diagnostics for PT</strong></p>\r\n<p><strong></strong></p>\r\n</div>\r\n<div>\r\n<p>To get started simply provide your name and email address and you’ll be sent directly to a download.</p>\r\n<p><strong>And best of all…. It’s free.</strong></p>\r\n<p>There is no cost to join, no contracts to sign, and no obligation to do anything except enjoy the free content I look forward to sharing with you.</p>\r\n<p>&nbsp;</p>\r\n</div>\r\n<div>\r\n<p>I want to ensure you have proven and real information from here on.</p>\r\n<p><strong>See you on the other side.</strong></p>\r\n<p><strong>Dr. Dimitrios Kostopoulos</strong></p>\r\n</div>\r\n<div><em>Helping Private Practice Owners Boom Your Business</em></div>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"2_5\"][et_pb_cta title=\"Grab Free Magazine Subscription\" button_url=\"#open-overlay\" button_text=\"Download Now\" module_id=\"overlay_unique_id_69\" _builder_version=\"3.19\" header_level=\"h1\" header_font=\"||||||||\" body_font=\"||||||||\" background_color=\"#0075B2\" border_radii=\"on|10px|10px|10px|10px\" custom_button=\"on\" button_text_size=\"26px\" button_text_color=\"#0C71C3\" button_bg_color=\"#ffffff\" button_border_width=\"0px\" button_border_radius=\"100px\" button_font=\"|700|||||||\" button_use_icon=\"off\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"5px\" box_shadow_vertical=\"5px\" box_shadow_style_button=\"preset2\" box_shadow_horizontal_button=\"0px\" box_shadow_vertical_button=\"0px\" custom_margin=\"|30px||\" custom_padding=\"|||\" box_shadow_color_button__hover_enabled=\"on\" box_shadow_color_button__hover=\"rgba(0,0,0,0.3)\" box_shadow_horizontal_button__hover_enabled=\"on\" box_shadow_horizontal_button__hover=\"0px\" box_shadow_blur_button__hover_enabled=\"on\" box_shadow_blur_button__hover=\"25px\" box_shadow_spread_button__hover_enabled=\"on\" box_shadow_spread_button__hover=\"10px\"]\r\n\r\n<p>\r\n<img src=\"http://quantumleaplife.com/handsondiagnostics.com/wp-content/uploads/2018/12/hods.jpg\" width=\"825\" height=\"1088\" alt=\"\" class=\"wp-image-27 alignnone size-full\" /></p>\r\n\r\n[/et_pb_cta][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|15px|30px|false|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#10243B\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#FFFFFF\" header_font_size=\"21px\"]\r\n\r\n<h1>You’ll Discover….</h1>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" _builder_version=\"3.19\" background_color=\"#ffffff\" border_radii=\"|||30px|30px\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19\" text_font=\"||||||||\" text_text_color=\"#000000\" text_font_size=\"16px\" custom_padding=\"|||30px\"]\r\n\r\n<ul>\r\n<li> How to Get off the Treadmill and Increase Your Productivity While Reducing Your Hours</li>\r\n<li>The Secret to Getting Higher Insurance Payouts from Insurance Providers</li>\r\n<li>How to Increase Accurate Diagnosis and Accelerate Healing</li>\r\n<li>New Revenue Streams that Improve Patient Outcomes and Increase Net Profit Margins </li>\r\n</ul>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19\"]\r\n\r\n<p style=\"text-align: center;\"><span style=\"color: #000000;\"><a href=\"https://www.diagnosticsforpt.com/terms-and-conditions/\" target=\"_blank\" rel=\"noopener\" style=\"color: #000000;\">| <strong>PRIVACY POLICY &amp; TERMS Of USE</strong> |</a></span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #000000;\"><span>Created by </span><span style=\"color: #ffffff;\"><strong><a href=\"http://www.innersurf.com/\" target=\"_blank\" rel=\"noopener\" style=\"color: #10233A;\">InnerSurf Online Solutions</a></strong></span></span></p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Landing Page', '', 'inherit', 'closed', 'closed', '', '5-revision-v1', '', '', '2019-02-02 08:52:26', '2019-02-02 08:52:26', '', 5, 'http://109.199.127.251/~fastacti/socialmediaspeakerlosangeles.com/2019/02/02/5-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(163, 1, '2019-02-02 08:53:06', '2019-02-02 08:53:06', '[et_pb_section bb_built=\"1\" _builder_version=\"3.19\" background_color=\"#c9c9c9\" custom_padding=\"0|0px|0|0px|false|false\"][et_pb_row custom_padding=\"||0px\" custom_margin=\"||0px\" _builder_version=\"3.19\" border_radii=\"|10px|10px|0px|0px\"][et_pb_column type=\"4_4\"][et_pb_image src=\"http://109.199.127.251/~fastacti/socialmediaspeakerlosangeles.com/wp-content/uploads/2019/02/header-logo-1.jpg\" show_bottom_space=\"off\" align=\"center\" _builder_version=\"3.19\" border_radii=\"|10px|10px|0px|0px\" box_shadow_style=\"preset1\" custom_margin=\"||0px\" /][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"||0px\" custom_margin=\"||0px\" _builder_version=\"3.19\"][et_pb_column type=\"4_4\"][et_pb_image src=\"http://109.199.127.251/~fastacti/socialmediaspeakerlosangeles.com/wp-content/uploads/2019/02/slide1.jpg\" show_bottom_space=\"off\" align=\"center\" _builder_version=\"3.19\" box_shadow_style=\"preset1\" custom_margin=\"||0px\" /][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|20px|30px|true|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#10243B\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#FFFFFF\" header_font_size=\"24px\"]\r\n\r\n<h1><span>Are You a Physical Therapist Eager to Improve Your Practice?</span></h1>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|15px|30px|false|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#ffffff\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19\" header_font=\"|800|||||||\" header_text_align=\"center\" header_text_color=\"#0183FC\"]\r\n\r\n<h1><span>How Would You Like To Achieve Better Patient Outcomes, Radically Differentiate Your Practice, And 5X Reimbursements In As Little As 90 Days?</span></h1>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|15px|30px|false|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#10243B\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#FFFFFF\" header_font_size=\"21px\"]\r\n\r\n<h1><span>Grab Details Now to The Revolution Taking Private Practice Physical Therapy By Storm</span></h1>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" _builder_version=\"3.19\" background_color=\"#ffffff\" box_shadow_style=\"preset1\"][et_pb_column type=\"3_5\"][et_pb_image src=\"data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTA4MCIgaGVpZ2h0PSI1NDAiIHZpZXdCb3g9IjAgMCAxMDgwIDU0MCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPHBhdGggZmlsbD0iI0VCRUJFQiIgZD0iTTAgMGgxMDgwdjU0MEgweiIvPgogICAgICAgIDxwYXRoIGQ9Ik00NDUuNjQ5IDU0MGgtOTguOTk1TDE0NC42NDkgMzM3Ljk5NSAwIDQ4Mi42NDR2LTk4Ljk5NWwxMTYuMzY1LTExNi4zNjVjMTUuNjItMTUuNjIgNDAuOTQ3LTE1LjYyIDU2LjU2OCAwTDQ0NS42NSA1NDB6IiBmaWxsLW9wYWNpdHk9Ii4xIiBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz4KICAgICAgICA8Y2lyY2xlIGZpbGwtb3BhY2l0eT0iLjA1IiBmaWxsPSIjMDAwIiBjeD0iMzMxIiBjeT0iMTQ4IiByPSI3MCIvPgogICAgICAgIDxwYXRoIGQ9Ik0xMDgwIDM3OXYxMTMuMTM3TDcyOC4xNjIgMTQwLjMgMzI4LjQ2MiA1NDBIMjE1LjMyNEw2OTkuODc4IDU1LjQ0NmMxNS42Mi0xNS42MiA0MC45NDgtMTUuNjIgNTYuNTY4IDBMMTA4MCAzNzl6IiBmaWxsLW9wYWNpdHk9Ii4yIiBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz4KICAgIDwvZz4KPC9zdmc+Cg==\" _builder_version=\"3.19\" max_width=\"50%\" module_alignment=\"center\" /][et_pb_text _builder_version=\"3.19\" text_font=\"||||||||\" text_text_color=\"#000000\" text_font_size=\"16px\" custom_padding=\"|||30px\"]\r\n\r\n<div>\r\n<p><strong>Are you feeling the squeeze of shrinking reimbursements from insurance carriers?</strong></p>\r\n<p>Have you ever felt overwhelmed by the ever-changing regulations that limit your profit potential and create more work for you?</p>\r\n<p><strong>Are you losing the battle for new patients from the increased competition of HOPTs and POPTs?</strong></p>\r\n<p>Are you struggling and finding it costlier to retain quality staff?</p>\r\n<p><strong>I know how you feel because at a time when we had 13 clinics (and were the 2nd largest private practice PT organization in NY), our reimbursements were slashed by 50% - 60% one after another. This new frontier of marketing, diagnosing and increased competition led me in search of solutions.</strong></p>\r\n<p>Hi, my name is Dr. Dimitrios Kostopoulos, DPT, MD, PhD, DSc, ECS and I’m board certified in Clinical Electrophysiology with over 26 years of clinical and private practice experience. It was from the obstacles I faced I was able to discover a technology that provided us with significantly greater profit margins and 5x - 10x more per patient visit. Once I had mastered this to a repeatable formula, I revealed the technology to other private practitioners who are gaining similar results.</p>\r\n<p><strong>I want to help you get the information you need in a format that fits your lifestyle which is why I’m offering a free download of our magazine called Diagnostics for PT</strong></p>\r\n<p><strong></strong></p>\r\n</div>\r\n<div>\r\n<p>To get started simply provide your name and email address and you’ll be sent directly to a download.</p>\r\n<p><strong>And best of all…. It’s free.</strong></p>\r\n<p>There is no cost to join, no contracts to sign, and no obligation to do anything except enjoy the free content I look forward to sharing with you.</p>\r\n<p>&nbsp;</p>\r\n</div>\r\n<div>\r\n<p>I want to ensure you have proven and real information from here on.</p>\r\n<p><strong>See you on the other side.</strong></p>\r\n<p><strong>Dr. Dimitrios Kostopoulos</strong></p>\r\n</div>\r\n<div><em>Helping Private Practice Owners Boom Your Business</em></div>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"2_5\"][et_pb_cta title=\"Grab Free Magazine Subscription\" button_url=\"#open-overlay\" button_text=\"Download Now\" module_id=\"overlay_unique_id_69\" _builder_version=\"3.19\" header_level=\"h1\" header_font=\"||||||||\" body_font=\"||||||||\" background_color=\"#0075B2\" border_radii=\"on|10px|10px|10px|10px\" custom_button=\"on\" button_text_size=\"26px\" button_text_color=\"#0C71C3\" button_bg_color=\"#ffffff\" button_border_width=\"0px\" button_border_radius=\"100px\" button_font=\"|700|||||||\" button_use_icon=\"off\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"5px\" box_shadow_vertical=\"5px\" box_shadow_style_button=\"preset2\" box_shadow_horizontal_button=\"0px\" box_shadow_vertical_button=\"0px\" custom_margin=\"|30px||\" custom_padding=\"|||\" box_shadow_color_button__hover_enabled=\"on\" box_shadow_color_button__hover=\"rgba(0,0,0,0.3)\" box_shadow_horizontal_button__hover_enabled=\"on\" box_shadow_horizontal_button__hover=\"0px\" box_shadow_blur_button__hover_enabled=\"on\" box_shadow_blur_button__hover=\"25px\" box_shadow_spread_button__hover_enabled=\"on\" box_shadow_spread_button__hover=\"10px\"]\r\n\r\n<p>\r\n<img src=\"http://quantumleaplife.com/handsondiagnostics.com/wp-content/uploads/2018/12/hods.jpg\" width=\"825\" height=\"1088\" alt=\"\" class=\"wp-image-27 alignnone size-full\" /></p>\r\n\r\n[/et_pb_cta][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|15px|30px|false|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#10243B\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#FFFFFF\" header_font_size=\"21px\"]\r\n\r\n<h1>You’ll Discover….</h1>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" _builder_version=\"3.19\" background_color=\"#ffffff\" border_radii=\"|||30px|30px\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19\" text_font=\"||||||||\" text_text_color=\"#000000\" text_font_size=\"16px\" custom_padding=\"|||30px\"]\r\n\r\n<ul>\r\n<li> How to Get off the Treadmill and Increase Your Productivity While Reducing Your Hours</li>\r\n<li>The Secret to Getting Higher Insurance Payouts from Insurance Providers</li>\r\n<li>How to Increase Accurate Diagnosis and Accelerate Healing</li>\r\n<li>New Revenue Streams that Improve Patient Outcomes and Increase Net Profit Margins </li>\r\n</ul>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19\"]\r\n\r\n<p style=\"text-align: center;\"><span style=\"color: #000000;\"><a href=\"https://www.diagnosticsforpt.com/terms-and-conditions/\" target=\"_blank\" rel=\"noopener\" style=\"color: #000000;\">| <strong>PRIVACY POLICY &amp; TERMS Of USE</strong> |</a></span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #000000;\"><span>Created by </span><span style=\"color: #ffffff;\"><strong><a href=\"http://www.innersurf.com/\" target=\"_blank\" rel=\"noopener\" style=\"color: #10233A;\">InnerSurf Online Solutions</a></strong></span></span></p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Landing Page', '', 'inherit', 'closed', 'closed', '', '5-revision-v1', '', '', '2019-02-02 08:53:06', '2019-02-02 08:53:06', '', 5, 'http://109.199.127.251/~fastacti/socialmediaspeakerlosangeles.com/2019/02/02/5-revision-v1/', 0, 'revision', '', 0),
(164, 1, '2019-02-02 08:54:48', '2019-02-02 08:54:48', '[et_pb_section bb_built=\"1\" _builder_version=\"3.19\" background_color=\"#c9c9c9\" custom_padding=\"0|0px|0|0px|false|false\"][et_pb_row custom_padding=\"||0px\" custom_margin=\"||0px\" _builder_version=\"3.19\" border_radii=\"|10px|10px|0px|0px\"][et_pb_column type=\"4_4\"][et_pb_image src=\"http://109.199.127.251/~fastacti/socialmediaspeakerlosangeles.com/wp-content/uploads/2019/02/header-logo-1.jpg\" show_bottom_space=\"off\" align=\"center\" _builder_version=\"3.19\" border_radii=\"|10px|10px|0px|0px\" box_shadow_style=\"preset1\" custom_margin=\"||0px\" /][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"||0px\" custom_margin=\"0px|||0px\" _builder_version=\"3.19\"][et_pb_column type=\"4_4\"][et_pb_image src=\"http://109.199.127.251/~fastacti/socialmediaspeakerlosangeles.com/wp-content/uploads/2019/02/slide1.jpg\" show_bottom_space=\"off\" align=\"center\" _builder_version=\"3.19\" box_shadow_style=\"preset1\" custom_margin=\"||0px\" /][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|20px|30px|true|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#10243B\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#FFFFFF\" header_font_size=\"24px\"]\r\n\r\n<h1><span>Are You a Physical Therapist Eager to Improve Your Practice?</span></h1>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|15px|30px|false|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#ffffff\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19\" header_font=\"|800|||||||\" header_text_align=\"center\" header_text_color=\"#0183FC\"]\r\n\r\n<h1><span>How Would You Like To Achieve Better Patient Outcomes, Radically Differentiate Your Practice, And 5X Reimbursements In As Little As 90 Days?</span></h1>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|15px|30px|false|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#10243B\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#FFFFFF\" header_font_size=\"21px\"]\r\n\r\n<h1><span>Grab Details Now to The Revolution Taking Private Practice Physical Therapy By Storm</span></h1>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" _builder_version=\"3.19\" background_color=\"#ffffff\" box_shadow_style=\"preset1\"][et_pb_column type=\"3_5\"][et_pb_image src=\"data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTA4MCIgaGVpZ2h0PSI1NDAiIHZpZXdCb3g9IjAgMCAxMDgwIDU0MCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPHBhdGggZmlsbD0iI0VCRUJFQiIgZD0iTTAgMGgxMDgwdjU0MEgweiIvPgogICAgICAgIDxwYXRoIGQ9Ik00NDUuNjQ5IDU0MGgtOTguOTk1TDE0NC42NDkgMzM3Ljk5NSAwIDQ4Mi42NDR2LTk4Ljk5NWwxMTYuMzY1LTExNi4zNjVjMTUuNjItMTUuNjIgNDAuOTQ3LTE1LjYyIDU2LjU2OCAwTDQ0NS42NSA1NDB6IiBmaWxsLW9wYWNpdHk9Ii4xIiBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz4KICAgICAgICA8Y2lyY2xlIGZpbGwtb3BhY2l0eT0iLjA1IiBmaWxsPSIjMDAwIiBjeD0iMzMxIiBjeT0iMTQ4IiByPSI3MCIvPgogICAgICAgIDxwYXRoIGQ9Ik0xMDgwIDM3OXYxMTMuMTM3TDcyOC4xNjIgMTQwLjMgMzI4LjQ2MiA1NDBIMjE1LjMyNEw2OTkuODc4IDU1LjQ0NmMxNS42Mi0xNS42MiA0MC45NDgtMTUuNjIgNTYuNTY4IDBMMTA4MCAzNzl6IiBmaWxsLW9wYWNpdHk9Ii4yIiBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz4KICAgIDwvZz4KPC9zdmc+Cg==\" _builder_version=\"3.19\" max_width=\"50%\" module_alignment=\"center\" /][et_pb_text _builder_version=\"3.19\" text_font=\"||||||||\" text_text_color=\"#000000\" text_font_size=\"16px\" custom_padding=\"|||30px\"]\r\n\r\n<div>\r\n<p><strong>Are you feeling the squeeze of shrinking reimbursements from insurance carriers?</strong></p>\r\n<p>Have you ever felt overwhelmed by the ever-changing regulations that limit your profit potential and create more work for you?</p>\r\n<p><strong>Are you losing the battle for new patients from the increased competition of HOPTs and POPTs?</strong></p>\r\n<p>Are you struggling and finding it costlier to retain quality staff?</p>\r\n<p><strong>I know how you feel because at a time when we had 13 clinics (and were the 2nd largest private practice PT organization in NY), our reimbursements were slashed by 50% - 60% one after another. This new frontier of marketing, diagnosing and increased competition led me in search of solutions.</strong></p>\r\n<p>Hi, my name is Dr. Dimitrios Kostopoulos, DPT, MD, PhD, DSc, ECS and I’m board certified in Clinical Electrophysiology with over 26 years of clinical and private practice experience. It was from the obstacles I faced I was able to discover a technology that provided us with significantly greater profit margins and 5x - 10x more per patient visit. Once I had mastered this to a repeatable formula, I revealed the technology to other private practitioners who are gaining similar results.</p>\r\n<p><strong>I want to help you get the information you need in a format that fits your lifestyle which is why I’m offering a free download of our magazine called Diagnostics for PT</strong></p>\r\n<p><strong></strong></p>\r\n</div>\r\n<div>\r\n<p>To get started simply provide your name and email address and you’ll be sent directly to a download.</p>\r\n<p><strong>And best of all…. It’s free.</strong></p>\r\n<p>There is no cost to join, no contracts to sign, and no obligation to do anything except enjoy the free content I look forward to sharing with you.</p>\r\n<p>&nbsp;</p>\r\n</div>\r\n<div>\r\n<p>I want to ensure you have proven and real information from here on.</p>\r\n<p><strong>See you on the other side.</strong></p>\r\n<p><strong>Dr. Dimitrios Kostopoulos</strong></p>\r\n</div>\r\n<div><em>Helping Private Practice Owners Boom Your Business</em></div>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"2_5\"][et_pb_cta title=\"Grab Free Magazine Subscription\" button_url=\"#open-overlay\" button_text=\"Download Now\" module_id=\"overlay_unique_id_69\" _builder_version=\"3.19\" header_level=\"h1\" header_font=\"||||||||\" body_font=\"||||||||\" background_color=\"#0075B2\" border_radii=\"on|10px|10px|10px|10px\" custom_button=\"on\" button_text_size=\"26px\" button_text_color=\"#0C71C3\" button_bg_color=\"#ffffff\" button_border_width=\"0px\" button_border_radius=\"100px\" button_font=\"|700|||||||\" button_use_icon=\"off\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"5px\" box_shadow_vertical=\"5px\" box_shadow_style_button=\"preset2\" box_shadow_horizontal_button=\"0px\" box_shadow_vertical_button=\"0px\" custom_margin=\"|30px||\" custom_padding=\"|||\" box_shadow_color_button__hover_enabled=\"on\" box_shadow_color_button__hover=\"rgba(0,0,0,0.3)\" box_shadow_horizontal_button__hover_enabled=\"on\" box_shadow_horizontal_button__hover=\"0px\" box_shadow_blur_button__hover_enabled=\"on\" box_shadow_blur_button__hover=\"25px\" box_shadow_spread_button__hover_enabled=\"on\" box_shadow_spread_button__hover=\"10px\"]\r\n\r\n<p>\r\n<img src=\"http://quantumleaplife.com/handsondiagnostics.com/wp-content/uploads/2018/12/hods.jpg\" width=\"825\" height=\"1088\" alt=\"\" class=\"wp-image-27 alignnone size-full\" /></p>\r\n\r\n[/et_pb_cta][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|15px|30px|false|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#10243B\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#FFFFFF\" header_font_size=\"21px\"]\r\n\r\n<h1>You’ll Discover….</h1>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" _builder_version=\"3.19\" background_color=\"#ffffff\" border_radii=\"|||30px|30px\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19\" text_font=\"||||||||\" text_text_color=\"#000000\" text_font_size=\"16px\" custom_padding=\"|||30px\"]\r\n\r\n<ul>\r\n<li> How to Get off the Treadmill and Increase Your Productivity While Reducing Your Hours</li>\r\n<li>The Secret to Getting Higher Insurance Payouts from Insurance Providers</li>\r\n<li>How to Increase Accurate Diagnosis and Accelerate Healing</li>\r\n<li>New Revenue Streams that Improve Patient Outcomes and Increase Net Profit Margins </li>\r\n</ul>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19\"]\r\n\r\n<p style=\"text-align: center;\"><span style=\"color: #000000;\"><a href=\"https://www.diagnosticsforpt.com/terms-and-conditions/\" target=\"_blank\" rel=\"noopener\" style=\"color: #000000;\">| <strong>PRIVACY POLICY &amp; TERMS Of USE</strong> |</a></span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #000000;\"><span>Created by </span><span style=\"color: #ffffff;\"><strong><a href=\"http://www.innersurf.com/\" target=\"_blank\" rel=\"noopener\" style=\"color: #10233A;\">InnerSurf Online Solutions</a></strong></span></span></p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Landing Page', '', 'inherit', 'closed', 'closed', '', '5-revision-v1', '', '', '2019-02-02 08:54:48', '2019-02-02 08:54:48', '', 5, 'http://109.199.127.251/~fastacti/socialmediaspeakerlosangeles.com/2019/02/02/5-revision-v1/', 0, 'revision', '', 0),
(165, 1, '2019-02-02 08:56:31', '2019-02-02 08:56:31', '[et_pb_section bb_built=\"1\" _builder_version=\"3.19\" background_color=\"#c9c9c9\" custom_padding=\"0|0px|0|0px|false|false\"][et_pb_row custom_padding=\"||0px\" custom_margin=\"||0px\" _builder_version=\"3.19\" border_radii=\"|10px|10px|0px|0px\"][et_pb_column type=\"4_4\"][et_pb_image src=\"http://109.199.127.251/~fastacti/socialmediaspeakerlosangeles.com/wp-content/uploads/2019/02/header-logo-1.jpg\" show_bottom_space=\"off\" align=\"center\" _builder_version=\"3.19\" border_radii=\"|10px|10px|0px|0px\" box_shadow_style=\"preset1\" custom_margin=\"||0px\" /][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|20px|30px|true|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#10243B\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_image src=\"http://109.199.127.251/~fastacti/socialmediaspeakerlosangeles.com/wp-content/uploads/2019/02/slide1.jpg\" show_bottom_space=\"off\" align=\"center\" _builder_version=\"3.19\" box_shadow_style=\"preset1\" custom_margin=\"||0px\" /][et_pb_text _builder_version=\"3.19\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#FFFFFF\" header_font_size=\"24px\"]\r\n\r\n<h1><span>Are You a Physical Therapist Eager to Improve Your Practice?</span></h1>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|20px|30px|true|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#10243B\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#FFFFFF\" header_font_size=\"24px\"]\r\n\r\n<h1><span>Are You a Physical Therapist Eager to Improve Your Practice?</span></h1>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|15px|30px|false|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#ffffff\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19\" header_font=\"|800|||||||\" header_text_align=\"center\" header_text_color=\"#0183FC\"]\r\n\r\n<h1><span>How Would You Like To Achieve Better Patient Outcomes, Radically Differentiate Your Practice, And 5X Reimbursements In As Little As 90 Days?</span></h1>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|15px|30px|false|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#10243B\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#FFFFFF\" header_font_size=\"21px\"]\r\n\r\n<h1><span>Grab Details Now to The Revolution Taking Private Practice Physical Therapy By Storm</span></h1>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" _builder_version=\"3.19\" background_color=\"#ffffff\" box_shadow_style=\"preset1\"][et_pb_column type=\"3_5\"][et_pb_image src=\"data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTA4MCIgaGVpZ2h0PSI1NDAiIHZpZXdCb3g9IjAgMCAxMDgwIDU0MCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPHBhdGggZmlsbD0iI0VCRUJFQiIgZD0iTTAgMGgxMDgwdjU0MEgweiIvPgogICAgICAgIDxwYXRoIGQ9Ik00NDUuNjQ5IDU0MGgtOTguOTk1TDE0NC42NDkgMzM3Ljk5NSAwIDQ4Mi42NDR2LTk4Ljk5NWwxMTYuMzY1LTExNi4zNjVjMTUuNjItMTUuNjIgNDAuOTQ3LTE1LjYyIDU2LjU2OCAwTDQ0NS42NSA1NDB6IiBmaWxsLW9wYWNpdHk9Ii4xIiBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz4KICAgICAgICA8Y2lyY2xlIGZpbGwtb3BhY2l0eT0iLjA1IiBmaWxsPSIjMDAwIiBjeD0iMzMxIiBjeT0iMTQ4IiByPSI3MCIvPgogICAgICAgIDxwYXRoIGQ9Ik0xMDgwIDM3OXYxMTMuMTM3TDcyOC4xNjIgMTQwLjMgMzI4LjQ2MiA1NDBIMjE1LjMyNEw2OTkuODc4IDU1LjQ0NmMxNS42Mi0xNS42MiA0MC45NDgtMTUuNjIgNTYuNTY4IDBMMTA4MCAzNzl6IiBmaWxsLW9wYWNpdHk9Ii4yIiBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz4KICAgIDwvZz4KPC9zdmc+Cg==\" _builder_version=\"3.19\" max_width=\"50%\" module_alignment=\"center\" /][et_pb_text _builder_version=\"3.19\" text_font=\"||||||||\" text_text_color=\"#000000\" text_font_size=\"16px\" custom_padding=\"|||30px\"]\r\n\r\n<div>\r\n<p><strong>Are you feeling the squeeze of shrinking reimbursements from insurance carriers?</strong></p>\r\n<p>Have you ever felt overwhelmed by the ever-changing regulations that limit your profit potential and create more work for you?</p>\r\n<p><strong>Are you losing the battle for new patients from the increased competition of HOPTs and POPTs?</strong></p>\r\n<p>Are you struggling and finding it costlier to retain quality staff?</p>\r\n<p><strong>I know how you feel because at a time when we had 13 clinics (and were the 2nd largest private practice PT organization in NY), our reimbursements were slashed by 50% - 60% one after another. This new frontier of marketing, diagnosing and increased competition led me in search of solutions.</strong></p>\r\n<p>Hi, my name is Dr. Dimitrios Kostopoulos, DPT, MD, PhD, DSc, ECS and I’m board certified in Clinical Electrophysiology with over 26 years of clinical and private practice experience. It was from the obstacles I faced I was able to discover a technology that provided us with significantly greater profit margins and 5x - 10x more per patient visit. Once I had mastered this to a repeatable formula, I revealed the technology to other private practitioners who are gaining similar results.</p>\r\n<p><strong>I want to help you get the information you need in a format that fits your lifestyle which is why I’m offering a free download of our magazine called Diagnostics for PT</strong></p>\r\n<p><strong></strong></p>\r\n</div>\r\n<div>\r\n<p>To get started simply provide your name and email address and you’ll be sent directly to a download.</p>\r\n<p><strong>And best of all…. It’s free.</strong></p>\r\n<p>There is no cost to join, no contracts to sign, and no obligation to do anything except enjoy the free content I look forward to sharing with you.</p>\r\n<p>&nbsp;</p>\r\n</div>\r\n<div>\r\n<p>I want to ensure you have proven and real information from here on.</p>\r\n<p><strong>See you on the other side.</strong></p>\r\n<p><strong>Dr. Dimitrios Kostopoulos</strong></p>\r\n</div>\r\n<div><em>Helping Private Practice Owners Boom Your Business</em></div>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"2_5\"][et_pb_cta title=\"Grab Free Magazine Subscription\" button_url=\"#open-overlay\" button_text=\"Download Now\" module_id=\"overlay_unique_id_69\" _builder_version=\"3.19\" header_level=\"h1\" header_font=\"||||||||\" body_font=\"||||||||\" background_color=\"#0075B2\" border_radii=\"on|10px|10px|10px|10px\" custom_button=\"on\" button_text_size=\"26px\" button_text_color=\"#0C71C3\" button_bg_color=\"#ffffff\" button_border_width=\"0px\" button_border_radius=\"100px\" button_font=\"|700|||||||\" button_use_icon=\"off\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"5px\" box_shadow_vertical=\"5px\" box_shadow_style_button=\"preset2\" box_shadow_horizontal_button=\"0px\" box_shadow_vertical_button=\"0px\" custom_margin=\"|30px||\" custom_padding=\"|||\" box_shadow_color_button__hover_enabled=\"on\" box_shadow_color_button__hover=\"rgba(0,0,0,0.3)\" box_shadow_horizontal_button__hover_enabled=\"on\" box_shadow_horizontal_button__hover=\"0px\" box_shadow_blur_button__hover_enabled=\"on\" box_shadow_blur_button__hover=\"25px\" box_shadow_spread_button__hover_enabled=\"on\" box_shadow_spread_button__hover=\"10px\"]\r\n\r\n<p>\r\n<img src=\"http://quantumleaplife.com/handsondiagnostics.com/wp-content/uploads/2018/12/hods.jpg\" width=\"825\" height=\"1088\" alt=\"\" class=\"wp-image-27 alignnone size-full\" /></p>\r\n\r\n[/et_pb_cta][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|15px|30px|false|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#10243B\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#FFFFFF\" header_font_size=\"21px\"]\r\n\r\n<h1>You’ll Discover….</h1>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" _builder_version=\"3.19\" background_color=\"#ffffff\" border_radii=\"|||30px|30px\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19\" text_font=\"||||||||\" text_text_color=\"#000000\" text_font_size=\"16px\" custom_padding=\"|||30px\"]\r\n\r\n<ul>\r\n<li> How to Get off the Treadmill and Increase Your Productivity While Reducing Your Hours</li>\r\n<li>The Secret to Getting Higher Insurance Payouts from Insurance Providers</li>\r\n<li>How to Increase Accurate Diagnosis and Accelerate Healing</li>\r\n<li>New Revenue Streams that Improve Patient Outcomes and Increase Net Profit Margins </li>\r\n</ul>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19\"]\r\n\r\n<p style=\"text-align: center;\"><span style=\"color: #000000;\"><a href=\"https://www.diagnosticsforpt.com/terms-and-conditions/\" target=\"_blank\" rel=\"noopener\" style=\"color: #000000;\">| <strong>PRIVACY POLICY &amp; TERMS Of USE</strong> |</a></span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #000000;\"><span>Created by </span><span style=\"color: #ffffff;\"><strong><a href=\"http://www.innersurf.com/\" target=\"_blank\" rel=\"noopener\" style=\"color: #10233A;\">InnerSurf Online Solutions</a></strong></span></span></p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Landing Page', '', 'inherit', 'closed', 'closed', '', '5-revision-v1', '', '', '2019-02-02 08:56:31', '2019-02-02 08:56:31', '', 5, 'http://109.199.127.251/~fastacti/socialmediaspeakerlosangeles.com/2019/02/02/5-revision-v1/', 0, 'revision', '', 0),
(166, 1, '2019-02-02 08:57:50', '2019-02-02 08:57:50', '[et_pb_section bb_built=\"1\" _builder_version=\"3.19\" background_color=\"#c9c9c9\" custom_padding=\"0|0px|0|0px|false|false\"][et_pb_row custom_padding=\"||0px\" custom_margin=\"||0px\" _builder_version=\"3.19\" border_radii=\"|10px|10px|0px|0px\"][et_pb_column type=\"4_4\"][et_pb_image src=\"http://109.199.127.251/~fastacti/socialmediaspeakerlosangeles.com/wp-content/uploads/2019/02/header-logo-1.jpg\" show_bottom_space=\"off\" align=\"center\" _builder_version=\"3.19\" border_radii=\"|10px|10px|0px|0px\" box_shadow_style=\"preset1\" custom_margin=\"||0px\" /][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|20px|30px|true|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#ffffff\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_image src=\"http://109.199.127.251/~fastacti/socialmediaspeakerlosangeles.com/wp-content/uploads/2019/02/slide1.jpg\" show_bottom_space=\"off\" align=\"center\" _builder_version=\"3.19\" box_shadow_style=\"preset1\" custom_margin=\"||0px\" border_radii=\"on|5px|5px|5px|5px\" /][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|20px|30px|true|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#10243B\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#FFFFFF\" header_font_size=\"24px\"]\r\n\r\n<h1><span>Are You a Physical Therapist Eager to Improve Your Practice?</span></h1>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|15px|30px|false|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#ffffff\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19\" header_font=\"|800|||||||\" header_text_align=\"center\" header_text_color=\"#0183FC\"]\r\n\r\n<h1><span>How Would You Like To Achieve Better Patient Outcomes, Radically Differentiate Your Practice, And 5X Reimbursements In As Little As 90 Days?</span></h1>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|15px|30px|false|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#10243B\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#FFFFFF\" header_font_size=\"21px\"]\r\n\r\n<h1><span>Grab Details Now to The Revolution Taking Private Practice Physical Therapy By Storm</span></h1>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" _builder_version=\"3.19\" background_color=\"#ffffff\" box_shadow_style=\"preset1\"][et_pb_column type=\"3_5\"][et_pb_image src=\"data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTA4MCIgaGVpZ2h0PSI1NDAiIHZpZXdCb3g9IjAgMCAxMDgwIDU0MCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPHBhdGggZmlsbD0iI0VCRUJFQiIgZD0iTTAgMGgxMDgwdjU0MEgweiIvPgogICAgICAgIDxwYXRoIGQ9Ik00NDUuNjQ5IDU0MGgtOTguOTk1TDE0NC42NDkgMzM3Ljk5NSAwIDQ4Mi42NDR2LTk4Ljk5NWwxMTYuMzY1LTExNi4zNjVjMTUuNjItMTUuNjIgNDAuOTQ3LTE1LjYyIDU2LjU2OCAwTDQ0NS42NSA1NDB6IiBmaWxsLW9wYWNpdHk9Ii4xIiBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz4KICAgICAgICA8Y2lyY2xlIGZpbGwtb3BhY2l0eT0iLjA1IiBmaWxsPSIjMDAwIiBjeD0iMzMxIiBjeT0iMTQ4IiByPSI3MCIvPgogICAgICAgIDxwYXRoIGQ9Ik0xMDgwIDM3OXYxMTMuMTM3TDcyOC4xNjIgMTQwLjMgMzI4LjQ2MiA1NDBIMjE1LjMyNEw2OTkuODc4IDU1LjQ0NmMxNS42Mi0xNS42MiA0MC45NDgtMTUuNjIgNTYuNTY4IDBMMTA4MCAzNzl6IiBmaWxsLW9wYWNpdHk9Ii4yIiBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz4KICAgIDwvZz4KPC9zdmc+Cg==\" _builder_version=\"3.19\" max_width=\"50%\" module_alignment=\"center\" /][et_pb_text _builder_version=\"3.19\" text_font=\"||||||||\" text_text_color=\"#000000\" text_font_size=\"16px\" custom_padding=\"|||30px\"]\r\n\r\n<div>\r\n<p><strong>Are you feeling the squeeze of shrinking reimbursements from insurance carriers?</strong></p>\r\n<p>Have you ever felt overwhelmed by the ever-changing regulations that limit your profit potential and create more work for you?</p>\r\n<p><strong>Are you losing the battle for new patients from the increased competition of HOPTs and POPTs?</strong></p>\r\n<p>Are you struggling and finding it costlier to retain quality staff?</p>\r\n<p><strong>I know how you feel because at a time when we had 13 clinics (and were the 2nd largest private practice PT organization in NY), our reimbursements were slashed by 50% - 60% one after another. This new frontier of marketing, diagnosing and increased competition led me in search of solutions.</strong></p>\r\n<p>Hi, my name is Dr. Dimitrios Kostopoulos, DPT, MD, PhD, DSc, ECS and I’m board certified in Clinical Electrophysiology with over 26 years of clinical and private practice experience. It was from the obstacles I faced I was able to discover a technology that provided us with significantly greater profit margins and 5x - 10x more per patient visit. Once I had mastered this to a repeatable formula, I revealed the technology to other private practitioners who are gaining similar results.</p>\r\n<p><strong>I want to help you get the information you need in a format that fits your lifestyle which is why I’m offering a free download of our magazine called Diagnostics for PT</strong></p>\r\n<p><strong></strong></p>\r\n</div>\r\n<div>\r\n<p>To get started simply provide your name and email address and you’ll be sent directly to a download.</p>\r\n<p><strong>And best of all…. It’s free.</strong></p>\r\n<p>There is no cost to join, no contracts to sign, and no obligation to do anything except enjoy the free content I look forward to sharing with you.</p>\r\n<p>&nbsp;</p>\r\n</div>\r\n<div>\r\n<p>I want to ensure you have proven and real information from here on.</p>\r\n<p><strong>See you on the other side.</strong></p>\r\n<p><strong>Dr. Dimitrios Kostopoulos</strong></p>\r\n</div>\r\n<div><em>Helping Private Practice Owners Boom Your Business</em></div>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"2_5\"][et_pb_cta title=\"Grab Free Magazine Subscription\" button_url=\"#open-overlay\" button_text=\"Download Now\" module_id=\"overlay_unique_id_69\" _builder_version=\"3.19\" header_level=\"h1\" header_font=\"||||||||\" body_font=\"||||||||\" background_color=\"#0075B2\" border_radii=\"on|10px|10px|10px|10px\" custom_button=\"on\" button_text_size=\"26px\" button_text_color=\"#0C71C3\" button_bg_color=\"#ffffff\" button_border_width=\"0px\" button_border_radius=\"100px\" button_font=\"|700|||||||\" button_use_icon=\"off\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"5px\" box_shadow_vertical=\"5px\" box_shadow_style_button=\"preset2\" box_shadow_horizontal_button=\"0px\" box_shadow_vertical_button=\"0px\" custom_margin=\"|30px||\" custom_padding=\"|||\" box_shadow_color_button__hover_enabled=\"on\" box_shadow_color_button__hover=\"rgba(0,0,0,0.3)\" box_shadow_horizontal_button__hover_enabled=\"on\" box_shadow_horizontal_button__hover=\"0px\" box_shadow_blur_button__hover_enabled=\"on\" box_shadow_blur_button__hover=\"25px\" box_shadow_spread_button__hover_enabled=\"on\" box_shadow_spread_button__hover=\"10px\"]\r\n\r\n<p>\r\n<img src=\"http://quantumleaplife.com/handsondiagnostics.com/wp-content/uploads/2018/12/hods.jpg\" width=\"825\" height=\"1088\" alt=\"\" class=\"wp-image-27 alignnone size-full\" /></p>\r\n\r\n[/et_pb_cta][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|15px|30px|false|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#10243B\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#FFFFFF\" header_font_size=\"21px\"]\r\n\r\n<h1>You’ll Discover….</h1>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" _builder_version=\"3.19\" background_color=\"#ffffff\" border_radii=\"|||30px|30px\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19\" text_font=\"||||||||\" text_text_color=\"#000000\" text_font_size=\"16px\" custom_padding=\"|||30px\"]\r\n\r\n<ul>\r\n<li> How to Get off the Treadmill and Increase Your Productivity While Reducing Your Hours</li>\r\n<li>The Secret to Getting Higher Insurance Payouts from Insurance Providers</li>\r\n<li>How to Increase Accurate Diagnosis and Accelerate Healing</li>\r\n<li>New Revenue Streams that Improve Patient Outcomes and Increase Net Profit Margins </li>\r\n</ul>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19\"]\r\n\r\n<p style=\"text-align: center;\"><span style=\"color: #000000;\"><a href=\"https://www.diagnosticsforpt.com/terms-and-conditions/\" target=\"_blank\" rel=\"noopener\" style=\"color: #000000;\">| <strong>PRIVACY POLICY &amp; TERMS Of USE</strong> |</a></span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #000000;\"><span>Created by </span><span style=\"color: #ffffff;\"><strong><a href=\"http://www.innersurf.com/\" target=\"_blank\" rel=\"noopener\" style=\"color: #10233A;\">InnerSurf Online Solutions</a></strong></span></span></p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Landing Page', '', 'inherit', 'closed', 'closed', '', '5-revision-v1', '', '', '2019-02-02 08:57:50', '2019-02-02 08:57:50', '', 5, 'http://109.199.127.251/~fastacti/socialmediaspeakerlosangeles.com/2019/02/02/5-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(167, 1, '2019-02-02 08:59:28', '2019-02-02 08:59:28', '[et_pb_section bb_built=\"1\" _builder_version=\"3.19\" background_color=\"#c9c9c9\" custom_padding=\"0|0px|0|0px|false|false\"][et_pb_row custom_padding=\"||0px\" custom_margin=\"||0px\" _builder_version=\"3.19\" border_radii=\"|10px|10px|0px|0px\"][et_pb_column type=\"4_4\"][et_pb_image src=\"http://109.199.127.251/~fastacti/socialmediaspeakerlosangeles.com/wp-content/uploads/2019/02/header-logo-1.jpg\" show_bottom_space=\"off\" align=\"center\" _builder_version=\"3.19\" border_radii=\"|10px|10px|0px|0px\" box_shadow_style=\"preset1\" custom_margin=\"||0px\" /][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|20px|30px|true|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#ffffff\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_image src=\"http://109.199.127.251/~fastacti/socialmediaspeakerlosangeles.com/wp-content/uploads/2019/02/slide1.jpg\" show_bottom_space=\"off\" align=\"center\" _builder_version=\"3.19\" box_shadow_style=\"preset1\" custom_margin=\"||0px\" border_radii=\"on|5px|5px|5px|5px\" /][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"10px|20px|10px|20px\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#10243B\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#FFFFFF\" header_font_size=\"24px\"]\r\n\r\n<h1><span>Are You a Physical Therapist Eager to Improve Your Practice?</span></h1>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|15px|30px|false|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#ffffff\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19\" header_font=\"|800|||||||\" header_text_align=\"center\" header_text_color=\"#0183FC\"]\r\n\r\n<h1><span>How Would You Like To Achieve Better Patient Outcomes, Radically Differentiate Your Practice, And 5X Reimbursements In As Little As 90 Days?</span></h1>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|15px|30px|false|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#10243B\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#FFFFFF\" header_font_size=\"21px\"]\r\n\r\n<h1><span>Grab Details Now to The Revolution Taking Private Practice Physical Therapy By Storm</span></h1>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" _builder_version=\"3.19\" background_color=\"#ffffff\" box_shadow_style=\"preset1\"][et_pb_column type=\"3_5\"][et_pb_image src=\"data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTA4MCIgaGVpZ2h0PSI1NDAiIHZpZXdCb3g9IjAgMCAxMDgwIDU0MCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPHBhdGggZmlsbD0iI0VCRUJFQiIgZD0iTTAgMGgxMDgwdjU0MEgweiIvPgogICAgICAgIDxwYXRoIGQ9Ik00NDUuNjQ5IDU0MGgtOTguOTk1TDE0NC42NDkgMzM3Ljk5NSAwIDQ4Mi42NDR2LTk4Ljk5NWwxMTYuMzY1LTExNi4zNjVjMTUuNjItMTUuNjIgNDAuOTQ3LTE1LjYyIDU2LjU2OCAwTDQ0NS42NSA1NDB6IiBmaWxsLW9wYWNpdHk9Ii4xIiBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz4KICAgICAgICA8Y2lyY2xlIGZpbGwtb3BhY2l0eT0iLjA1IiBmaWxsPSIjMDAwIiBjeD0iMzMxIiBjeT0iMTQ4IiByPSI3MCIvPgogICAgICAgIDxwYXRoIGQ9Ik0xMDgwIDM3OXYxMTMuMTM3TDcyOC4xNjIgMTQwLjMgMzI4LjQ2MiA1NDBIMjE1LjMyNEw2OTkuODc4IDU1LjQ0NmMxNS42Mi0xNS42MiA0MC45NDgtMTUuNjIgNTYuNTY4IDBMMTA4MCAzNzl6IiBmaWxsLW9wYWNpdHk9Ii4yIiBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz4KICAgIDwvZz4KPC9zdmc+Cg==\" _builder_version=\"3.19\" max_width=\"50%\" module_alignment=\"center\" /][et_pb_text _builder_version=\"3.19\" text_font=\"||||||||\" text_text_color=\"#000000\" text_font_size=\"16px\" custom_padding=\"|||30px\"]\r\n\r\n<div>\r\n<p><strong>Are you feeling the squeeze of shrinking reimbursements from insurance carriers?</strong></p>\r\n<p>Have you ever felt overwhelmed by the ever-changing regulations that limit your profit potential and create more work for you?</p>\r\n<p><strong>Are you losing the battle for new patients from the increased competition of HOPTs and POPTs?</strong></p>\r\n<p>Are you struggling and finding it costlier to retain quality staff?</p>\r\n<p><strong>I know how you feel because at a time when we had 13 clinics (and were the 2nd largest private practice PT organization in NY), our reimbursements were slashed by 50% - 60% one after another. This new frontier of marketing, diagnosing and increased competition led me in search of solutions.</strong></p>\r\n<p>Hi, my name is Dr. Dimitrios Kostopoulos, DPT, MD, PhD, DSc, ECS and I’m board certified in Clinical Electrophysiology with over 26 years of clinical and private practice experience. It was from the obstacles I faced I was able to discover a technology that provided us with significantly greater profit margins and 5x - 10x more per patient visit. Once I had mastered this to a repeatable formula, I revealed the technology to other private practitioners who are gaining similar results.</p>\r\n<p><strong>I want to help you get the information you need in a format that fits your lifestyle which is why I’m offering a free download of our magazine called Diagnostics for PT</strong></p>\r\n<p><strong></strong></p>\r\n</div>\r\n<div>\r\n<p>To get started simply provide your name and email address and you’ll be sent directly to a download.</p>\r\n<p><strong>And best of all…. It’s free.</strong></p>\r\n<p>There is no cost to join, no contracts to sign, and no obligation to do anything except enjoy the free content I look forward to sharing with you.</p>\r\n<p>&nbsp;</p>\r\n</div>\r\n<div>\r\n<p>I want to ensure you have proven and real information from here on.</p>\r\n<p><strong>See you on the other side.</strong></p>\r\n<p><strong>Dr. Dimitrios Kostopoulos</strong></p>\r\n</div>\r\n<div><em>Helping Private Practice Owners Boom Your Business</em></div>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"2_5\"][et_pb_cta title=\"Grab Free Magazine Subscription\" button_url=\"#open-overlay\" button_text=\"Download Now\" module_id=\"overlay_unique_id_69\" _builder_version=\"3.19\" header_level=\"h1\" header_font=\"||||||||\" body_font=\"||||||||\" background_color=\"#0075B2\" border_radii=\"on|10px|10px|10px|10px\" custom_button=\"on\" button_text_size=\"26px\" button_text_color=\"#0C71C3\" button_bg_color=\"#ffffff\" button_border_width=\"0px\" button_border_radius=\"100px\" button_font=\"|700|||||||\" button_use_icon=\"off\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"5px\" box_shadow_vertical=\"5px\" box_shadow_style_button=\"preset2\" box_shadow_horizontal_button=\"0px\" box_shadow_vertical_button=\"0px\" custom_margin=\"|30px||\" custom_padding=\"|||\" box_shadow_color_button__hover_enabled=\"on\" box_shadow_color_button__hover=\"rgba(0,0,0,0.3)\" box_shadow_horizontal_button__hover_enabled=\"on\" box_shadow_horizontal_button__hover=\"0px\" box_shadow_blur_button__hover_enabled=\"on\" box_shadow_blur_button__hover=\"25px\" box_shadow_spread_button__hover_enabled=\"on\" box_shadow_spread_button__hover=\"10px\"]\r\n\r\n<p>\r\n<img src=\"http://quantumleaplife.com/handsondiagnostics.com/wp-content/uploads/2018/12/hods.jpg\" width=\"825\" height=\"1088\" alt=\"\" class=\"wp-image-27 alignnone size-full\" /></p>\r\n\r\n[/et_pb_cta][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|15px|30px|false|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#10243B\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#FFFFFF\" header_font_size=\"21px\"]\r\n\r\n<h1>You’ll Discover….</h1>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" _builder_version=\"3.19\" background_color=\"#ffffff\" border_radii=\"|||30px|30px\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19\" text_font=\"||||||||\" text_text_color=\"#000000\" text_font_size=\"16px\" custom_padding=\"|||30px\"]\r\n\r\n<ul>\r\n<li> How to Get off the Treadmill and Increase Your Productivity While Reducing Your Hours</li>\r\n<li>The Secret to Getting Higher Insurance Payouts from Insurance Providers</li>\r\n<li>How to Increase Accurate Diagnosis and Accelerate Healing</li>\r\n<li>New Revenue Streams that Improve Patient Outcomes and Increase Net Profit Margins </li>\r\n</ul>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19\"]\r\n\r\n<p style=\"text-align: center;\"><span style=\"color: #000000;\"><a href=\"https://www.diagnosticsforpt.com/terms-and-conditions/\" target=\"_blank\" rel=\"noopener\" style=\"color: #000000;\">| <strong>PRIVACY POLICY &amp; TERMS Of USE</strong> |</a></span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #000000;\"><span>Created by </span><span style=\"color: #ffffff;\"><strong><a href=\"http://www.innersurf.com/\" target=\"_blank\" rel=\"noopener\" style=\"color: #10233A;\">InnerSurf Online Solutions</a></strong></span></span></p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Landing Page', '', 'inherit', 'closed', 'closed', '', '5-revision-v1', '', '', '2019-02-02 08:59:28', '2019-02-02 08:59:28', '', 5, 'http://109.199.127.251/~fastacti/socialmediaspeakerlosangeles.com/2019/02/02/5-revision-v1/', 0, 'revision', '', 0),
(168, 1, '2019-02-02 09:00:44', '2019-02-02 09:00:44', '[et_pb_section bb_built=\"1\" _builder_version=\"3.19\" background_color=\"#c9c9c9\" custom_padding=\"0|0px|0|0px|false|false\"][et_pb_row custom_padding=\"||0px\" custom_margin=\"||0px\" _builder_version=\"3.19\" border_radii=\"|10px|10px|0px|0px\"][et_pb_column type=\"4_4\"][et_pb_image src=\"http://109.199.127.251/~fastacti/socialmediaspeakerlosangeles.com/wp-content/uploads/2019/02/header-logo-1.jpg\" show_bottom_space=\"off\" align=\"center\" _builder_version=\"3.19\" border_radii=\"|10px|10px|0px|0px\" box_shadow_style=\"preset1\" custom_margin=\"||0px\" /][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"10px|20px|10px|20px\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#ffffff\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_image src=\"http://109.199.127.251/~fastacti/socialmediaspeakerlosangeles.com/wp-content/uploads/2019/02/slide1.jpg\" show_bottom_space=\"off\" align=\"center\" _builder_version=\"3.19\" custom_margin=\"||0px\" border_radii=\"on|5px|5px|5px|5px\" /][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"10px|20px|10px|20px\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#10243B\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#FFFFFF\" header_font_size=\"24px\"]\r\n\r\n<h1><span>Are You a Physical Therapist Eager to Improve Your Practice?</span></h1>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|15px|30px|false|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#ffffff\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19\" header_font=\"|800|||||||\" header_text_align=\"center\" header_text_color=\"#0183FC\"]\r\n\r\n<h1><span>How Would You Like To Achieve Better Patient Outcomes, Radically Differentiate Your Practice, And 5X Reimbursements In As Little As 90 Days?</span></h1>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|15px|30px|false|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#10243B\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#FFFFFF\" header_font_size=\"21px\"]\r\n\r\n<h1><span>Grab Details Now to The Revolution Taking Private Practice Physical Therapy By Storm</span></h1>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" _builder_version=\"3.19\" background_color=\"#ffffff\" box_shadow_style=\"preset1\"][et_pb_column type=\"3_5\"][et_pb_image src=\"data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTA4MCIgaGVpZ2h0PSI1NDAiIHZpZXdCb3g9IjAgMCAxMDgwIDU0MCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPHBhdGggZmlsbD0iI0VCRUJFQiIgZD0iTTAgMGgxMDgwdjU0MEgweiIvPgogICAgICAgIDxwYXRoIGQ9Ik00NDUuNjQ5IDU0MGgtOTguOTk1TDE0NC42NDkgMzM3Ljk5NSAwIDQ4Mi42NDR2LTk4Ljk5NWwxMTYuMzY1LTExNi4zNjVjMTUuNjItMTUuNjIgNDAuOTQ3LTE1LjYyIDU2LjU2OCAwTDQ0NS42NSA1NDB6IiBmaWxsLW9wYWNpdHk9Ii4xIiBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz4KICAgICAgICA8Y2lyY2xlIGZpbGwtb3BhY2l0eT0iLjA1IiBmaWxsPSIjMDAwIiBjeD0iMzMxIiBjeT0iMTQ4IiByPSI3MCIvPgogICAgICAgIDxwYXRoIGQ9Ik0xMDgwIDM3OXYxMTMuMTM3TDcyOC4xNjIgMTQwLjMgMzI4LjQ2MiA1NDBIMjE1LjMyNEw2OTkuODc4IDU1LjQ0NmMxNS42Mi0xNS42MiA0MC45NDgtMTUuNjIgNTYuNTY4IDBMMTA4MCAzNzl6IiBmaWxsLW9wYWNpdHk9Ii4yIiBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz4KICAgIDwvZz4KPC9zdmc+Cg==\" _builder_version=\"3.19\" max_width=\"50%\" module_alignment=\"center\" /][et_pb_text _builder_version=\"3.19\" text_font=\"||||||||\" text_text_color=\"#000000\" text_font_size=\"16px\" custom_padding=\"|||30px\"]\r\n\r\n<div>\r\n<p><strong>Are you feeling the squeeze of shrinking reimbursements from insurance carriers?</strong></p>\r\n<p>Have you ever felt overwhelmed by the ever-changing regulations that limit your profit potential and create more work for you?</p>\r\n<p><strong>Are you losing the battle for new patients from the increased competition of HOPTs and POPTs?</strong></p>\r\n<p>Are you struggling and finding it costlier to retain quality staff?</p>\r\n<p><strong>I know how you feel because at a time when we had 13 clinics (and were the 2nd largest private practice PT organization in NY), our reimbursements were slashed by 50% - 60% one after another. This new frontier of marketing, diagnosing and increased competition led me in search of solutions.</strong></p>\r\n<p>Hi, my name is Dr. Dimitrios Kostopoulos, DPT, MD, PhD, DSc, ECS and I’m board certified in Clinical Electrophysiology with over 26 years of clinical and private practice experience. It was from the obstacles I faced I was able to discover a technology that provided us with significantly greater profit margins and 5x - 10x more per patient visit. Once I had mastered this to a repeatable formula, I revealed the technology to other private practitioners who are gaining similar results.</p>\r\n<p><strong>I want to help you get the information you need in a format that fits your lifestyle which is why I’m offering a free download of our magazine called Diagnostics for PT</strong></p>\r\n<p><strong></strong></p>\r\n</div>\r\n<div>\r\n<p>To get started simply provide your name and email address and you’ll be sent directly to a download.</p>\r\n<p><strong>And best of all…. It’s free.</strong></p>\r\n<p>There is no cost to join, no contracts to sign, and no obligation to do anything except enjoy the free content I look forward to sharing with you.</p>\r\n<p>&nbsp;</p>\r\n</div>\r\n<div>\r\n<p>I want to ensure you have proven and real information from here on.</p>\r\n<p><strong>See you on the other side.</strong></p>\r\n<p><strong>Dr. Dimitrios Kostopoulos</strong></p>\r\n</div>\r\n<div><em>Helping Private Practice Owners Boom Your Business</em></div>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"2_5\"][et_pb_cta title=\"Grab Free Magazine Subscription\" button_url=\"#open-overlay\" button_text=\"Download Now\" module_id=\"overlay_unique_id_69\" _builder_version=\"3.19\" header_level=\"h1\" header_font=\"||||||||\" body_font=\"||||||||\" background_color=\"#0075B2\" border_radii=\"on|10px|10px|10px|10px\" custom_button=\"on\" button_text_size=\"26px\" button_text_color=\"#0C71C3\" button_bg_color=\"#ffffff\" button_border_width=\"0px\" button_border_radius=\"100px\" button_font=\"|700|||||||\" button_use_icon=\"off\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"5px\" box_shadow_vertical=\"5px\" box_shadow_style_button=\"preset2\" box_shadow_horizontal_button=\"0px\" box_shadow_vertical_button=\"0px\" custom_margin=\"|30px||\" custom_padding=\"|||\" box_shadow_color_button__hover_enabled=\"on\" box_shadow_color_button__hover=\"rgba(0,0,0,0.3)\" box_shadow_horizontal_button__hover_enabled=\"on\" box_shadow_horizontal_button__hover=\"0px\" box_shadow_blur_button__hover_enabled=\"on\" box_shadow_blur_button__hover=\"25px\" box_shadow_spread_button__hover_enabled=\"on\" box_shadow_spread_button__hover=\"10px\"]\r\n\r\n<p>\r\n<img src=\"http://quantumleaplife.com/handsondiagnostics.com/wp-content/uploads/2018/12/hods.jpg\" width=\"825\" height=\"1088\" alt=\"\" class=\"wp-image-27 alignnone size-full\" /></p>\r\n\r\n[/et_pb_cta][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|15px|30px|false|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#10243B\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#FFFFFF\" header_font_size=\"21px\"]\r\n\r\n<h1>You’ll Discover….</h1>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" _builder_version=\"3.19\" background_color=\"#ffffff\" border_radii=\"|||30px|30px\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19\" text_font=\"||||||||\" text_text_color=\"#000000\" text_font_size=\"16px\" custom_padding=\"|||30px\"]\r\n\r\n<ul>\r\n<li> How to Get off the Treadmill and Increase Your Productivity While Reducing Your Hours</li>\r\n<li>The Secret to Getting Higher Insurance Payouts from Insurance Providers</li>\r\n<li>How to Increase Accurate Diagnosis and Accelerate Healing</li>\r\n<li>New Revenue Streams that Improve Patient Outcomes and Increase Net Profit Margins </li>\r\n</ul>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19\"]\r\n\r\n<p style=\"text-align: center;\"><span style=\"color: #000000;\"><a href=\"https://www.diagnosticsforpt.com/terms-and-conditions/\" target=\"_blank\" rel=\"noopener\" style=\"color: #000000;\">| <strong>PRIVACY POLICY &amp; TERMS Of USE</strong> |</a></span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #000000;\"><span>Created by </span><span style=\"color: #ffffff;\"><strong><a href=\"http://www.innersurf.com/\" target=\"_blank\" rel=\"noopener\" style=\"color: #10233A;\">InnerSurf Online Solutions</a></strong></span></span></p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Landing Page', '', 'inherit', 'closed', 'closed', '', '5-revision-v1', '', '', '2019-02-02 09:00:44', '2019-02-02 09:00:44', '', 5, 'http://109.199.127.251/~fastacti/socialmediaspeakerlosangeles.com/2019/02/02/5-revision-v1/', 0, 'revision', '', 0),
(169, 1, '2019-02-02 09:01:52', '2019-02-02 09:01:52', '[et_pb_section bb_built=\"1\" _builder_version=\"3.19\" background_color=\"#c9c9c9\" custom_padding=\"0|0px|0|0px|false|false\"][et_pb_row custom_padding=\"||10px|0px\" custom_margin=\"||5px|0px\" _builder_version=\"3.19\" border_radii=\"|10px|10px|0px|0px\"][et_pb_column type=\"4_4\"][et_pb_image src=\"http://109.199.127.251/~fastacti/socialmediaspeakerlosangeles.com/wp-content/uploads/2019/02/header-logo-1.jpg\" show_bottom_space=\"off\" align=\"center\" _builder_version=\"3.19\" border_radii=\"|10px|10px|0px|0px\" box_shadow_style=\"preset1\" custom_margin=\"||0px|0px\" /][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"10px|20px|10px|20px\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#ffffff\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_image src=\"http://109.199.127.251/~fastacti/socialmediaspeakerlosangeles.com/wp-content/uploads/2019/02/slide1.jpg\" show_bottom_space=\"off\" align=\"center\" _builder_version=\"3.19\" custom_margin=\"||0px\" border_radii=\"on|5px|5px|5px|5px\" /][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"10px|20px|10px|20px\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#10243B\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#FFFFFF\" header_font_size=\"24px\"]\r\n\r\n<h1><span>Are You a Physical Therapist Eager to Improve Your Practice?</span></h1>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|15px|30px|false|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#ffffff\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19\" header_font=\"|800|||||||\" header_text_align=\"center\" header_text_color=\"#0183FC\"]\r\n\r\n<h1><span>How Would You Like To Achieve Better Patient Outcomes, Radically Differentiate Your Practice, And 5X Reimbursements In As Little As 90 Days?</span></h1>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|15px|30px|false|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#10243B\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#FFFFFF\" header_font_size=\"21px\"]\r\n\r\n<h1><span>Grab Details Now to The Revolution Taking Private Practice Physical Therapy By Storm</span></h1>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" _builder_version=\"3.19\" background_color=\"#ffffff\" box_shadow_style=\"preset1\"][et_pb_column type=\"3_5\"][et_pb_image src=\"data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTA4MCIgaGVpZ2h0PSI1NDAiIHZpZXdCb3g9IjAgMCAxMDgwIDU0MCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPHBhdGggZmlsbD0iI0VCRUJFQiIgZD0iTTAgMGgxMDgwdjU0MEgweiIvPgogICAgICAgIDxwYXRoIGQ9Ik00NDUuNjQ5IDU0MGgtOTguOTk1TDE0NC42NDkgMzM3Ljk5NSAwIDQ4Mi42NDR2LTk4Ljk5NWwxMTYuMzY1LTExNi4zNjVjMTUuNjItMTUuNjIgNDAuOTQ3LTE1LjYyIDU2LjU2OCAwTDQ0NS42NSA1NDB6IiBmaWxsLW9wYWNpdHk9Ii4xIiBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz4KICAgICAgICA8Y2lyY2xlIGZpbGwtb3BhY2l0eT0iLjA1IiBmaWxsPSIjMDAwIiBjeD0iMzMxIiBjeT0iMTQ4IiByPSI3MCIvPgogICAgICAgIDxwYXRoIGQ9Ik0xMDgwIDM3OXYxMTMuMTM3TDcyOC4xNjIgMTQwLjMgMzI4LjQ2MiA1NDBIMjE1LjMyNEw2OTkuODc4IDU1LjQ0NmMxNS42Mi0xNS42MiA0MC45NDgtMTUuNjIgNTYuNTY4IDBMMTA4MCAzNzl6IiBmaWxsLW9wYWNpdHk9Ii4yIiBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz4KICAgIDwvZz4KPC9zdmc+Cg==\" _builder_version=\"3.19\" max_width=\"50%\" module_alignment=\"center\" /][et_pb_text _builder_version=\"3.19\" text_font=\"||||||||\" text_text_color=\"#000000\" text_font_size=\"16px\" custom_padding=\"|||30px\"]\r\n\r\n<div>\r\n<p><strong>Are you feeling the squeeze of shrinking reimbursements from insurance carriers?</strong></p>\r\n<p>Have you ever felt overwhelmed by the ever-changing regulations that limit your profit potential and create more work for you?</p>\r\n<p><strong>Are you losing the battle for new patients from the increased competition of HOPTs and POPTs?</strong></p>\r\n<p>Are you struggling and finding it costlier to retain quality staff?</p>\r\n<p><strong>I know how you feel because at a time when we had 13 clinics (and were the 2nd largest private practice PT organization in NY), our reimbursements were slashed by 50% - 60% one after another. This new frontier of marketing, diagnosing and increased competition led me in search of solutions.</strong></p>\r\n<p>Hi, my name is Dr. Dimitrios Kostopoulos, DPT, MD, PhD, DSc, ECS and I’m board certified in Clinical Electrophysiology with over 26 years of clinical and private practice experience. It was from the obstacles I faced I was able to discover a technology that provided us with significantly greater profit margins and 5x - 10x more per patient visit. Once I had mastered this to a repeatable formula, I revealed the technology to other private practitioners who are gaining similar results.</p>\r\n<p><strong>I want to help you get the information you need in a format that fits your lifestyle which is why I’m offering a free download of our magazine called Diagnostics for PT</strong></p>\r\n<p><strong></strong></p>\r\n</div>\r\n<div>\r\n<p>To get started simply provide your name and email address and you’ll be sent directly to a download.</p>\r\n<p><strong>And best of all…. It’s free.</strong></p>\r\n<p>There is no cost to join, no contracts to sign, and no obligation to do anything except enjoy the free content I look forward to sharing with you.</p>\r\n<p>&nbsp;</p>\r\n</div>\r\n<div>\r\n<p>I want to ensure you have proven and real information from here on.</p>\r\n<p><strong>See you on the other side.</strong></p>\r\n<p><strong>Dr. Dimitrios Kostopoulos</strong></p>\r\n</div>\r\n<div><em>Helping Private Practice Owners Boom Your Business</em></div>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"2_5\"][et_pb_cta title=\"Grab Free Magazine Subscription\" button_url=\"#open-overlay\" button_text=\"Download Now\" module_id=\"overlay_unique_id_69\" _builder_version=\"3.19\" header_level=\"h1\" header_font=\"||||||||\" body_font=\"||||||||\" background_color=\"#0075B2\" border_radii=\"on|10px|10px|10px|10px\" custom_button=\"on\" button_text_size=\"26px\" button_text_color=\"#0C71C3\" button_bg_color=\"#ffffff\" button_border_width=\"0px\" button_border_radius=\"100px\" button_font=\"|700|||||||\" button_use_icon=\"off\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"5px\" box_shadow_vertical=\"5px\" box_shadow_style_button=\"preset2\" box_shadow_horizontal_button=\"0px\" box_shadow_vertical_button=\"0px\" custom_margin=\"|30px||\" custom_padding=\"|||\" box_shadow_color_button__hover_enabled=\"on\" box_shadow_color_button__hover=\"rgba(0,0,0,0.3)\" box_shadow_horizontal_button__hover_enabled=\"on\" box_shadow_horizontal_button__hover=\"0px\" box_shadow_blur_button__hover_enabled=\"on\" box_shadow_blur_button__hover=\"25px\" box_shadow_spread_button__hover_enabled=\"on\" box_shadow_spread_button__hover=\"10px\"]\r\n\r\n<p>\r\n<img src=\"http://quantumleaplife.com/handsondiagnostics.com/wp-content/uploads/2018/12/hods.jpg\" width=\"825\" height=\"1088\" alt=\"\" class=\"wp-image-27 alignnone size-full\" /></p>\r\n\r\n[/et_pb_cta][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|15px|30px|false|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#10243B\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#FFFFFF\" header_font_size=\"21px\"]\r\n\r\n<h1>You’ll Discover….</h1>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" _builder_version=\"3.19\" background_color=\"#ffffff\" border_radii=\"|||30px|30px\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19\" text_font=\"||||||||\" text_text_color=\"#000000\" text_font_size=\"16px\" custom_padding=\"|||30px\"]\r\n\r\n<ul>\r\n<li> How to Get off the Treadmill and Increase Your Productivity While Reducing Your Hours</li>\r\n<li>The Secret to Getting Higher Insurance Payouts from Insurance Providers</li>\r\n<li>How to Increase Accurate Diagnosis and Accelerate Healing</li>\r\n<li>New Revenue Streams that Improve Patient Outcomes and Increase Net Profit Margins </li>\r\n</ul>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19\"]\r\n\r\n<p style=\"text-align: center;\"><span style=\"color: #000000;\"><a href=\"https://www.diagnosticsforpt.com/terms-and-conditions/\" target=\"_blank\" rel=\"noopener\" style=\"color: #000000;\">| <strong>PRIVACY POLICY &amp; TERMS Of USE</strong> |</a></span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #000000;\"><span>Created by </span><span style=\"color: #ffffff;\"><strong><a href=\"http://www.innersurf.com/\" target=\"_blank\" rel=\"noopener\" style=\"color: #10233A;\">InnerSurf Online Solutions</a></strong></span></span></p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Landing Page', '', 'inherit', 'closed', 'closed', '', '5-revision-v1', '', '', '2019-02-02 09:01:52', '2019-02-02 09:01:52', '', 5, 'http://109.199.127.251/~fastacti/socialmediaspeakerlosangeles.com/2019/02/02/5-revision-v1/', 0, 'revision', '', 0),
(170, 1, '2019-02-02 09:02:51', '2019-02-02 09:02:51', '[et_pb_section bb_built=\"1\" _builder_version=\"3.19\" background_color=\"#c9c9c9\" custom_padding=\"0|0px|0|0px|false|false\"][et_pb_row custom_padding=\"||10px|0px\" custom_margin=\"|||0px\" _builder_version=\"3.19\" border_radii=\"|10px|10px|0px|0px\"][et_pb_column type=\"4_4\"][et_pb_image src=\"http://109.199.127.251/~fastacti/socialmediaspeakerlosangeles.com/wp-content/uploads/2019/02/header-logo-1.jpg\" show_bottom_space=\"off\" align=\"center\" _builder_version=\"3.19\" border_radii=\"|10px|10px|0px|0px\" box_shadow_style=\"preset1\" custom_margin=\"|||0px\" /][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"10px|20px|10px|20px\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#ffffff\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_image src=\"http://109.199.127.251/~fastacti/socialmediaspeakerlosangeles.com/wp-content/uploads/2019/02/slide1.jpg\" show_bottom_space=\"off\" align=\"center\" _builder_version=\"3.19\" custom_margin=\"||0px\" border_radii=\"on|5px|5px|5px|5px\" /][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"10px|20px|10px|20px\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#10243B\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#FFFFFF\" header_font_size=\"24px\"]\r\n\r\n<h1><span>Are You a Physical Therapist Eager to Improve Your Practice?</span></h1>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|15px|30px|false|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#ffffff\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19\" header_font=\"|800|||||||\" header_text_align=\"center\" header_text_color=\"#0183FC\"]\r\n\r\n<h1><span>How Would You Like To Achieve Better Patient Outcomes, Radically Differentiate Your Practice, And 5X Reimbursements In As Little As 90 Days?</span></h1>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|15px|30px|false|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#10243B\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#FFFFFF\" header_font_size=\"21px\"]\r\n\r\n<h1><span>Grab Details Now to The Revolution Taking Private Practice Physical Therapy By Storm</span></h1>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" _builder_version=\"3.19\" background_color=\"#ffffff\" box_shadow_style=\"preset1\"][et_pb_column type=\"3_5\"][et_pb_image src=\"data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTA4MCIgaGVpZ2h0PSI1NDAiIHZpZXdCb3g9IjAgMCAxMDgwIDU0MCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPHBhdGggZmlsbD0iI0VCRUJFQiIgZD0iTTAgMGgxMDgwdjU0MEgweiIvPgogICAgICAgIDxwYXRoIGQ9Ik00NDUuNjQ5IDU0MGgtOTguOTk1TDE0NC42NDkgMzM3Ljk5NSAwIDQ4Mi42NDR2LTk4Ljk5NWwxMTYuMzY1LTExNi4zNjVjMTUuNjItMTUuNjIgNDAuOTQ3LTE1LjYyIDU2LjU2OCAwTDQ0NS42NSA1NDB6IiBmaWxsLW9wYWNpdHk9Ii4xIiBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz4KICAgICAgICA8Y2lyY2xlIGZpbGwtb3BhY2l0eT0iLjA1IiBmaWxsPSIjMDAwIiBjeD0iMzMxIiBjeT0iMTQ4IiByPSI3MCIvPgogICAgICAgIDxwYXRoIGQ9Ik0xMDgwIDM3OXYxMTMuMTM3TDcyOC4xNjIgMTQwLjMgMzI4LjQ2MiA1NDBIMjE1LjMyNEw2OTkuODc4IDU1LjQ0NmMxNS42Mi0xNS42MiA0MC45NDgtMTUuNjIgNTYuNTY4IDBMMTA4MCAzNzl6IiBmaWxsLW9wYWNpdHk9Ii4yIiBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz4KICAgIDwvZz4KPC9zdmc+Cg==\" _builder_version=\"3.19\" max_width=\"50%\" module_alignment=\"center\" /][et_pb_text _builder_version=\"3.19\" text_font=\"||||||||\" text_text_color=\"#000000\" text_font_size=\"16px\" custom_padding=\"|||30px\"]\r\n\r\n<div>\r\n<p><strong>Are you feeling the squeeze of shrinking reimbursements from insurance carriers?</strong></p>\r\n<p>Have you ever felt overwhelmed by the ever-changing regulations that limit your profit potential and create more work for you?</p>\r\n<p><strong>Are you losing the battle for new patients from the increased competition of HOPTs and POPTs?</strong></p>\r\n<p>Are you struggling and finding it costlier to retain quality staff?</p>\r\n<p><strong>I know how you feel because at a time when we had 13 clinics (and were the 2nd largest private practice PT organization in NY), our reimbursements were slashed by 50% - 60% one after another. This new frontier of marketing, diagnosing and increased competition led me in search of solutions.</strong></p>\r\n<p>Hi, my name is Dr. Dimitrios Kostopoulos, DPT, MD, PhD, DSc, ECS and I’m board certified in Clinical Electrophysiology with over 26 years of clinical and private practice experience. It was from the obstacles I faced I was able to discover a technology that provided us with significantly greater profit margins and 5x - 10x more per patient visit. Once I had mastered this to a repeatable formula, I revealed the technology to other private practitioners who are gaining similar results.</p>\r\n<p><strong>I want to help you get the information you need in a format that fits your lifestyle which is why I’m offering a free download of our magazine called Diagnostics for PT</strong></p>\r\n<p><strong></strong></p>\r\n</div>\r\n<div>\r\n<p>To get started simply provide your name and email address and you’ll be sent directly to a download.</p>\r\n<p><strong>And best of all…. It’s free.</strong></p>\r\n<p>There is no cost to join, no contracts to sign, and no obligation to do anything except enjoy the free content I look forward to sharing with you.</p>\r\n<p>&nbsp;</p>\r\n</div>\r\n<div>\r\n<p>I want to ensure you have proven and real information from here on.</p>\r\n<p><strong>See you on the other side.</strong></p>\r\n<p><strong>Dr. Dimitrios Kostopoulos</strong></p>\r\n</div>\r\n<div><em>Helping Private Practice Owners Boom Your Business</em></div>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"2_5\"][et_pb_cta title=\"Grab Free Magazine Subscription\" button_url=\"#open-overlay\" button_text=\"Download Now\" module_id=\"overlay_unique_id_69\" _builder_version=\"3.19\" header_level=\"h1\" header_font=\"||||||||\" body_font=\"||||||||\" background_color=\"#0075B2\" border_radii=\"on|10px|10px|10px|10px\" custom_button=\"on\" button_text_size=\"26px\" button_text_color=\"#0C71C3\" button_bg_color=\"#ffffff\" button_border_width=\"0px\" button_border_radius=\"100px\" button_font=\"|700|||||||\" button_use_icon=\"off\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"5px\" box_shadow_vertical=\"5px\" box_shadow_style_button=\"preset2\" box_shadow_horizontal_button=\"0px\" box_shadow_vertical_button=\"0px\" custom_margin=\"|30px||\" custom_padding=\"|||\" box_shadow_color_button__hover_enabled=\"on\" box_shadow_color_button__hover=\"rgba(0,0,0,0.3)\" box_shadow_horizontal_button__hover_enabled=\"on\" box_shadow_horizontal_button__hover=\"0px\" box_shadow_blur_button__hover_enabled=\"on\" box_shadow_blur_button__hover=\"25px\" box_shadow_spread_button__hover_enabled=\"on\" box_shadow_spread_button__hover=\"10px\"]\r\n\r\n<p>\r\n<img src=\"http://quantumleaplife.com/handsondiagnostics.com/wp-content/uploads/2018/12/hods.jpg\" width=\"825\" height=\"1088\" alt=\"\" class=\"wp-image-27 alignnone size-full\" /></p>\r\n\r\n[/et_pb_cta][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|15px|30px|false|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#10243B\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#FFFFFF\" header_font_size=\"21px\"]\r\n\r\n<h1>You’ll Discover….</h1>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" _builder_version=\"3.19\" background_color=\"#ffffff\" border_radii=\"|||30px|30px\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19\" text_font=\"||||||||\" text_text_color=\"#000000\" text_font_size=\"16px\" custom_padding=\"|||30px\"]\r\n\r\n<ul>\r\n<li> How to Get off the Treadmill and Increase Your Productivity While Reducing Your Hours</li>\r\n<li>The Secret to Getting Higher Insurance Payouts from Insurance Providers</li>\r\n<li>How to Increase Accurate Diagnosis and Accelerate Healing</li>\r\n<li>New Revenue Streams that Improve Patient Outcomes and Increase Net Profit Margins </li>\r\n</ul>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19\"]\r\n\r\n<p style=\"text-align: center;\"><span style=\"color: #000000;\"><a href=\"https://www.diagnosticsforpt.com/terms-and-conditions/\" target=\"_blank\" rel=\"noopener\" style=\"color: #000000;\">| <strong>PRIVACY POLICY &amp; TERMS Of USE</strong> |</a></span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #000000;\"><span>Created by </span><span style=\"color: #ffffff;\"><strong><a href=\"http://www.innersurf.com/\" target=\"_blank\" rel=\"noopener\" style=\"color: #10233A;\">InnerSurf Online Solutions</a></strong></span></span></p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Landing Page', '', 'inherit', 'closed', 'closed', '', '5-revision-v1', '', '', '2019-02-02 09:02:51', '2019-02-02 09:02:51', '', 5, 'http://109.199.127.251/~fastacti/socialmediaspeakerlosangeles.com/2019/02/02/5-revision-v1/', 0, 'revision', '', 0),
(171, 1, '2019-02-02 09:03:22', '2019-02-02 09:03:22', '[et_pb_section bb_built=\"1\" _builder_version=\"3.19\" background_color=\"#c9c9c9\" custom_padding=\"0|0px|0|0px|false|false\"][et_pb_row custom_padding=\"|||0px\" custom_margin=\"|||0px\" _builder_version=\"3.19\" border_radii=\"|10px|10px|0px|0px\"][et_pb_column type=\"4_4\"][et_pb_image src=\"http://109.199.127.251/~fastacti/socialmediaspeakerlosangeles.com/wp-content/uploads/2019/02/header-logo-1.jpg\" show_bottom_space=\"off\" align=\"center\" _builder_version=\"3.19\" border_radii=\"|10px|10px|0px|0px\" box_shadow_style=\"preset1\" custom_margin=\"|||0px\" /][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"10px|20px|10px|20px\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#ffffff\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_image src=\"http://109.199.127.251/~fastacti/socialmediaspeakerlosangeles.com/wp-content/uploads/2019/02/slide1.jpg\" show_bottom_space=\"off\" align=\"center\" _builder_version=\"3.19\" custom_margin=\"||0px\" border_radii=\"on|5px|5px|5px|5px\" /][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"10px|20px|10px|20px\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#10243B\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#FFFFFF\" header_font_size=\"24px\"]\r\n\r\n<h1><span>Are You a Physical Therapist Eager to Improve Your Practice?</span></h1>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|15px|30px|false|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#ffffff\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19\" header_font=\"|800|||||||\" header_text_align=\"center\" header_text_color=\"#0183FC\"]\r\n\r\n<h1><span>How Would You Like To Achieve Better Patient Outcomes, Radically Differentiate Your Practice, And 5X Reimbursements In As Little As 90 Days?</span></h1>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|15px|30px|false|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#10243B\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#FFFFFF\" header_font_size=\"21px\"]\r\n\r\n<h1><span>Grab Details Now to The Revolution Taking Private Practice Physical Therapy By Storm</span></h1>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" _builder_version=\"3.19\" background_color=\"#ffffff\" box_shadow_style=\"preset1\"][et_pb_column type=\"3_5\"][et_pb_image src=\"data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTA4MCIgaGVpZ2h0PSI1NDAiIHZpZXdCb3g9IjAgMCAxMDgwIDU0MCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPHBhdGggZmlsbD0iI0VCRUJFQiIgZD0iTTAgMGgxMDgwdjU0MEgweiIvPgogICAgICAgIDxwYXRoIGQ9Ik00NDUuNjQ5IDU0MGgtOTguOTk1TDE0NC42NDkgMzM3Ljk5NSAwIDQ4Mi42NDR2LTk4Ljk5NWwxMTYuMzY1LTExNi4zNjVjMTUuNjItMTUuNjIgNDAuOTQ3LTE1LjYyIDU2LjU2OCAwTDQ0NS42NSA1NDB6IiBmaWxsLW9wYWNpdHk9Ii4xIiBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz4KICAgICAgICA8Y2lyY2xlIGZpbGwtb3BhY2l0eT0iLjA1IiBmaWxsPSIjMDAwIiBjeD0iMzMxIiBjeT0iMTQ4IiByPSI3MCIvPgogICAgICAgIDxwYXRoIGQ9Ik0xMDgwIDM3OXYxMTMuMTM3TDcyOC4xNjIgMTQwLjMgMzI4LjQ2MiA1NDBIMjE1LjMyNEw2OTkuODc4IDU1LjQ0NmMxNS42Mi0xNS42MiA0MC45NDgtMTUuNjIgNTYuNTY4IDBMMTA4MCAzNzl6IiBmaWxsLW9wYWNpdHk9Ii4yIiBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz4KICAgIDwvZz4KPC9zdmc+Cg==\" _builder_version=\"3.19\" max_width=\"50%\" module_alignment=\"center\" /][et_pb_text _builder_version=\"3.19\" text_font=\"||||||||\" text_text_color=\"#000000\" text_font_size=\"16px\" custom_padding=\"|||30px\"]\r\n\r\n<div>\r\n<p><strong>Are you feeling the squeeze of shrinking reimbursements from insurance carriers?</strong></p>\r\n<p>Have you ever felt overwhelmed by the ever-changing regulations that limit your profit potential and create more work for you?</p>\r\n<p><strong>Are you losing the battle for new patients from the increased competition of HOPTs and POPTs?</strong></p>\r\n<p>Are you struggling and finding it costlier to retain quality staff?</p>\r\n<p><strong>I know how you feel because at a time when we had 13 clinics (and were the 2nd largest private practice PT organization in NY), our reimbursements were slashed by 50% - 60% one after another. This new frontier of marketing, diagnosing and increased competition led me in search of solutions.</strong></p>\r\n<p>Hi, my name is Dr. Dimitrios Kostopoulos, DPT, MD, PhD, DSc, ECS and I’m board certified in Clinical Electrophysiology with over 26 years of clinical and private practice experience. It was from the obstacles I faced I was able to discover a technology that provided us with significantly greater profit margins and 5x - 10x more per patient visit. Once I had mastered this to a repeatable formula, I revealed the technology to other private practitioners who are gaining similar results.</p>\r\n<p><strong>I want to help you get the information you need in a format that fits your lifestyle which is why I’m offering a free download of our magazine called Diagnostics for PT</strong></p>\r\n<p><strong></strong></p>\r\n</div>\r\n<div>\r\n<p>To get started simply provide your name and email address and you’ll be sent directly to a download.</p>\r\n<p><strong>And best of all…. It’s free.</strong></p>\r\n<p>There is no cost to join, no contracts to sign, and no obligation to do anything except enjoy the free content I look forward to sharing with you.</p>\r\n<p>&nbsp;</p>\r\n</div>\r\n<div>\r\n<p>I want to ensure you have proven and real information from here on.</p>\r\n<p><strong>See you on the other side.</strong></p>\r\n<p><strong>Dr. Dimitrios Kostopoulos</strong></p>\r\n</div>\r\n<div><em>Helping Private Practice Owners Boom Your Business</em></div>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"2_5\"][et_pb_cta title=\"Grab Free Magazine Subscription\" button_url=\"#open-overlay\" button_text=\"Download Now\" module_id=\"overlay_unique_id_69\" _builder_version=\"3.19\" header_level=\"h1\" header_font=\"||||||||\" body_font=\"||||||||\" background_color=\"#0075B2\" border_radii=\"on|10px|10px|10px|10px\" custom_button=\"on\" button_text_size=\"26px\" button_text_color=\"#0C71C3\" button_bg_color=\"#ffffff\" button_border_width=\"0px\" button_border_radius=\"100px\" button_font=\"|700|||||||\" button_use_icon=\"off\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"5px\" box_shadow_vertical=\"5px\" box_shadow_style_button=\"preset2\" box_shadow_horizontal_button=\"0px\" box_shadow_vertical_button=\"0px\" custom_margin=\"|30px||\" custom_padding=\"|||\" box_shadow_color_button__hover_enabled=\"on\" box_shadow_color_button__hover=\"rgba(0,0,0,0.3)\" box_shadow_horizontal_button__hover_enabled=\"on\" box_shadow_horizontal_button__hover=\"0px\" box_shadow_blur_button__hover_enabled=\"on\" box_shadow_blur_button__hover=\"25px\" box_shadow_spread_button__hover_enabled=\"on\" box_shadow_spread_button__hover=\"10px\"]\r\n\r\n<p>\r\n<img src=\"http://quantumleaplife.com/handsondiagnostics.com/wp-content/uploads/2018/12/hods.jpg\" width=\"825\" height=\"1088\" alt=\"\" class=\"wp-image-27 alignnone size-full\" /></p>\r\n\r\n[/et_pb_cta][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|15px|30px|false|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#10243B\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#FFFFFF\" header_font_size=\"21px\"]\r\n\r\n<h1>You’ll Discover….</h1>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" _builder_version=\"3.19\" background_color=\"#ffffff\" border_radii=\"|||30px|30px\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19\" text_font=\"||||||||\" text_text_color=\"#000000\" text_font_size=\"16px\" custom_padding=\"|||30px\"]\r\n\r\n<ul>\r\n<li> How to Get off the Treadmill and Increase Your Productivity While Reducing Your Hours</li>\r\n<li>The Secret to Getting Higher Insurance Payouts from Insurance Providers</li>\r\n<li>How to Increase Accurate Diagnosis and Accelerate Healing</li>\r\n<li>New Revenue Streams that Improve Patient Outcomes and Increase Net Profit Margins </li>\r\n</ul>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19\"]\r\n\r\n<p style=\"text-align: center;\"><span style=\"color: #000000;\"><a href=\"https://www.diagnosticsforpt.com/terms-and-conditions/\" target=\"_blank\" rel=\"noopener\" style=\"color: #000000;\">| <strong>PRIVACY POLICY &amp; TERMS Of USE</strong> |</a></span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #000000;\"><span>Created by </span><span style=\"color: #ffffff;\"><strong><a href=\"http://www.innersurf.com/\" target=\"_blank\" rel=\"noopener\" style=\"color: #10233A;\">InnerSurf Online Solutions</a></strong></span></span></p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Landing Page', '', 'inherit', 'closed', 'closed', '', '5-revision-v1', '', '', '2019-02-02 09:03:22', '2019-02-02 09:03:22', '', 5, 'http://109.199.127.251/~fastacti/socialmediaspeakerlosangeles.com/2019/02/02/5-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(172, 1, '2019-02-02 09:04:35', '2019-02-02 09:04:35', '[et_pb_section bb_built=\"1\" _builder_version=\"3.19\" background_color=\"#c9c9c9\" custom_padding=\"0|0px|0|0px|false|false\"][et_pb_row custom_padding=\"|||0px\" custom_margin=\"|||0px\" _builder_version=\"3.19\" border_radii=\"|10px|10px|0px|0px\"][et_pb_column type=\"4_4\"][et_pb_image src=\"http://109.199.127.251/~fastacti/socialmediaspeakerlosangeles.com/wp-content/uploads/2019/02/header-logo-1.jpg\" show_bottom_space=\"off\" align=\"center\" _builder_version=\"3.19\" border_radii=\"|10px|10px|0px|0px\" box_shadow_style=\"preset1\" custom_margin_last_edited=\"on|desktop\" /][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"10px|20px|10px|20px\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#ffffff\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_image src=\"http://109.199.127.251/~fastacti/socialmediaspeakerlosangeles.com/wp-content/uploads/2019/02/slide1.jpg\" show_bottom_space=\"off\" align=\"center\" _builder_version=\"3.19\" custom_margin=\"||0px\" border_radii=\"on|5px|5px|5px|5px\" /][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"10px|20px|10px|20px\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#10243B\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#FFFFFF\" header_font_size=\"24px\"]\r\n\r\n<h1><span>Are You a Physical Therapist Eager to Improve Your Practice?</span></h1>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|15px|30px|false|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#ffffff\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19\" header_font=\"|800|||||||\" header_text_align=\"center\" header_text_color=\"#0183FC\"]\r\n\r\n<h1><span>How Would You Like To Achieve Better Patient Outcomes, Radically Differentiate Your Practice, And 5X Reimbursements In As Little As 90 Days?</span></h1>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|15px|30px|false|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#10243B\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#FFFFFF\" header_font_size=\"21px\"]\r\n\r\n<h1><span>Grab Details Now to The Revolution Taking Private Practice Physical Therapy By Storm</span></h1>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" _builder_version=\"3.19\" background_color=\"#ffffff\" box_shadow_style=\"preset1\"][et_pb_column type=\"3_5\"][et_pb_image src=\"data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTA4MCIgaGVpZ2h0PSI1NDAiIHZpZXdCb3g9IjAgMCAxMDgwIDU0MCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPHBhdGggZmlsbD0iI0VCRUJFQiIgZD0iTTAgMGgxMDgwdjU0MEgweiIvPgogICAgICAgIDxwYXRoIGQ9Ik00NDUuNjQ5IDU0MGgtOTguOTk1TDE0NC42NDkgMzM3Ljk5NSAwIDQ4Mi42NDR2LTk4Ljk5NWwxMTYuMzY1LTExNi4zNjVjMTUuNjItMTUuNjIgNDAuOTQ3LTE1LjYyIDU2LjU2OCAwTDQ0NS42NSA1NDB6IiBmaWxsLW9wYWNpdHk9Ii4xIiBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz4KICAgICAgICA8Y2lyY2xlIGZpbGwtb3BhY2l0eT0iLjA1IiBmaWxsPSIjMDAwIiBjeD0iMzMxIiBjeT0iMTQ4IiByPSI3MCIvPgogICAgICAgIDxwYXRoIGQ9Ik0xMDgwIDM3OXYxMTMuMTM3TDcyOC4xNjIgMTQwLjMgMzI4LjQ2MiA1NDBIMjE1LjMyNEw2OTkuODc4IDU1LjQ0NmMxNS42Mi0xNS42MiA0MC45NDgtMTUuNjIgNTYuNTY4IDBMMTA4MCAzNzl6IiBmaWxsLW9wYWNpdHk9Ii4yIiBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz4KICAgIDwvZz4KPC9zdmc+Cg==\" _builder_version=\"3.19\" max_width=\"50%\" module_alignment=\"center\" /][et_pb_text _builder_version=\"3.19\" text_font=\"||||||||\" text_text_color=\"#000000\" text_font_size=\"16px\" custom_padding=\"|||30px\"]\r\n\r\n<div>\r\n<p><strong>Are you feeling the squeeze of shrinking reimbursements from insurance carriers?</strong></p>\r\n<p>Have you ever felt overwhelmed by the ever-changing regulations that limit your profit potential and create more work for you?</p>\r\n<p><strong>Are you losing the battle for new patients from the increased competition of HOPTs and POPTs?</strong></p>\r\n<p>Are you struggling and finding it costlier to retain quality staff?</p>\r\n<p><strong>I know how you feel because at a time when we had 13 clinics (and were the 2nd largest private practice PT organization in NY), our reimbursements were slashed by 50% - 60% one after another. This new frontier of marketing, diagnosing and increased competition led me in search of solutions.</strong></p>\r\n<p>Hi, my name is Dr. Dimitrios Kostopoulos, DPT, MD, PhD, DSc, ECS and I’m board certified in Clinical Electrophysiology with over 26 years of clinical and private practice experience. It was from the obstacles I faced I was able to discover a technology that provided us with significantly greater profit margins and 5x - 10x more per patient visit. Once I had mastered this to a repeatable formula, I revealed the technology to other private practitioners who are gaining similar results.</p>\r\n<p><strong>I want to help you get the information you need in a format that fits your lifestyle which is why I’m offering a free download of our magazine called Diagnostics for PT</strong></p>\r\n<p><strong></strong></p>\r\n</div>\r\n<div>\r\n<p>To get started simply provide your name and email address and you’ll be sent directly to a download.</p>\r\n<p><strong>And best of all…. It’s free.</strong></p>\r\n<p>There is no cost to join, no contracts to sign, and no obligation to do anything except enjoy the free content I look forward to sharing with you.</p>\r\n<p>&nbsp;</p>\r\n</div>\r\n<div>\r\n<p>I want to ensure you have proven and real information from here on.</p>\r\n<p><strong>See you on the other side.</strong></p>\r\n<p><strong>Dr. Dimitrios Kostopoulos</strong></p>\r\n</div>\r\n<div><em>Helping Private Practice Owners Boom Your Business</em></div>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"2_5\"][et_pb_cta title=\"Grab Free Magazine Subscription\" button_url=\"#open-overlay\" button_text=\"Download Now\" module_id=\"overlay_unique_id_69\" _builder_version=\"3.19\" header_level=\"h1\" header_font=\"||||||||\" body_font=\"||||||||\" background_color=\"#0075B2\" border_radii=\"on|10px|10px|10px|10px\" custom_button=\"on\" button_text_size=\"26px\" button_text_color=\"#0C71C3\" button_bg_color=\"#ffffff\" button_border_width=\"0px\" button_border_radius=\"100px\" button_font=\"|700|||||||\" button_use_icon=\"off\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"5px\" box_shadow_vertical=\"5px\" box_shadow_style_button=\"preset2\" box_shadow_horizontal_button=\"0px\" box_shadow_vertical_button=\"0px\" custom_margin=\"|30px||\" custom_padding=\"|||\" box_shadow_color_button__hover_enabled=\"on\" box_shadow_color_button__hover=\"rgba(0,0,0,0.3)\" box_shadow_horizontal_button__hover_enabled=\"on\" box_shadow_horizontal_button__hover=\"0px\" box_shadow_blur_button__hover_enabled=\"on\" box_shadow_blur_button__hover=\"25px\" box_shadow_spread_button__hover_enabled=\"on\" box_shadow_spread_button__hover=\"10px\"]\r\n\r\n<p>\r\n<img src=\"http://quantumleaplife.com/handsondiagnostics.com/wp-content/uploads/2018/12/hods.jpg\" width=\"825\" height=\"1088\" alt=\"\" class=\"wp-image-27 alignnone size-full\" /></p>\r\n\r\n[/et_pb_cta][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|15px|30px|false|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#10243B\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#FFFFFF\" header_font_size=\"21px\"]\r\n\r\n<h1>You’ll Discover….</h1>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" _builder_version=\"3.19\" background_color=\"#ffffff\" border_radii=\"|||30px|30px\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19\" text_font=\"||||||||\" text_text_color=\"#000000\" text_font_size=\"16px\" custom_padding=\"|||30px\"]\r\n\r\n<ul>\r\n<li> How to Get off the Treadmill and Increase Your Productivity While Reducing Your Hours</li>\r\n<li>The Secret to Getting Higher Insurance Payouts from Insurance Providers</li>\r\n<li>How to Increase Accurate Diagnosis and Accelerate Healing</li>\r\n<li>New Revenue Streams that Improve Patient Outcomes and Increase Net Profit Margins </li>\r\n</ul>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19\"]\r\n\r\n<p style=\"text-align: center;\"><span style=\"color: #000000;\"><a href=\"https://www.diagnosticsforpt.com/terms-and-conditions/\" target=\"_blank\" rel=\"noopener\" style=\"color: #000000;\">| <strong>PRIVACY POLICY &amp; TERMS Of USE</strong> |</a></span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #000000;\"><span>Created by </span><span style=\"color: #ffffff;\"><strong><a href=\"http://www.innersurf.com/\" target=\"_blank\" rel=\"noopener\" style=\"color: #10233A;\">InnerSurf Online Solutions</a></strong></span></span></p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Landing Page', '', 'inherit', 'closed', 'closed', '', '5-revision-v1', '', '', '2019-02-02 09:04:35', '2019-02-02 09:04:35', '', 5, 'http://109.199.127.251/~fastacti/socialmediaspeakerlosangeles.com/2019/02/02/5-revision-v1/', 0, 'revision', '', 0),
(173, 1, '2019-02-02 09:05:52', '2019-02-02 09:05:52', '[et_pb_section bb_built=\"1\" _builder_version=\"3.19\" background_color=\"#c9c9c9\" custom_padding=\"0|0px|0|0px|false|false\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"5px|20px|0px|20px\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#ffffff\" box_shadow_style=\"preset1\" border_radii=\"|10px|10px|0px|0px\"][et_pb_column type=\"4_4\"][et_pb_image src=\"http://109.199.127.251/~fastacti/socialmediaspeakerlosangeles.com/wp-content/uploads/2019/02/slide1.jpg\" show_bottom_space=\"off\" align=\"center\" _builder_version=\"3.19\" custom_margin=\"||0px\" border_radii=\"on|5px|5px|5px|5px\" /][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"10px|20px|10px|20px\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#ffffff\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_image src=\"http://109.199.127.251/~fastacti/socialmediaspeakerlosangeles.com/wp-content/uploads/2019/02/slide1.jpg\" show_bottom_space=\"off\" align=\"center\" _builder_version=\"3.19\" custom_margin=\"||0px\" border_radii=\"on|5px|5px|5px|5px\" /][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"10px|20px|10px|20px\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#10243B\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#FFFFFF\" header_font_size=\"24px\"]\r\n\r\n<h1><span>Are You a Physical Therapist Eager to Improve Your Practice?</span></h1>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|15px|30px|false|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#ffffff\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19\" header_font=\"|800|||||||\" header_text_align=\"center\" header_text_color=\"#0183FC\"]\r\n\r\n<h1><span>How Would You Like To Achieve Better Patient Outcomes, Radically Differentiate Your Practice, And 5X Reimbursements In As Little As 90 Days?</span></h1>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|15px|30px|false|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#10243B\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#FFFFFF\" header_font_size=\"21px\"]\r\n\r\n<h1><span>Grab Details Now to The Revolution Taking Private Practice Physical Therapy By Storm</span></h1>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" _builder_version=\"3.19\" background_color=\"#ffffff\" box_shadow_style=\"preset1\"][et_pb_column type=\"3_5\"][et_pb_image src=\"data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTA4MCIgaGVpZ2h0PSI1NDAiIHZpZXdCb3g9IjAgMCAxMDgwIDU0MCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPHBhdGggZmlsbD0iI0VCRUJFQiIgZD0iTTAgMGgxMDgwdjU0MEgweiIvPgogICAgICAgIDxwYXRoIGQ9Ik00NDUuNjQ5IDU0MGgtOTguOTk1TDE0NC42NDkgMzM3Ljk5NSAwIDQ4Mi42NDR2LTk4Ljk5NWwxMTYuMzY1LTExNi4zNjVjMTUuNjItMTUuNjIgNDAuOTQ3LTE1LjYyIDU2LjU2OCAwTDQ0NS42NSA1NDB6IiBmaWxsLW9wYWNpdHk9Ii4xIiBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz4KICAgICAgICA8Y2lyY2xlIGZpbGwtb3BhY2l0eT0iLjA1IiBmaWxsPSIjMDAwIiBjeD0iMzMxIiBjeT0iMTQ4IiByPSI3MCIvPgogICAgICAgIDxwYXRoIGQ9Ik0xMDgwIDM3OXYxMTMuMTM3TDcyOC4xNjIgMTQwLjMgMzI4LjQ2MiA1NDBIMjE1LjMyNEw2OTkuODc4IDU1LjQ0NmMxNS42Mi0xNS42MiA0MC45NDgtMTUuNjIgNTYuNTY4IDBMMTA4MCAzNzl6IiBmaWxsLW9wYWNpdHk9Ii4yIiBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz4KICAgIDwvZz4KPC9zdmc+Cg==\" _builder_version=\"3.19\" max_width=\"50%\" module_alignment=\"center\" /][et_pb_text _builder_version=\"3.19\" text_font=\"||||||||\" text_text_color=\"#000000\" text_font_size=\"16px\" custom_padding=\"|||30px\"]\r\n\r\n<div>\r\n<p><strong>Are you feeling the squeeze of shrinking reimbursements from insurance carriers?</strong></p>\r\n<p>Have you ever felt overwhelmed by the ever-changing regulations that limit your profit potential and create more work for you?</p>\r\n<p><strong>Are you losing the battle for new patients from the increased competition of HOPTs and POPTs?</strong></p>\r\n<p>Are you struggling and finding it costlier to retain quality staff?</p>\r\n<p><strong>I know how you feel because at a time when we had 13 clinics (and were the 2nd largest private practice PT organization in NY), our reimbursements were slashed by 50% - 60% one after another. This new frontier of marketing, diagnosing and increased competition led me in search of solutions.</strong></p>\r\n<p>Hi, my name is Dr. Dimitrios Kostopoulos, DPT, MD, PhD, DSc, ECS and I’m board certified in Clinical Electrophysiology with over 26 years of clinical and private practice experience. It was from the obstacles I faced I was able to discover a technology that provided us with significantly greater profit margins and 5x - 10x more per patient visit. Once I had mastered this to a repeatable formula, I revealed the technology to other private practitioners who are gaining similar results.</p>\r\n<p><strong>I want to help you get the information you need in a format that fits your lifestyle which is why I’m offering a free download of our magazine called Diagnostics for PT</strong></p>\r\n<p><strong></strong></p>\r\n</div>\r\n<div>\r\n<p>To get started simply provide your name and email address and you’ll be sent directly to a download.</p>\r\n<p><strong>And best of all…. It’s free.</strong></p>\r\n<p>There is no cost to join, no contracts to sign, and no obligation to do anything except enjoy the free content I look forward to sharing with you.</p>\r\n<p>&nbsp;</p>\r\n</div>\r\n<div>\r\n<p>I want to ensure you have proven and real information from here on.</p>\r\n<p><strong>See you on the other side.</strong></p>\r\n<p><strong>Dr. Dimitrios Kostopoulos</strong></p>\r\n</div>\r\n<div><em>Helping Private Practice Owners Boom Your Business</em></div>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"2_5\"][et_pb_cta title=\"Grab Free Magazine Subscription\" button_url=\"#open-overlay\" button_text=\"Download Now\" module_id=\"overlay_unique_id_69\" _builder_version=\"3.19\" header_level=\"h1\" header_font=\"||||||||\" body_font=\"||||||||\" background_color=\"#0075B2\" border_radii=\"on|10px|10px|10px|10px\" custom_button=\"on\" button_text_size=\"26px\" button_text_color=\"#0C71C3\" button_bg_color=\"#ffffff\" button_border_width=\"0px\" button_border_radius=\"100px\" button_font=\"|700|||||||\" button_use_icon=\"off\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"5px\" box_shadow_vertical=\"5px\" box_shadow_style_button=\"preset2\" box_shadow_horizontal_button=\"0px\" box_shadow_vertical_button=\"0px\" custom_margin=\"|30px||\" custom_padding=\"|||\" box_shadow_color_button__hover_enabled=\"on\" box_shadow_color_button__hover=\"rgba(0,0,0,0.3)\" box_shadow_horizontal_button__hover_enabled=\"on\" box_shadow_horizontal_button__hover=\"0px\" box_shadow_blur_button__hover_enabled=\"on\" box_shadow_blur_button__hover=\"25px\" box_shadow_spread_button__hover_enabled=\"on\" box_shadow_spread_button__hover=\"10px\"]\r\n\r\n<p>\r\n<img src=\"http://quantumleaplife.com/handsondiagnostics.com/wp-content/uploads/2018/12/hods.jpg\" width=\"825\" height=\"1088\" alt=\"\" class=\"wp-image-27 alignnone size-full\" /></p>\r\n\r\n[/et_pb_cta][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|15px|30px|false|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#10243B\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#FFFFFF\" header_font_size=\"21px\"]\r\n\r\n<h1>You’ll Discover….</h1>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" _builder_version=\"3.19\" background_color=\"#ffffff\" border_radii=\"|||30px|30px\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19\" text_font=\"||||||||\" text_text_color=\"#000000\" text_font_size=\"16px\" custom_padding=\"|||30px\"]\r\n\r\n<ul>\r\n<li> How to Get off the Treadmill and Increase Your Productivity While Reducing Your Hours</li>\r\n<li>The Secret to Getting Higher Insurance Payouts from Insurance Providers</li>\r\n<li>How to Increase Accurate Diagnosis and Accelerate Healing</li>\r\n<li>New Revenue Streams that Improve Patient Outcomes and Increase Net Profit Margins </li>\r\n</ul>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19\"]\r\n\r\n<p style=\"text-align: center;\"><span style=\"color: #000000;\"><a href=\"https://www.diagnosticsforpt.com/terms-and-conditions/\" target=\"_blank\" rel=\"noopener\" style=\"color: #000000;\">| <strong>PRIVACY POLICY &amp; TERMS Of USE</strong> |</a></span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #000000;\"><span>Created by </span><span style=\"color: #ffffff;\"><strong><a href=\"http://www.innersurf.com/\" target=\"_blank\" rel=\"noopener\" style=\"color: #10233A;\">InnerSurf Online Solutions</a></strong></span></span></p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Landing Page', '', 'inherit', 'closed', 'closed', '', '5-revision-v1', '', '', '2019-02-02 09:05:52', '2019-02-02 09:05:52', '', 5, 'http://109.199.127.251/~fastacti/socialmediaspeakerlosangeles.com/2019/02/02/5-revision-v1/', 0, 'revision', '', 0),
(174, 1, '2019-02-02 09:07:03', '2019-02-02 09:07:03', '[et_pb_section bb_built=\"1\" _builder_version=\"3.19\" background_color=\"#c9c9c9\" custom_padding=\"0|0px|0|0px|false|false\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#ffffff\" box_shadow_style=\"preset1\" border_radii=\"|10px|10px|0px|0px\"][et_pb_column type=\"4_4\"][et_pb_image src=\"http://109.199.127.251/~fastacti/socialmediaspeakerlosangeles.com/wp-content/uploads/2019/02/slide1.jpg\" show_bottom_space=\"off\" align=\"center\" _builder_version=\"3.19\" custom_margin=\"||0px\" border_radii=\"on|5px|5px|5px|5px\" /][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"10px|20px|10px|20px\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#ffffff\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_image src=\"http://109.199.127.251/~fastacti/socialmediaspeakerlosangeles.com/wp-content/uploads/2019/02/slide1.jpg\" show_bottom_space=\"off\" align=\"center\" _builder_version=\"3.19\" custom_margin=\"||0px\" border_radii=\"on|5px|5px|5px|5px\" /][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"10px|20px|10px|20px\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#10243B\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#FFFFFF\" header_font_size=\"24px\"]\r\n\r\n<h1><span>Are You a Physical Therapist Eager to Improve Your Practice?</span></h1>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|15px|30px|false|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#ffffff\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19\" header_font=\"|800|||||||\" header_text_align=\"center\" header_text_color=\"#0183FC\"]\r\n\r\n<h1><span>How Would You Like To Achieve Better Patient Outcomes, Radically Differentiate Your Practice, And 5X Reimbursements In As Little As 90 Days?</span></h1>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|15px|30px|false|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#10243B\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#FFFFFF\" header_font_size=\"21px\"]\r\n\r\n<h1><span>Grab Details Now to The Revolution Taking Private Practice Physical Therapy By Storm</span></h1>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" _builder_version=\"3.19\" background_color=\"#ffffff\" box_shadow_style=\"preset1\"][et_pb_column type=\"3_5\"][et_pb_image src=\"data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTA4MCIgaGVpZ2h0PSI1NDAiIHZpZXdCb3g9IjAgMCAxMDgwIDU0MCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPHBhdGggZmlsbD0iI0VCRUJFQiIgZD0iTTAgMGgxMDgwdjU0MEgweiIvPgogICAgICAgIDxwYXRoIGQ9Ik00NDUuNjQ5IDU0MGgtOTguOTk1TDE0NC42NDkgMzM3Ljk5NSAwIDQ4Mi42NDR2LTk4Ljk5NWwxMTYuMzY1LTExNi4zNjVjMTUuNjItMTUuNjIgNDAuOTQ3LTE1LjYyIDU2LjU2OCAwTDQ0NS42NSA1NDB6IiBmaWxsLW9wYWNpdHk9Ii4xIiBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz4KICAgICAgICA8Y2lyY2xlIGZpbGwtb3BhY2l0eT0iLjA1IiBmaWxsPSIjMDAwIiBjeD0iMzMxIiBjeT0iMTQ4IiByPSI3MCIvPgogICAgICAgIDxwYXRoIGQ9Ik0xMDgwIDM3OXYxMTMuMTM3TDcyOC4xNjIgMTQwLjMgMzI4LjQ2MiA1NDBIMjE1LjMyNEw2OTkuODc4IDU1LjQ0NmMxNS42Mi0xNS42MiA0MC45NDgtMTUuNjIgNTYuNTY4IDBMMTA4MCAzNzl6IiBmaWxsLW9wYWNpdHk9Ii4yIiBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz4KICAgIDwvZz4KPC9zdmc+Cg==\" _builder_version=\"3.19\" max_width=\"50%\" module_alignment=\"center\" /][et_pb_text _builder_version=\"3.19\" text_font=\"||||||||\" text_text_color=\"#000000\" text_font_size=\"16px\" custom_padding=\"|||30px\"]\r\n\r\n<div>\r\n<p><strong>Are you feeling the squeeze of shrinking reimbursements from insurance carriers?</strong></p>\r\n<p>Have you ever felt overwhelmed by the ever-changing regulations that limit your profit potential and create more work for you?</p>\r\n<p><strong>Are you losing the battle for new patients from the increased competition of HOPTs and POPTs?</strong></p>\r\n<p>Are you struggling and finding it costlier to retain quality staff?</p>\r\n<p><strong>I know how you feel because at a time when we had 13 clinics (and were the 2nd largest private practice PT organization in NY), our reimbursements were slashed by 50% - 60% one after another. This new frontier of marketing, diagnosing and increased competition led me in search of solutions.</strong></p>\r\n<p>Hi, my name is Dr. Dimitrios Kostopoulos, DPT, MD, PhD, DSc, ECS and I’m board certified in Clinical Electrophysiology with over 26 years of clinical and private practice experience. It was from the obstacles I faced I was able to discover a technology that provided us with significantly greater profit margins and 5x - 10x more per patient visit. Once I had mastered this to a repeatable formula, I revealed the technology to other private practitioners who are gaining similar results.</p>\r\n<p><strong>I want to help you get the information you need in a format that fits your lifestyle which is why I’m offering a free download of our magazine called Diagnostics for PT</strong></p>\r\n<p><strong></strong></p>\r\n</div>\r\n<div>\r\n<p>To get started simply provide your name and email address and you’ll be sent directly to a download.</p>\r\n<p><strong>And best of all…. It’s free.</strong></p>\r\n<p>There is no cost to join, no contracts to sign, and no obligation to do anything except enjoy the free content I look forward to sharing with you.</p>\r\n<p>&nbsp;</p>\r\n</div>\r\n<div>\r\n<p>I want to ensure you have proven and real information from here on.</p>\r\n<p><strong>See you on the other side.</strong></p>\r\n<p><strong>Dr. Dimitrios Kostopoulos</strong></p>\r\n</div>\r\n<div><em>Helping Private Practice Owners Boom Your Business</em></div>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"2_5\"][et_pb_cta title=\"Grab Free Magazine Subscription\" button_url=\"#open-overlay\" button_text=\"Download Now\" module_id=\"overlay_unique_id_69\" _builder_version=\"3.19\" header_level=\"h1\" header_font=\"||||||||\" body_font=\"||||||||\" background_color=\"#0075B2\" border_radii=\"on|10px|10px|10px|10px\" custom_button=\"on\" button_text_size=\"26px\" button_text_color=\"#0C71C3\" button_bg_color=\"#ffffff\" button_border_width=\"0px\" button_border_radius=\"100px\" button_font=\"|700|||||||\" button_use_icon=\"off\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"5px\" box_shadow_vertical=\"5px\" box_shadow_style_button=\"preset2\" box_shadow_horizontal_button=\"0px\" box_shadow_vertical_button=\"0px\" custom_margin=\"|30px||\" custom_padding=\"|||\" box_shadow_color_button__hover_enabled=\"on\" box_shadow_color_button__hover=\"rgba(0,0,0,0.3)\" box_shadow_horizontal_button__hover_enabled=\"on\" box_shadow_horizontal_button__hover=\"0px\" box_shadow_blur_button__hover_enabled=\"on\" box_shadow_blur_button__hover=\"25px\" box_shadow_spread_button__hover_enabled=\"on\" box_shadow_spread_button__hover=\"10px\"]\r\n\r\n<p>\r\n<img src=\"http://quantumleaplife.com/handsondiagnostics.com/wp-content/uploads/2018/12/hods.jpg\" width=\"825\" height=\"1088\" alt=\"\" class=\"wp-image-27 alignnone size-full\" /></p>\r\n\r\n[/et_pb_cta][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|15px|30px|false|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#10243B\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#FFFFFF\" header_font_size=\"21px\"]\r\n\r\n<h1>You’ll Discover….</h1>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" _builder_version=\"3.19\" background_color=\"#ffffff\" border_radii=\"|||30px|30px\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19\" text_font=\"||||||||\" text_text_color=\"#000000\" text_font_size=\"16px\" custom_padding=\"|||30px\"]\r\n\r\n<ul>\r\n<li> How to Get off the Treadmill and Increase Your Productivity While Reducing Your Hours</li>\r\n<li>The Secret to Getting Higher Insurance Payouts from Insurance Providers</li>\r\n<li>How to Increase Accurate Diagnosis and Accelerate Healing</li>\r\n<li>New Revenue Streams that Improve Patient Outcomes and Increase Net Profit Margins </li>\r\n</ul>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19\"]\r\n\r\n<p style=\"text-align: center;\"><span style=\"color: #000000;\"><a href=\"https://www.diagnosticsforpt.com/terms-and-conditions/\" target=\"_blank\" rel=\"noopener\" style=\"color: #000000;\">| <strong>PRIVACY POLICY &amp; TERMS Of USE</strong> |</a></span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #000000;\"><span>Created by </span><span style=\"color: #ffffff;\"><strong><a href=\"http://www.innersurf.com/\" target=\"_blank\" rel=\"noopener\" style=\"color: #10233A;\">InnerSurf Online Solutions</a></strong></span></span></p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Landing Page', '', 'inherit', 'closed', 'closed', '', '5-revision-v1', '', '', '2019-02-02 09:07:03', '2019-02-02 09:07:03', '', 5, 'http://109.199.127.251/~fastacti/socialmediaspeakerlosangeles.com/2019/02/02/5-revision-v1/', 0, 'revision', '', 0),
(175, 1, '2019-02-02 09:07:59', '2019-02-02 09:07:59', '[et_pb_section bb_built=\"1\" _builder_version=\"3.19\" background_color=\"#c9c9c9\" custom_padding=\"0|0px|0|0px|false|false\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#ffffff\" box_shadow_style=\"preset1\" border_radii=\"|10px|10px|0px|0px\" custom_padding=\"0px||0px|\"][et_pb_column type=\"4_4\"][et_pb_image src=\"http://109.199.127.251/~fastacti/socialmediaspeakerlosangeles.com/wp-content/uploads/2019/02/header-logo-1.jpg\" show_bottom_space=\"off\" align=\"center\" _builder_version=\"3.19\" custom_margin=\"||0px\" border_radii=\"on|5px|5px|5px|5px\" /][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"10px|20px|10px|20px\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#ffffff\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_image src=\"http://109.199.127.251/~fastacti/socialmediaspeakerlosangeles.com/wp-content/uploads/2019/02/slide1.jpg\" show_bottom_space=\"off\" align=\"center\" _builder_version=\"3.19\" custom_margin=\"||0px\" border_radii=\"on|5px|5px|5px|5px\" /][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"10px|20px|10px|20px\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#10243B\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#FFFFFF\" header_font_size=\"24px\"]\r\n\r\n<h1><span>Are You a Physical Therapist Eager to Improve Your Practice?</span></h1>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|15px|30px|false|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#ffffff\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19\" header_font=\"|800|||||||\" header_text_align=\"center\" header_text_color=\"#0183FC\"]\r\n\r\n<h1><span>How Would You Like To Achieve Better Patient Outcomes, Radically Differentiate Your Practice, And 5X Reimbursements In As Little As 90 Days?</span></h1>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|15px|30px|false|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#10243B\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#FFFFFF\" header_font_size=\"21px\"]\r\n\r\n<h1><span>Grab Details Now to The Revolution Taking Private Practice Physical Therapy By Storm</span></h1>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" _builder_version=\"3.19\" background_color=\"#ffffff\" box_shadow_style=\"preset1\"][et_pb_column type=\"3_5\"][et_pb_image src=\"data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTA4MCIgaGVpZ2h0PSI1NDAiIHZpZXdCb3g9IjAgMCAxMDgwIDU0MCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPHBhdGggZmlsbD0iI0VCRUJFQiIgZD0iTTAgMGgxMDgwdjU0MEgweiIvPgogICAgICAgIDxwYXRoIGQ9Ik00NDUuNjQ5IDU0MGgtOTguOTk1TDE0NC42NDkgMzM3Ljk5NSAwIDQ4Mi42NDR2LTk4Ljk5NWwxMTYuMzY1LTExNi4zNjVjMTUuNjItMTUuNjIgNDAuOTQ3LTE1LjYyIDU2LjU2OCAwTDQ0NS42NSA1NDB6IiBmaWxsLW9wYWNpdHk9Ii4xIiBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz4KICAgICAgICA8Y2lyY2xlIGZpbGwtb3BhY2l0eT0iLjA1IiBmaWxsPSIjMDAwIiBjeD0iMzMxIiBjeT0iMTQ4IiByPSI3MCIvPgogICAgICAgIDxwYXRoIGQ9Ik0xMDgwIDM3OXYxMTMuMTM3TDcyOC4xNjIgMTQwLjMgMzI4LjQ2MiA1NDBIMjE1LjMyNEw2OTkuODc4IDU1LjQ0NmMxNS42Mi0xNS42MiA0MC45NDgtMTUuNjIgNTYuNTY4IDBMMTA4MCAzNzl6IiBmaWxsLW9wYWNpdHk9Ii4yIiBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz4KICAgIDwvZz4KPC9zdmc+Cg==\" _builder_version=\"3.19\" max_width=\"50%\" module_alignment=\"center\" /][et_pb_text _builder_version=\"3.19\" text_font=\"||||||||\" text_text_color=\"#000000\" text_font_size=\"16px\" custom_padding=\"|||30px\"]\r\n\r\n<div>\r\n<p><strong>Are you feeling the squeeze of shrinking reimbursements from insurance carriers?</strong></p>\r\n<p>Have you ever felt overwhelmed by the ever-changing regulations that limit your profit potential and create more work for you?</p>\r\n<p><strong>Are you losing the battle for new patients from the increased competition of HOPTs and POPTs?</strong></p>\r\n<p>Are you struggling and finding it costlier to retain quality staff?</p>\r\n<p><strong>I know how you feel because at a time when we had 13 clinics (and were the 2nd largest private practice PT organization in NY), our reimbursements were slashed by 50% - 60% one after another. This new frontier of marketing, diagnosing and increased competition led me in search of solutions.</strong></p>\r\n<p>Hi, my name is Dr. Dimitrios Kostopoulos, DPT, MD, PhD, DSc, ECS and I’m board certified in Clinical Electrophysiology with over 26 years of clinical and private practice experience. It was from the obstacles I faced I was able to discover a technology that provided us with significantly greater profit margins and 5x - 10x more per patient visit. Once I had mastered this to a repeatable formula, I revealed the technology to other private practitioners who are gaining similar results.</p>\r\n<p><strong>I want to help you get the information you need in a format that fits your lifestyle which is why I’m offering a free download of our magazine called Diagnostics for PT</strong></p>\r\n<p><strong></strong></p>\r\n</div>\r\n<div>\r\n<p>To get started simply provide your name and email address and you’ll be sent directly to a download.</p>\r\n<p><strong>And best of all…. It’s free.</strong></p>\r\n<p>There is no cost to join, no contracts to sign, and no obligation to do anything except enjoy the free content I look forward to sharing with you.</p>\r\n<p>&nbsp;</p>\r\n</div>\r\n<div>\r\n<p>I want to ensure you have proven and real information from here on.</p>\r\n<p><strong>See you on the other side.</strong></p>\r\n<p><strong>Dr. Dimitrios Kostopoulos</strong></p>\r\n</div>\r\n<div><em>Helping Private Practice Owners Boom Your Business</em></div>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"2_5\"][et_pb_cta title=\"Grab Free Magazine Subscription\" button_url=\"#open-overlay\" button_text=\"Download Now\" module_id=\"overlay_unique_id_69\" _builder_version=\"3.19\" header_level=\"h1\" header_font=\"||||||||\" body_font=\"||||||||\" background_color=\"#0075B2\" border_radii=\"on|10px|10px|10px|10px\" custom_button=\"on\" button_text_size=\"26px\" button_text_color=\"#0C71C3\" button_bg_color=\"#ffffff\" button_border_width=\"0px\" button_border_radius=\"100px\" button_font=\"|700|||||||\" button_use_icon=\"off\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"5px\" box_shadow_vertical=\"5px\" box_shadow_style_button=\"preset2\" box_shadow_horizontal_button=\"0px\" box_shadow_vertical_button=\"0px\" custom_margin=\"|30px||\" custom_padding=\"|||\" box_shadow_color_button__hover_enabled=\"on\" box_shadow_color_button__hover=\"rgba(0,0,0,0.3)\" box_shadow_horizontal_button__hover_enabled=\"on\" box_shadow_horizontal_button__hover=\"0px\" box_shadow_blur_button__hover_enabled=\"on\" box_shadow_blur_button__hover=\"25px\" box_shadow_spread_button__hover_enabled=\"on\" box_shadow_spread_button__hover=\"10px\"]\r\n\r\n<p>\r\n<img src=\"http://quantumleaplife.com/handsondiagnostics.com/wp-content/uploads/2018/12/hods.jpg\" width=\"825\" height=\"1088\" alt=\"\" class=\"wp-image-27 alignnone size-full\" /></p>\r\n\r\n[/et_pb_cta][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|15px|30px|false|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#10243B\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#FFFFFF\" header_font_size=\"21px\"]\r\n\r\n<h1>You’ll Discover….</h1>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" _builder_version=\"3.19\" background_color=\"#ffffff\" border_radii=\"|||30px|30px\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19\" text_font=\"||||||||\" text_text_color=\"#000000\" text_font_size=\"16px\" custom_padding=\"|||30px\"]\r\n\r\n<ul>\r\n<li> How to Get off the Treadmill and Increase Your Productivity While Reducing Your Hours</li>\r\n<li>The Secret to Getting Higher Insurance Payouts from Insurance Providers</li>\r\n<li>How to Increase Accurate Diagnosis and Accelerate Healing</li>\r\n<li>New Revenue Streams that Improve Patient Outcomes and Increase Net Profit Margins </li>\r\n</ul>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19\"]\r\n\r\n<p style=\"text-align: center;\"><span style=\"color: #000000;\"><a href=\"https://www.diagnosticsforpt.com/terms-and-conditions/\" target=\"_blank\" rel=\"noopener\" style=\"color: #000000;\">| <strong>PRIVACY POLICY &amp; TERMS Of USE</strong> |</a></span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #000000;\"><span>Created by </span><span style=\"color: #ffffff;\"><strong><a href=\"http://www.innersurf.com/\" target=\"_blank\" rel=\"noopener\" style=\"color: #10233A;\">InnerSurf Online Solutions</a></strong></span></span></p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Landing Page', '', 'inherit', 'closed', 'closed', '', '5-revision-v1', '', '', '2019-02-02 09:07:59', '2019-02-02 09:07:59', '', 5, 'http://109.199.127.251/~fastacti/socialmediaspeakerlosangeles.com/2019/02/02/5-revision-v1/', 0, 'revision', '', 0),
(176, 1, '2019-02-02 09:16:56', '2019-02-02 09:16:56', '', 'header-logo', '', 'inherit', 'open', 'closed', '', 'header-logo-3', '', '', '2019-02-02 09:16:56', '2019-02-02 09:16:56', '', 5, 'http://109.199.127.251/~fastacti/socialmediaspeakerlosangeles.com/wp-content/uploads/2019/02/header-logo-2.jpg', 0, 'attachment', 'image/jpeg', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(177, 1, '2019-02-02 09:17:05', '2019-02-02 09:17:05', '[et_pb_section bb_built=\"1\" _builder_version=\"3.19\" background_color=\"#c9c9c9\" custom_padding=\"0|0px|0|0px|false|false\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#ffffff\" box_shadow_style=\"preset1\" border_radii=\"|10px|10px|0px|0px\" custom_padding=\"0px||0px|\"][et_pb_column type=\"4_4\"][et_pb_image src=\"http://109.199.127.251/~fastacti/socialmediaspeakerlosangeles.com/wp-content/uploads/2019/02/header-logo-2.jpg\" show_bottom_space=\"off\" align=\"center\" _builder_version=\"3.19\" custom_margin=\"||0px\" border_radii=\"on|5px|5px|5px|5px\" /][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"10px|20px|10px|20px\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#ffffff\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_image src=\"http://109.199.127.251/~fastacti/socialmediaspeakerlosangeles.com/wp-content/uploads/2019/02/slide1.jpg\" show_bottom_space=\"off\" align=\"center\" _builder_version=\"3.19\" custom_margin=\"||0px\" border_radii=\"on|5px|5px|5px|5px\" /][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"10px|20px|10px|20px\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#10243B\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#FFFFFF\" header_font_size=\"24px\"]\r\n\r\n<h1><span>Are You a Physical Therapist Eager to Improve Your Practice?</span></h1>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|15px|30px|false|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#ffffff\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19\" header_font=\"|800|||||||\" header_text_align=\"center\" header_text_color=\"#0183FC\"]\r\n\r\n<h1><span>How Would You Like To Achieve Better Patient Outcomes, Radically Differentiate Your Practice, And 5X Reimbursements In As Little As 90 Days?</span></h1>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|15px|30px|false|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#10243B\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#FFFFFF\" header_font_size=\"21px\"]\r\n\r\n<h1><span>Grab Details Now to The Revolution Taking Private Practice Physical Therapy By Storm</span></h1>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" _builder_version=\"3.19\" background_color=\"#ffffff\" box_shadow_style=\"preset1\"][et_pb_column type=\"3_5\"][et_pb_image src=\"data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTA4MCIgaGVpZ2h0PSI1NDAiIHZpZXdCb3g9IjAgMCAxMDgwIDU0MCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPHBhdGggZmlsbD0iI0VCRUJFQiIgZD0iTTAgMGgxMDgwdjU0MEgweiIvPgogICAgICAgIDxwYXRoIGQ9Ik00NDUuNjQ5IDU0MGgtOTguOTk1TDE0NC42NDkgMzM3Ljk5NSAwIDQ4Mi42NDR2LTk4Ljk5NWwxMTYuMzY1LTExNi4zNjVjMTUuNjItMTUuNjIgNDAuOTQ3LTE1LjYyIDU2LjU2OCAwTDQ0NS42NSA1NDB6IiBmaWxsLW9wYWNpdHk9Ii4xIiBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz4KICAgICAgICA8Y2lyY2xlIGZpbGwtb3BhY2l0eT0iLjA1IiBmaWxsPSIjMDAwIiBjeD0iMzMxIiBjeT0iMTQ4IiByPSI3MCIvPgogICAgICAgIDxwYXRoIGQ9Ik0xMDgwIDM3OXYxMTMuMTM3TDcyOC4xNjIgMTQwLjMgMzI4LjQ2MiA1NDBIMjE1LjMyNEw2OTkuODc4IDU1LjQ0NmMxNS42Mi0xNS42MiA0MC45NDgtMTUuNjIgNTYuNTY4IDBMMTA4MCAzNzl6IiBmaWxsLW9wYWNpdHk9Ii4yIiBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz4KICAgIDwvZz4KPC9zdmc+Cg==\" _builder_version=\"3.19\" max_width=\"50%\" module_alignment=\"center\" /][et_pb_text _builder_version=\"3.19\" text_font=\"||||||||\" text_text_color=\"#000000\" text_font_size=\"16px\" custom_padding=\"|||30px\"]\r\n\r\n<div>\r\n<p><strong>Are you feeling the squeeze of shrinking reimbursements from insurance carriers?</strong></p>\r\n<p>Have you ever felt overwhelmed by the ever-changing regulations that limit your profit potential and create more work for you?</p>\r\n<p><strong>Are you losing the battle for new patients from the increased competition of HOPTs and POPTs?</strong></p>\r\n<p>Are you struggling and finding it costlier to retain quality staff?</p>\r\n<p><strong>I know how you feel because at a time when we had 13 clinics (and were the 2nd largest private practice PT organization in NY), our reimbursements were slashed by 50% - 60% one after another. This new frontier of marketing, diagnosing and increased competition led me in search of solutions.</strong></p>\r\n<p>Hi, my name is Dr. Dimitrios Kostopoulos, DPT, MD, PhD, DSc, ECS and I’m board certified in Clinical Electrophysiology with over 26 years of clinical and private practice experience. It was from the obstacles I faced I was able to discover a technology that provided us with significantly greater profit margins and 5x - 10x more per patient visit. Once I had mastered this to a repeatable formula, I revealed the technology to other private practitioners who are gaining similar results.</p>\r\n<p><strong>I want to help you get the information you need in a format that fits your lifestyle which is why I’m offering a free download of our magazine called Diagnostics for PT</strong></p>\r\n<p><strong></strong></p>\r\n</div>\r\n<div>\r\n<p>To get started simply provide your name and email address and you’ll be sent directly to a download.</p>\r\n<p><strong>And best of all…. It’s free.</strong></p>\r\n<p>There is no cost to join, no contracts to sign, and no obligation to do anything except enjoy the free content I look forward to sharing with you.</p>\r\n<p>&nbsp;</p>\r\n</div>\r\n<div>\r\n<p>I want to ensure you have proven and real information from here on.</p>\r\n<p><strong>See you on the other side.</strong></p>\r\n<p><strong>Dr. Dimitrios Kostopoulos</strong></p>\r\n</div>\r\n<div><em>Helping Private Practice Owners Boom Your Business</em></div>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"2_5\"][et_pb_cta title=\"Grab Free Magazine Subscription\" button_url=\"#open-overlay\" button_text=\"Download Now\" module_id=\"overlay_unique_id_69\" _builder_version=\"3.19\" header_level=\"h1\" header_font=\"||||||||\" body_font=\"||||||||\" background_color=\"#0075B2\" border_radii=\"on|10px|10px|10px|10px\" custom_button=\"on\" button_text_size=\"26px\" button_text_color=\"#0C71C3\" button_bg_color=\"#ffffff\" button_border_width=\"0px\" button_border_radius=\"100px\" button_font=\"|700|||||||\" button_use_icon=\"off\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"5px\" box_shadow_vertical=\"5px\" box_shadow_style_button=\"preset2\" box_shadow_horizontal_button=\"0px\" box_shadow_vertical_button=\"0px\" custom_margin=\"|30px||\" custom_padding=\"|||\" box_shadow_color_button__hover_enabled=\"on\" box_shadow_color_button__hover=\"rgba(0,0,0,0.3)\" box_shadow_horizontal_button__hover_enabled=\"on\" box_shadow_horizontal_button__hover=\"0px\" box_shadow_blur_button__hover_enabled=\"on\" box_shadow_blur_button__hover=\"25px\" box_shadow_spread_button__hover_enabled=\"on\" box_shadow_spread_button__hover=\"10px\"]\r\n\r\n<p>\r\n<img src=\"http://quantumleaplife.com/handsondiagnostics.com/wp-content/uploads/2018/12/hods.jpg\" width=\"825\" height=\"1088\" alt=\"\" class=\"wp-image-27 alignnone size-full\" /></p>\r\n\r\n[/et_pb_cta][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|15px|30px|false|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#10243B\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#FFFFFF\" header_font_size=\"21px\"]\r\n\r\n<h1>You’ll Discover….</h1>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" _builder_version=\"3.19\" background_color=\"#ffffff\" border_radii=\"|||30px|30px\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19\" text_font=\"||||||||\" text_text_color=\"#000000\" text_font_size=\"16px\" custom_padding=\"|||30px\"]\r\n\r\n<ul>\r\n<li> How to Get off the Treadmill and Increase Your Productivity While Reducing Your Hours</li>\r\n<li>The Secret to Getting Higher Insurance Payouts from Insurance Providers</li>\r\n<li>How to Increase Accurate Diagnosis and Accelerate Healing</li>\r\n<li>New Revenue Streams that Improve Patient Outcomes and Increase Net Profit Margins </li>\r\n</ul>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19\"]\r\n\r\n<p style=\"text-align: center;\"><span style=\"color: #000000;\"><a href=\"https://www.diagnosticsforpt.com/terms-and-conditions/\" target=\"_blank\" rel=\"noopener\" style=\"color: #000000;\">| <strong>PRIVACY POLICY &amp; TERMS Of USE</strong> |</a></span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #000000;\"><span>Created by </span><span style=\"color: #ffffff;\"><strong><a href=\"http://www.innersurf.com/\" target=\"_blank\" rel=\"noopener\" style=\"color: #10233A;\">InnerSurf Online Solutions</a></strong></span></span></p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Landing Page', '', 'inherit', 'closed', 'closed', '', '5-revision-v1', '', '', '2019-02-02 09:17:05', '2019-02-02 09:17:05', '', 5, 'http://109.199.127.251/~fastacti/socialmediaspeakerlosangeles.com/2019/02/02/5-revision-v1/', 0, 'revision', '', 0),
(178, 1, '2019-02-02 09:18:03', '2019-02-02 09:18:03', '[et_pb_section bb_built=\"1\" _builder_version=\"3.19\" background_color=\"#c9c9c9\" custom_padding=\"0|0px|0|0px|false|false\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_margin=\"10px|||\" _builder_version=\"3.19\" background_color=\"#ffffff\" box_shadow_style=\"preset1\" border_radii=\"|10px|10px|0px|0px\" custom_padding=\"0px||0px|\"][et_pb_column type=\"4_4\"][et_pb_image src=\"http://109.199.127.251/~fastacti/socialmediaspeakerlosangeles.com/wp-content/uploads/2019/02/header-logo-2.jpg\" show_bottom_space=\"off\" align=\"center\" _builder_version=\"3.19\" custom_margin=\"||0px\" border_radii=\"on|5px|5px|5px|5px\" /][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"10px|20px|10px|20px\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#ffffff\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_image src=\"http://109.199.127.251/~fastacti/socialmediaspeakerlosangeles.com/wp-content/uploads/2019/02/slide1.jpg\" show_bottom_space=\"off\" align=\"center\" _builder_version=\"3.19\" custom_margin=\"||0px\" border_radii=\"on|5px|5px|5px|5px\" /][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"10px|20px|10px|20px\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#10243B\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#FFFFFF\" header_font_size=\"24px\"]\r\n\r\n<h1><span>Are You a Physical Therapist Eager to Improve Your Practice?</span></h1>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|15px|30px|false|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#ffffff\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19\" header_font=\"|800|||||||\" header_text_align=\"center\" header_text_color=\"#0183FC\"]\r\n\r\n<h1><span>How Would You Like To Achieve Better Patient Outcomes, Radically Differentiate Your Practice, And 5X Reimbursements In As Little As 90 Days?</span></h1>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|15px|30px|false|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#10243B\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#FFFFFF\" header_font_size=\"21px\"]\r\n\r\n<h1><span>Grab Details Now to The Revolution Taking Private Practice Physical Therapy By Storm</span></h1>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" _builder_version=\"3.19\" background_color=\"#ffffff\" box_shadow_style=\"preset1\"][et_pb_column type=\"3_5\"][et_pb_image src=\"data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTA4MCIgaGVpZ2h0PSI1NDAiIHZpZXdCb3g9IjAgMCAxMDgwIDU0MCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPHBhdGggZmlsbD0iI0VCRUJFQiIgZD0iTTAgMGgxMDgwdjU0MEgweiIvPgogICAgICAgIDxwYXRoIGQ9Ik00NDUuNjQ5IDU0MGgtOTguOTk1TDE0NC42NDkgMzM3Ljk5NSAwIDQ4Mi42NDR2LTk4Ljk5NWwxMTYuMzY1LTExNi4zNjVjMTUuNjItMTUuNjIgNDAuOTQ3LTE1LjYyIDU2LjU2OCAwTDQ0NS42NSA1NDB6IiBmaWxsLW9wYWNpdHk9Ii4xIiBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz4KICAgICAgICA8Y2lyY2xlIGZpbGwtb3BhY2l0eT0iLjA1IiBmaWxsPSIjMDAwIiBjeD0iMzMxIiBjeT0iMTQ4IiByPSI3MCIvPgogICAgICAgIDxwYXRoIGQ9Ik0xMDgwIDM3OXYxMTMuMTM3TDcyOC4xNjIgMTQwLjMgMzI4LjQ2MiA1NDBIMjE1LjMyNEw2OTkuODc4IDU1LjQ0NmMxNS42Mi0xNS42MiA0MC45NDgtMTUuNjIgNTYuNTY4IDBMMTA4MCAzNzl6IiBmaWxsLW9wYWNpdHk9Ii4yIiBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz4KICAgIDwvZz4KPC9zdmc+Cg==\" _builder_version=\"3.19\" max_width=\"50%\" module_alignment=\"center\" /][et_pb_text _builder_version=\"3.19\" text_font=\"||||||||\" text_text_color=\"#000000\" text_font_size=\"16px\" custom_padding=\"|||30px\"]\r\n\r\n<div>\r\n<p><strong>Are you feeling the squeeze of shrinking reimbursements from insurance carriers?</strong></p>\r\n<p>Have you ever felt overwhelmed by the ever-changing regulations that limit your profit potential and create more work for you?</p>\r\n<p><strong>Are you losing the battle for new patients from the increased competition of HOPTs and POPTs?</strong></p>\r\n<p>Are you struggling and finding it costlier to retain quality staff?</p>\r\n<p><strong>I know how you feel because at a time when we had 13 clinics (and were the 2nd largest private practice PT organization in NY), our reimbursements were slashed by 50% - 60% one after another. This new frontier of marketing, diagnosing and increased competition led me in search of solutions.</strong></p>\r\n<p>Hi, my name is Dr. Dimitrios Kostopoulos, DPT, MD, PhD, DSc, ECS and I’m board certified in Clinical Electrophysiology with over 26 years of clinical and private practice experience. It was from the obstacles I faced I was able to discover a technology that provided us with significantly greater profit margins and 5x - 10x more per patient visit. Once I had mastered this to a repeatable formula, I revealed the technology to other private practitioners who are gaining similar results.</p>\r\n<p><strong>I want to help you get the information you need in a format that fits your lifestyle which is why I’m offering a free download of our magazine called Diagnostics for PT</strong></p>\r\n<p><strong></strong></p>\r\n</div>\r\n<div>\r\n<p>To get started simply provide your name and email address and you’ll be sent directly to a download.</p>\r\n<p><strong>And best of all…. It’s free.</strong></p>\r\n<p>There is no cost to join, no contracts to sign, and no obligation to do anything except enjoy the free content I look forward to sharing with you.</p>\r\n<p>&nbsp;</p>\r\n</div>\r\n<div>\r\n<p>I want to ensure you have proven and real information from here on.</p>\r\n<p><strong>See you on the other side.</strong></p>\r\n<p><strong>Dr. Dimitrios Kostopoulos</strong></p>\r\n</div>\r\n<div><em>Helping Private Practice Owners Boom Your Business</em></div>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"2_5\"][et_pb_cta title=\"Grab Free Magazine Subscription\" button_url=\"#open-overlay\" button_text=\"Download Now\" module_id=\"overlay_unique_id_69\" _builder_version=\"3.19\" header_level=\"h1\" header_font=\"||||||||\" body_font=\"||||||||\" background_color=\"#0075B2\" border_radii=\"on|10px|10px|10px|10px\" custom_button=\"on\" button_text_size=\"26px\" button_text_color=\"#0C71C3\" button_bg_color=\"#ffffff\" button_border_width=\"0px\" button_border_radius=\"100px\" button_font=\"|700|||||||\" button_use_icon=\"off\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"5px\" box_shadow_vertical=\"5px\" box_shadow_style_button=\"preset2\" box_shadow_horizontal_button=\"0px\" box_shadow_vertical_button=\"0px\" custom_margin=\"|30px||\" custom_padding=\"|||\" box_shadow_color_button__hover_enabled=\"on\" box_shadow_color_button__hover=\"rgba(0,0,0,0.3)\" box_shadow_horizontal_button__hover_enabled=\"on\" box_shadow_horizontal_button__hover=\"0px\" box_shadow_blur_button__hover_enabled=\"on\" box_shadow_blur_button__hover=\"25px\" box_shadow_spread_button__hover_enabled=\"on\" box_shadow_spread_button__hover=\"10px\"]\r\n\r\n<p>\r\n<img src=\"http://quantumleaplife.com/handsondiagnostics.com/wp-content/uploads/2018/12/hods.jpg\" width=\"825\" height=\"1088\" alt=\"\" class=\"wp-image-27 alignnone size-full\" /></p>\r\n\r\n[/et_pb_cta][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|15px|30px|false|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#10243B\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#FFFFFF\" header_font_size=\"21px\"]\r\n\r\n<h1>You’ll Discover….</h1>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" _builder_version=\"3.19\" background_color=\"#ffffff\" border_radii=\"|||30px|30px\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19\" text_font=\"||||||||\" text_text_color=\"#000000\" text_font_size=\"16px\" custom_padding=\"|||30px\"]\r\n\r\n<ul>\r\n<li> How to Get off the Treadmill and Increase Your Productivity While Reducing Your Hours</li>\r\n<li>The Secret to Getting Higher Insurance Payouts from Insurance Providers</li>\r\n<li>How to Increase Accurate Diagnosis and Accelerate Healing</li>\r\n<li>New Revenue Streams that Improve Patient Outcomes and Increase Net Profit Margins </li>\r\n</ul>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19\"]\r\n\r\n<p style=\"text-align: center;\"><span style=\"color: #000000;\"><a href=\"https://www.diagnosticsforpt.com/terms-and-conditions/\" target=\"_blank\" rel=\"noopener\" style=\"color: #000000;\">| <strong>PRIVACY POLICY &amp; TERMS Of USE</strong> |</a></span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #000000;\"><span>Created by </span><span style=\"color: #ffffff;\"><strong><a href=\"http://www.innersurf.com/\" target=\"_blank\" rel=\"noopener\" style=\"color: #10233A;\">InnerSurf Online Solutions</a></strong></span></span></p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Landing Page', '', 'inherit', 'closed', 'closed', '', '5-revision-v1', '', '', '2019-02-02 09:18:03', '2019-02-02 09:18:03', '', 5, 'http://109.199.127.251/~fastacti/socialmediaspeakerlosangeles.com/2019/02/02/5-revision-v1/', 0, 'revision', '', 0),
(179, 1, '2019-02-02 09:19:01', '2019-02-02 09:19:01', '[et_pb_section bb_built=\"1\" _builder_version=\"3.19\" background_color=\"#c9c9c9\" custom_padding=\"15px|0px|0px|0px\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" _builder_version=\"3.19\" background_color=\"#ffffff\" box_shadow_style=\"preset1\" border_radii=\"|10px|10px|0px|0px\" custom_padding=\"0px||0px|\"][et_pb_column type=\"4_4\"][et_pb_image src=\"http://109.199.127.251/~fastacti/socialmediaspeakerlosangeles.com/wp-content/uploads/2019/02/header-logo-2.jpg\" show_bottom_space=\"off\" align=\"center\" _builder_version=\"3.19\" custom_margin=\"||0px\" border_radii=\"on|5px|5px|5px|5px\" /][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"10px|20px|10px|20px\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#ffffff\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_image src=\"http://109.199.127.251/~fastacti/socialmediaspeakerlosangeles.com/wp-content/uploads/2019/02/slide1.jpg\" show_bottom_space=\"off\" align=\"center\" _builder_version=\"3.19\" custom_margin=\"||0px\" border_radii=\"on|5px|5px|5px|5px\" /][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"10px|20px|10px|20px\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#10243B\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#FFFFFF\" header_font_size=\"24px\"]\r\n\r\n<h1><span>Are You a Physical Therapist Eager to Improve Your Practice?</span></h1>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|15px|30px|false|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#ffffff\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19\" header_font=\"|800|||||||\" header_text_align=\"center\" header_text_color=\"#0183FC\"]\r\n\r\n<h1><span>How Would You Like To Achieve Better Patient Outcomes, Radically Differentiate Your Practice, And 5X Reimbursements In As Little As 90 Days?</span></h1>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|15px|30px|false|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#10243B\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#FFFFFF\" header_font_size=\"21px\"]\r\n\r\n<h1><span>Grab Details Now to The Revolution Taking Private Practice Physical Therapy By Storm</span></h1>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" _builder_version=\"3.19\" background_color=\"#ffffff\" box_shadow_style=\"preset1\"][et_pb_column type=\"3_5\"][et_pb_image src=\"data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTA4MCIgaGVpZ2h0PSI1NDAiIHZpZXdCb3g9IjAgMCAxMDgwIDU0MCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPHBhdGggZmlsbD0iI0VCRUJFQiIgZD0iTTAgMGgxMDgwdjU0MEgweiIvPgogICAgICAgIDxwYXRoIGQ9Ik00NDUuNjQ5IDU0MGgtOTguOTk1TDE0NC42NDkgMzM3Ljk5NSAwIDQ4Mi42NDR2LTk4Ljk5NWwxMTYuMzY1LTExNi4zNjVjMTUuNjItMTUuNjIgNDAuOTQ3LTE1LjYyIDU2LjU2OCAwTDQ0NS42NSA1NDB6IiBmaWxsLW9wYWNpdHk9Ii4xIiBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz4KICAgICAgICA8Y2lyY2xlIGZpbGwtb3BhY2l0eT0iLjA1IiBmaWxsPSIjMDAwIiBjeD0iMzMxIiBjeT0iMTQ4IiByPSI3MCIvPgogICAgICAgIDxwYXRoIGQ9Ik0xMDgwIDM3OXYxMTMuMTM3TDcyOC4xNjIgMTQwLjMgMzI4LjQ2MiA1NDBIMjE1LjMyNEw2OTkuODc4IDU1LjQ0NmMxNS42Mi0xNS42MiA0MC45NDgtMTUuNjIgNTYuNTY4IDBMMTA4MCAzNzl6IiBmaWxsLW9wYWNpdHk9Ii4yIiBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz4KICAgIDwvZz4KPC9zdmc+Cg==\" _builder_version=\"3.19\" max_width=\"50%\" module_alignment=\"center\" /][et_pb_text _builder_version=\"3.19\" text_font=\"||||||||\" text_text_color=\"#000000\" text_font_size=\"16px\" custom_padding=\"|||30px\"]\r\n\r\n<div>\r\n<p><strong>Are you feeling the squeeze of shrinking reimbursements from insurance carriers?</strong></p>\r\n<p>Have you ever felt overwhelmed by the ever-changing regulations that limit your profit potential and create more work for you?</p>\r\n<p><strong>Are you losing the battle for new patients from the increased competition of HOPTs and POPTs?</strong></p>\r\n<p>Are you struggling and finding it costlier to retain quality staff?</p>\r\n<p><strong>I know how you feel because at a time when we had 13 clinics (and were the 2nd largest private practice PT organization in NY), our reimbursements were slashed by 50% - 60% one after another. This new frontier of marketing, diagnosing and increased competition led me in search of solutions.</strong></p>\r\n<p>Hi, my name is Dr. Dimitrios Kostopoulos, DPT, MD, PhD, DSc, ECS and I’m board certified in Clinical Electrophysiology with over 26 years of clinical and private practice experience. It was from the obstacles I faced I was able to discover a technology that provided us with significantly greater profit margins and 5x - 10x more per patient visit. Once I had mastered this to a repeatable formula, I revealed the technology to other private practitioners who are gaining similar results.</p>\r\n<p><strong>I want to help you get the information you need in a format that fits your lifestyle which is why I’m offering a free download of our magazine called Diagnostics for PT</strong></p>\r\n<p><strong></strong></p>\r\n</div>\r\n<div>\r\n<p>To get started simply provide your name and email address and you’ll be sent directly to a download.</p>\r\n<p><strong>And best of all…. It’s free.</strong></p>\r\n<p>There is no cost to join, no contracts to sign, and no obligation to do anything except enjoy the free content I look forward to sharing with you.</p>\r\n<p>&nbsp;</p>\r\n</div>\r\n<div>\r\n<p>I want to ensure you have proven and real information from here on.</p>\r\n<p><strong>See you on the other side.</strong></p>\r\n<p><strong>Dr. Dimitrios Kostopoulos</strong></p>\r\n</div>\r\n<div><em>Helping Private Practice Owners Boom Your Business</em></div>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"2_5\"][et_pb_cta title=\"Grab Free Magazine Subscription\" button_url=\"#open-overlay\" button_text=\"Download Now\" module_id=\"overlay_unique_id_69\" _builder_version=\"3.19\" header_level=\"h1\" header_font=\"||||||||\" body_font=\"||||||||\" background_color=\"#0075B2\" border_radii=\"on|10px|10px|10px|10px\" custom_button=\"on\" button_text_size=\"26px\" button_text_color=\"#0C71C3\" button_bg_color=\"#ffffff\" button_border_width=\"0px\" button_border_radius=\"100px\" button_font=\"|700|||||||\" button_use_icon=\"off\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"5px\" box_shadow_vertical=\"5px\" box_shadow_style_button=\"preset2\" box_shadow_horizontal_button=\"0px\" box_shadow_vertical_button=\"0px\" custom_margin=\"|30px||\" custom_padding=\"|||\" box_shadow_color_button__hover_enabled=\"on\" box_shadow_color_button__hover=\"rgba(0,0,0,0.3)\" box_shadow_horizontal_button__hover_enabled=\"on\" box_shadow_horizontal_button__hover=\"0px\" box_shadow_blur_button__hover_enabled=\"on\" box_shadow_blur_button__hover=\"25px\" box_shadow_spread_button__hover_enabled=\"on\" box_shadow_spread_button__hover=\"10px\"]\r\n\r\n<p>\r\n<img src=\"http://quantumleaplife.com/handsondiagnostics.com/wp-content/uploads/2018/12/hods.jpg\" width=\"825\" height=\"1088\" alt=\"\" class=\"wp-image-27 alignnone size-full\" /></p>\r\n\r\n[/et_pb_cta][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|15px|30px|false|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#10243B\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#FFFFFF\" header_font_size=\"21px\"]\r\n\r\n<h1>You’ll Discover….</h1>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" _builder_version=\"3.19\" background_color=\"#ffffff\" border_radii=\"|||30px|30px\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19\" text_font=\"||||||||\" text_text_color=\"#000000\" text_font_size=\"16px\" custom_padding=\"|||30px\"]\r\n\r\n<ul>\r\n<li> How to Get off the Treadmill and Increase Your Productivity While Reducing Your Hours</li>\r\n<li>The Secret to Getting Higher Insurance Payouts from Insurance Providers</li>\r\n<li>How to Increase Accurate Diagnosis and Accelerate Healing</li>\r\n<li>New Revenue Streams that Improve Patient Outcomes and Increase Net Profit Margins </li>\r\n</ul>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19\"]\r\n\r\n<p style=\"text-align: center;\"><span style=\"color: #000000;\"><a href=\"https://www.diagnosticsforpt.com/terms-and-conditions/\" target=\"_blank\" rel=\"noopener\" style=\"color: #000000;\">| <strong>PRIVACY POLICY &amp; TERMS Of USE</strong> |</a></span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #000000;\"><span>Created by </span><span style=\"color: #ffffff;\"><strong><a href=\"http://www.innersurf.com/\" target=\"_blank\" rel=\"noopener\" style=\"color: #10233A;\">InnerSurf Online Solutions</a></strong></span></span></p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Landing Page', '', 'inherit', 'closed', 'closed', '', '5-revision-v1', '', '', '2019-02-02 09:19:01', '2019-02-02 09:19:01', '', 5, 'http://109.199.127.251/~fastacti/socialmediaspeakerlosangeles.com/2019/02/02/5-revision-v1/', 0, 'revision', '', 0),
(181, 1, '2019-02-02 09:27:43', '2019-02-02 09:27:43', '.red_text{\n	/*color: #800000;*/\n	color:red;\n	font-weight:800;\n	font-size: 19px !important;\n}\n.red_heading{\n	/*color: #800000;*/\n	color: red;\n	font-weight: 600;\n}\n\n.txtyellow{ color:#FDF018;}\n\n.head-blue{background:#3c85ca; padding:15px; margin:10px 0px;}\n.head-gold{background:#DEB963; padding:0px; margin:0px 0px; clear:both;}\n\n.white_heading{color: #fff; font-size:40px;\n	font-weight: 800; text-shadow: 1px 1px 0px rgba(0,0,0,0.5);}\n\n.tex-bold{\n	font-weight:800;	\n}\n#section-1{ \n	\n}\n#section-1 h1{\n	/*font-family: \'Open Sans\';*/\n	  font-family: Arial, Helvetica, sans-serif;\n	/*color:#0b4294;*/\n	color:#000;\n	text-shadow: 1px 1px 0px rgba(0,0,0,0.5);	\n	font-size: 32px;\n	line-height: 1.5;\n}\n\n.txtblue{ color:#0B73BA;}\n\n.list{\n	list-style-image:url(images/list_03.png);\n	margin:0;	\n}\n.list li{\n	margin:5px 0 5px 0;\n}\n.list-arrow{\n	list-style-image:url(images/list_07.png);\n	margin:0;\n}\n.list-arrow li{\n	margin: 5px 0 5px 25px;\n}\n.img1{\n	float:left;\n	margin-right:17px;	\n}\n#section-2{\n	margin: 0 25px;\n	background-color:#28A460;\n	border-radius:10px;		\n}\n\n#section-2 h1{ color:#fff;}\n\n#section-2 p{\n		padding:0;\n		font-size:17px;\n		\n}\n#section-2 img{\n	margin-right:5px;	\n}\n#section-3{\n	/*width: 700px;*/\n	margin: 10px 25px;\n	background-color:#DEDEDE;\n	border-radius:10px;\n}\n\n.videos{\n	/*width: 700px;*/\n	margin: 10px 25px;\n	background-color:#DEDEDE;\n	border-radius:10px;\n}\n\n#section-3 h2{\n	/*color:#800000;*/\n	color: #fff;\n}\n#section-3 p{\n	font-size: 17px;\n}\n.container{\n	padding-right: 39px;\n	padding-left: 39px;\n}\n.order{\n	text-align:center;\n}\n.order h2{\n	color:#ff0000 !important;\n	\n}\n.order h1{\n	color:#ff4a4a;\n	margin-top:-14px;\n}\n.order h4{\n	color:#ff0000;\n	margin-top:-14px;\n	margin-bottom:-14px;\n}\n.slider-321{border-radius:10px}', 'Divi', '', 'publish', 'closed', 'closed', '', 'divi', '', '', '2019-02-05 11:35:10', '2019-02-05 11:35:10', '', 0, 'http://109.199.127.251/~fastacti/socialmediaspeakerlosangeles.com/2019/02/02/divi/', 0, 'custom_css', '', 0),
(182, 1, '2019-02-02 09:27:43', '2019-02-02 09:27:43', '.red_text{\n	/*color: #800000;*/\n	color:red;\n	font-weight:800;\n	font-size: 19px !important;\n}\n.red_heading{\n	/*color: #800000;*/\n	color: red;\n	font-weight: 600;\n}\n\n.txtyellow{ color:#FDF018;}\n\n.head-blue{background:#3c85ca; padding:15px; margin:10px 0px;}\n.head-gold{background:#DEB963; padding:0px; margin:0px 0px; clear:both;}\n\n.white_heading{color: #fff; font-size:40px;\n	font-weight: 800; text-shadow: 1px 1px 0px rgba(0,0,0,0.5);}\n\n.tex-bold{\n	font-weight:800;	\n}\n#section-1{ \n	\n}\n#section-1 h1{\n	/*font-family: \'Open Sans\';*/\n	  font-family: Arial, Helvetica, sans-serif;\n	/*color:#0b4294;*/\n	color:#000;\n	text-shadow: 1px 1px 0px rgba(0,0,0,0.5);	\n	font-size: 32px;\n	line-height: 1.5;\n}\n\n.txtblue{ color:#0B73BA;}\n\n.list{\n	list-style-image:url(images/list_03.png);\n	margin:0;	\n}\n.list li{\n	margin:5px 0 5px 0;\n}\n.list-arrow{\n	list-style-image:url(images/list_07.png);\n	margin:0;\n}\n.list-arrow li{\n	margin: 5px 0 5px 25px;\n}\n.img1{\n	float:left;\n	margin-right:17px;	\n}\n#section-2{\n	margin: 0 25px;\n	background-color:#28A460;\n	border-radius:10px;		\n}\n\n#section-2 h1{ color:#fff;}\n\n#section-2 p{\n		padding:0;\n		font-size:17px;\n		\n}\n#section-2 img{\n	margin-right:5px;	\n}\n#section-3{\n	/*width: 700px;*/\n	margin: 10px 25px;\n	background-color:#DEDEDE;\n	border-radius:10px;\n}\n\n.videos{\n	/*width: 700px;*/\n	margin: 10px 25px;\n	background-color:#DEDEDE;\n	border-radius:10px;\n}\n\n#section-3 h2{\n	/*color:#800000;*/\n	color: #fff;\n}\n#section-3 p{\n	font-size: 17px;\n}\n.container{\n	padding-right: 39px;\n	padding-left: 39px;\n}\n.order{\n	text-align:center;\n}\n.order h2{\n	color:#ff0000 !important;\n	\n}\n.order h1{\n	color:#ff4a4a;\n	margin-top:-14px;\n}\n.order h4{\n	color:#ff0000;\n	margin-top:-14px;\n	margin-bottom:-14px;\n}', 'Divi', '', 'inherit', 'closed', 'closed', '', '181-revision-v1', '', '', '2019-02-02 09:27:43', '2019-02-02 09:27:43', '', 181, 'http://109.199.127.251/~fastacti/socialmediaspeakerlosangeles.com/2019/02/02/181-revision-v1/', 0, 'revision', '', 0),
(183, 1, '2019-02-02 09:28:58', '2019-02-02 09:28:58', '[et_pb_section bb_built=\"1\" _builder_version=\"3.19\" background_color=\"#c9c9c9\" custom_padding=\"15px|0px|0px|0px\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" _builder_version=\"3.19\" background_color=\"#ffffff\" box_shadow_style=\"preset1\" border_radii=\"|10px|10px|0px|0px\" custom_padding=\"0px||0px|\"][et_pb_column type=\"4_4\"][et_pb_image src=\"http://109.199.127.251/~fastacti/socialmediaspeakerlosangeles.com/wp-content/uploads/2019/02/header-logo-2.jpg\" show_bottom_space=\"off\" align=\"center\" _builder_version=\"3.19\" custom_margin=\"||0px\" border_radii=\"on|5px|5px|5px|5px\" /][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"10px|20px|10px|20px\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#ffffff\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_image src=\"http://109.199.127.251/~fastacti/socialmediaspeakerlosangeles.com/wp-content/uploads/2019/02/slide1.jpg\" show_bottom_space=\"off\" align=\"center\" _builder_version=\"3.19\" custom_margin=\"||0px\" border_radii=\"on|5px|5px|5px|5px\" /][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"10px|20px|10px|20px\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#10243B\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"24px\"]\r\n\r\n<h1 class=\"text-center\" style=\"font-size: 30px; font-weight: bold; font-family: Arial, Helvetica, sans-serif; text-align: center;\">Tracy Repchuk is the <span class=\"txtyellow\">Top Social Media Speaker for Los Angeles</span> for business branding, online marketing &amp; social media strategy</h1>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|15px|30px|false|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#ffffff\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19\" header_font=\"|800|||||||\" header_text_align=\"center\" header_text_color=\"#0183FC\"]\r\n\r\n<h1><span>How Would You Like To Achieve Better Patient Outcomes, Radically Differentiate Your Practice, And 5X Reimbursements In As Little As 90 Days?</span></h1>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|15px|30px|false|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#10243B\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#FFFFFF\" header_font_size=\"21px\"]\r\n\r\n<h1><span>Grab Details Now to The Revolution Taking Private Practice Physical Therapy By Storm</span></h1>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" _builder_version=\"3.19\" background_color=\"#ffffff\" box_shadow_style=\"preset1\"][et_pb_column type=\"3_5\"][et_pb_image src=\"data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTA4MCIgaGVpZ2h0PSI1NDAiIHZpZXdCb3g9IjAgMCAxMDgwIDU0MCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPHBhdGggZmlsbD0iI0VCRUJFQiIgZD0iTTAgMGgxMDgwdjU0MEgweiIvPgogICAgICAgIDxwYXRoIGQ9Ik00NDUuNjQ5IDU0MGgtOTguOTk1TDE0NC42NDkgMzM3Ljk5NSAwIDQ4Mi42NDR2LTk4Ljk5NWwxMTYuMzY1LTExNi4zNjVjMTUuNjItMTUuNjIgNDAuOTQ3LTE1LjYyIDU2LjU2OCAwTDQ0NS42NSA1NDB6IiBmaWxsLW9wYWNpdHk9Ii4xIiBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz4KICAgICAgICA8Y2lyY2xlIGZpbGwtb3BhY2l0eT0iLjA1IiBmaWxsPSIjMDAwIiBjeD0iMzMxIiBjeT0iMTQ4IiByPSI3MCIvPgogICAgICAgIDxwYXRoIGQ9Ik0xMDgwIDM3OXYxMTMuMTM3TDcyOC4xNjIgMTQwLjMgMzI4LjQ2MiA1NDBIMjE1LjMyNEw2OTkuODc4IDU1LjQ0NmMxNS42Mi0xNS42MiA0MC45NDgtMTUuNjIgNTYuNTY4IDBMMTA4MCAzNzl6IiBmaWxsLW9wYWNpdHk9Ii4yIiBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz4KICAgIDwvZz4KPC9zdmc+Cg==\" _builder_version=\"3.19\" max_width=\"50%\" module_alignment=\"center\" /][et_pb_text _builder_version=\"3.19\" text_font=\"||||||||\" text_text_color=\"#000000\" text_font_size=\"16px\" custom_padding=\"|||30px\"]\r\n\r\n<div>\r\n<p><strong>Are you feeling the squeeze of shrinking reimbursements from insurance carriers?</strong></p>\r\n<p>Have you ever felt overwhelmed by the ever-changing regulations that limit your profit potential and create more work for you?</p>\r\n<p><strong>Are you losing the battle for new patients from the increased competition of HOPTs and POPTs?</strong></p>\r\n<p>Are you struggling and finding it costlier to retain quality staff?</p>\r\n<p><strong>I know how you feel because at a time when we had 13 clinics (and were the 2nd largest private practice PT organization in NY), our reimbursements were slashed by 50% - 60% one after another. This new frontier of marketing, diagnosing and increased competition led me in search of solutions.</strong></p>\r\n<p>Hi, my name is Dr. Dimitrios Kostopoulos, DPT, MD, PhD, DSc, ECS and I’m board certified in Clinical Electrophysiology with over 26 years of clinical and private practice experience. It was from the obstacles I faced I was able to discover a technology that provided us with significantly greater profit margins and 5x - 10x more per patient visit. Once I had mastered this to a repeatable formula, I revealed the technology to other private practitioners who are gaining similar results.</p>\r\n<p><strong>I want to help you get the information you need in a format that fits your lifestyle which is why I’m offering a free download of our magazine called Diagnostics for PT</strong></p>\r\n<p><strong></strong></p>\r\n</div>\r\n<div>\r\n<p>To get started simply provide your name and email address and you’ll be sent directly to a download.</p>\r\n<p><strong>And best of all…. It’s free.</strong></p>\r\n<p>There is no cost to join, no contracts to sign, and no obligation to do anything except enjoy the free content I look forward to sharing with you.</p>\r\n<p>&nbsp;</p>\r\n</div>\r\n<div>\r\n<p>I want to ensure you have proven and real information from here on.</p>\r\n<p><strong>See you on the other side.</strong></p>\r\n<p><strong>Dr. Dimitrios Kostopoulos</strong></p>\r\n</div>\r\n<div><em>Helping Private Practice Owners Boom Your Business</em></div>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"2_5\"][et_pb_cta title=\"Grab Free Magazine Subscription\" button_url=\"#open-overlay\" button_text=\"Download Now\" module_id=\"overlay_unique_id_69\" _builder_version=\"3.19\" header_level=\"h1\" header_font=\"||||||||\" body_font=\"||||||||\" background_color=\"#0075B2\" border_radii=\"on|10px|10px|10px|10px\" custom_button=\"on\" button_text_size=\"26px\" button_text_color=\"#0C71C3\" button_bg_color=\"#ffffff\" button_border_width=\"0px\" button_border_radius=\"100px\" button_font=\"|700|||||||\" button_use_icon=\"off\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"5px\" box_shadow_vertical=\"5px\" box_shadow_style_button=\"preset2\" box_shadow_horizontal_button=\"0px\" box_shadow_vertical_button=\"0px\" custom_margin=\"|30px||\" custom_padding=\"|||\" box_shadow_color_button__hover_enabled=\"on\" box_shadow_color_button__hover=\"rgba(0,0,0,0.3)\" box_shadow_horizontal_button__hover_enabled=\"on\" box_shadow_horizontal_button__hover=\"0px\" box_shadow_blur_button__hover_enabled=\"on\" box_shadow_blur_button__hover=\"25px\" box_shadow_spread_button__hover_enabled=\"on\" box_shadow_spread_button__hover=\"10px\"]\r\n\r\n<p>\r\n<img src=\"http://quantumleaplife.com/handsondiagnostics.com/wp-content/uploads/2018/12/hods.jpg\" width=\"825\" height=\"1088\" alt=\"\" class=\"wp-image-27 alignnone size-full\" /></p>\r\n\r\n[/et_pb_cta][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|15px|30px|false|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#10243B\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#FFFFFF\" header_font_size=\"21px\"]\r\n\r\n<h1>You’ll Discover….</h1>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" _builder_version=\"3.19\" background_color=\"#ffffff\" border_radii=\"|||30px|30px\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19\" text_font=\"||||||||\" text_text_color=\"#000000\" text_font_size=\"16px\" custom_padding=\"|||30px\"]\r\n\r\n<ul>\r\n<li> How to Get off the Treadmill and Increase Your Productivity While Reducing Your Hours</li>\r\n<li>The Secret to Getting Higher Insurance Payouts from Insurance Providers</li>\r\n<li>How to Increase Accurate Diagnosis and Accelerate Healing</li>\r\n<li>New Revenue Streams that Improve Patient Outcomes and Increase Net Profit Margins </li>\r\n</ul>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19\"]\r\n\r\n<p style=\"text-align: center;\"><span style=\"color: #000000;\"><a href=\"https://www.diagnosticsforpt.com/terms-and-conditions/\" target=\"_blank\" rel=\"noopener\" style=\"color: #000000;\">| <strong>PRIVACY POLICY &amp; TERMS Of USE</strong> |</a></span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #000000;\"><span>Created by </span><span style=\"color: #ffffff;\"><strong><a href=\"http://www.innersurf.com/\" target=\"_blank\" rel=\"noopener\" style=\"color: #10233A;\">InnerSurf Online Solutions</a></strong></span></span></p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Landing Page', '', 'inherit', 'closed', 'closed', '', '5-revision-v1', '', '', '2019-02-02 09:28:58', '2019-02-02 09:28:58', '', 5, 'http://109.199.127.251/~fastacti/socialmediaspeakerlosangeles.com/2019/02/02/5-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(184, 1, '2019-02-02 09:30:31', '2019-02-02 09:30:31', '[et_pb_section bb_built=\"1\" _builder_version=\"3.19\" background_color=\"#c9c9c9\" custom_padding=\"15px|0px|0px|0px\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" _builder_version=\"3.19\" background_color=\"#ffffff\" box_shadow_style=\"preset1\" border_radii=\"|10px|10px|0px|0px\" custom_padding=\"0px||0px|\"][et_pb_column type=\"4_4\"][et_pb_image src=\"http://109.199.127.251/~fastacti/socialmediaspeakerlosangeles.com/wp-content/uploads/2019/02/header-logo-2.jpg\" show_bottom_space=\"off\" align=\"center\" _builder_version=\"3.19\" custom_margin=\"||0px\" border_radii=\"on|5px|5px|5px|5px\" /][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"10px|20px|10px|20px\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#ffffff\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_image src=\"http://109.199.127.251/~fastacti/socialmediaspeakerlosangeles.com/wp-content/uploads/2019/02/slide1.jpg\" show_bottom_space=\"off\" align=\"center\" _builder_version=\"3.19\" custom_margin=\"||0px\" border_radii=\"on|5px|5px|5px|5px\" /][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"10px|20px|10px|20px\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#28a460\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"24px\"]\r\n\r\n<h1 class=\"text-center\" style=\"font-size: 30px; font-weight: bold; font-family: Arial, Helvetica, sans-serif; text-align: center;\">Tracy Repchuk is the <span class=\"txtyellow\">Top Social Media Speaker for Los Angeles</span> for business branding, online marketing &amp; social media strategy</h1>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|15px|30px|false|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#ffffff\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19\" header_font=\"|800|||||||\" header_text_align=\"center\" header_text_color=\"#0183FC\"]\r\n\r\n<h1><span>How Would You Like To Achieve Better Patient Outcomes, Radically Differentiate Your Practice, And 5X Reimbursements In As Little As 90 Days?</span></h1>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|15px|30px|false|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#10243B\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#FFFFFF\" header_font_size=\"21px\"]\r\n\r\n<h1><span>Grab Details Now to The Revolution Taking Private Practice Physical Therapy By Storm</span></h1>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" _builder_version=\"3.19\" background_color=\"#ffffff\" box_shadow_style=\"preset1\"][et_pb_column type=\"3_5\"][et_pb_image src=\"data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTA4MCIgaGVpZ2h0PSI1NDAiIHZpZXdCb3g9IjAgMCAxMDgwIDU0MCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPHBhdGggZmlsbD0iI0VCRUJFQiIgZD0iTTAgMGgxMDgwdjU0MEgweiIvPgogICAgICAgIDxwYXRoIGQ9Ik00NDUuNjQ5IDU0MGgtOTguOTk1TDE0NC42NDkgMzM3Ljk5NSAwIDQ4Mi42NDR2LTk4Ljk5NWwxMTYuMzY1LTExNi4zNjVjMTUuNjItMTUuNjIgNDAuOTQ3LTE1LjYyIDU2LjU2OCAwTDQ0NS42NSA1NDB6IiBmaWxsLW9wYWNpdHk9Ii4xIiBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz4KICAgICAgICA8Y2lyY2xlIGZpbGwtb3BhY2l0eT0iLjA1IiBmaWxsPSIjMDAwIiBjeD0iMzMxIiBjeT0iMTQ4IiByPSI3MCIvPgogICAgICAgIDxwYXRoIGQ9Ik0xMDgwIDM3OXYxMTMuMTM3TDcyOC4xNjIgMTQwLjMgMzI4LjQ2MiA1NDBIMjE1LjMyNEw2OTkuODc4IDU1LjQ0NmMxNS42Mi0xNS42MiA0MC45NDgtMTUuNjIgNTYuNTY4IDBMMTA4MCAzNzl6IiBmaWxsLW9wYWNpdHk9Ii4yIiBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz4KICAgIDwvZz4KPC9zdmc+Cg==\" _builder_version=\"3.19\" max_width=\"50%\" module_alignment=\"center\" /][et_pb_text _builder_version=\"3.19\" text_font=\"||||||||\" text_text_color=\"#000000\" text_font_size=\"16px\" custom_padding=\"|||30px\"]\r\n\r\n<div>\r\n<p><strong>Are you feeling the squeeze of shrinking reimbursements from insurance carriers?</strong></p>\r\n<p>Have you ever felt overwhelmed by the ever-changing regulations that limit your profit potential and create more work for you?</p>\r\n<p><strong>Are you losing the battle for new patients from the increased competition of HOPTs and POPTs?</strong></p>\r\n<p>Are you struggling and finding it costlier to retain quality staff?</p>\r\n<p><strong>I know how you feel because at a time when we had 13 clinics (and were the 2nd largest private practice PT organization in NY), our reimbursements were slashed by 50% - 60% one after another. This new frontier of marketing, diagnosing and increased competition led me in search of solutions.</strong></p>\r\n<p>Hi, my name is Dr. Dimitrios Kostopoulos, DPT, MD, PhD, DSc, ECS and I’m board certified in Clinical Electrophysiology with over 26 years of clinical and private practice experience. It was from the obstacles I faced I was able to discover a technology that provided us with significantly greater profit margins and 5x - 10x more per patient visit. Once I had mastered this to a repeatable formula, I revealed the technology to other private practitioners who are gaining similar results.</p>\r\n<p><strong>I want to help you get the information you need in a format that fits your lifestyle which is why I’m offering a free download of our magazine called Diagnostics for PT</strong></p>\r\n<p><strong></strong></p>\r\n</div>\r\n<div>\r\n<p>To get started simply provide your name and email address and you’ll be sent directly to a download.</p>\r\n<p><strong>And best of all…. It’s free.</strong></p>\r\n<p>There is no cost to join, no contracts to sign, and no obligation to do anything except enjoy the free content I look forward to sharing with you.</p>\r\n<p>&nbsp;</p>\r\n</div>\r\n<div>\r\n<p>I want to ensure you have proven and real information from here on.</p>\r\n<p><strong>See you on the other side.</strong></p>\r\n<p><strong>Dr. Dimitrios Kostopoulos</strong></p>\r\n</div>\r\n<div><em>Helping Private Practice Owners Boom Your Business</em></div>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"2_5\"][et_pb_cta title=\"Grab Free Magazine Subscription\" button_url=\"#open-overlay\" button_text=\"Download Now\" module_id=\"overlay_unique_id_69\" _builder_version=\"3.19\" header_level=\"h1\" header_font=\"||||||||\" body_font=\"||||||||\" background_color=\"#0075B2\" border_radii=\"on|10px|10px|10px|10px\" custom_button=\"on\" button_text_size=\"26px\" button_text_color=\"#0C71C3\" button_bg_color=\"#ffffff\" button_border_width=\"0px\" button_border_radius=\"100px\" button_font=\"|700|||||||\" button_use_icon=\"off\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"5px\" box_shadow_vertical=\"5px\" box_shadow_style_button=\"preset2\" box_shadow_horizontal_button=\"0px\" box_shadow_vertical_button=\"0px\" custom_margin=\"|30px||\" custom_padding=\"|||\" box_shadow_color_button__hover_enabled=\"on\" box_shadow_color_button__hover=\"rgba(0,0,0,0.3)\" box_shadow_horizontal_button__hover_enabled=\"on\" box_shadow_horizontal_button__hover=\"0px\" box_shadow_blur_button__hover_enabled=\"on\" box_shadow_blur_button__hover=\"25px\" box_shadow_spread_button__hover_enabled=\"on\" box_shadow_spread_button__hover=\"10px\"]\r\n\r\n<p>\r\n<img src=\"http://quantumleaplife.com/handsondiagnostics.com/wp-content/uploads/2018/12/hods.jpg\" width=\"825\" height=\"1088\" alt=\"\" class=\"wp-image-27 alignnone size-full\" /></p>\r\n\r\n[/et_pb_cta][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|15px|30px|false|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#10243B\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#FFFFFF\" header_font_size=\"21px\"]\r\n\r\n<h1>You’ll Discover….</h1>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" _builder_version=\"3.19\" background_color=\"#ffffff\" border_radii=\"|||30px|30px\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19\" text_font=\"||||||||\" text_text_color=\"#000000\" text_font_size=\"16px\" custom_padding=\"|||30px\"]\r\n\r\n<ul>\r\n<li> How to Get off the Treadmill and Increase Your Productivity While Reducing Your Hours</li>\r\n<li>The Secret to Getting Higher Insurance Payouts from Insurance Providers</li>\r\n<li>How to Increase Accurate Diagnosis and Accelerate Healing</li>\r\n<li>New Revenue Streams that Improve Patient Outcomes and Increase Net Profit Margins </li>\r\n</ul>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19\"]\r\n\r\n<p style=\"text-align: center;\"><span style=\"color: #000000;\"><a href=\"https://www.diagnosticsforpt.com/terms-and-conditions/\" target=\"_blank\" rel=\"noopener\" style=\"color: #000000;\">| <strong>PRIVACY POLICY &amp; TERMS Of USE</strong> |</a></span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #000000;\"><span>Created by </span><span style=\"color: #ffffff;\"><strong><a href=\"http://www.innersurf.com/\" target=\"_blank\" rel=\"noopener\" style=\"color: #10233A;\">InnerSurf Online Solutions</a></strong></span></span></p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Landing Page', '', 'inherit', 'closed', 'closed', '', '5-revision-v1', '', '', '2019-02-02 09:30:31', '2019-02-02 09:30:31', '', 5, 'http://109.199.127.251/~fastacti/socialmediaspeakerlosangeles.com/2019/02/02/5-revision-v1/', 0, 'revision', '', 0),
(185, 1, '2019-02-02 09:32:16', '2019-02-02 09:32:16', '[et_pb_section bb_built=\"1\" _builder_version=\"3.19\" background_color=\"#c9c9c9\" custom_padding=\"15px|0px|0px|0px\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" _builder_version=\"3.19\" background_color=\"#ffffff\" box_shadow_style=\"preset1\" border_radii=\"|10px|10px|0px|0px\" custom_padding=\"0px||0px|\"][et_pb_column type=\"4_4\"][et_pb_image src=\"http://109.199.127.251/~fastacti/socialmediaspeakerlosangeles.com/wp-content/uploads/2019/02/header-logo-2.jpg\" show_bottom_space=\"off\" align=\"center\" _builder_version=\"3.19\" custom_margin=\"||0px\" border_radii=\"on|5px|5px|5px|5px\" /][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"10px|20px|10px|20px\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#ffffff\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_image src=\"http://109.199.127.251/~fastacti/socialmediaspeakerlosangeles.com/wp-content/uploads/2019/02/slide1.jpg\" show_bottom_space=\"off\" align=\"center\" _builder_version=\"3.19\" custom_margin=\"||0px\" border_radii=\"on|5px|5px|5px|5px\" /][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"10px|20px|10px|20px\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#28a460\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text: section1\" _builder_version=\"3.19\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"24px\"]\r\n\r\n<h1 class=\"text-center\" style=\"font-size: 30px; font-weight: bold; font-family: Arial, Helvetica, sans-serif; text-align: center;\">Tracy Repchuk is the <span class=\"txtyellow\">Top Social Media Speaker for Los Angeles</span> for business branding, online marketing &amp; social media strategy</h1>\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Text: section1\" _builder_version=\"3.19\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"24px\" background_color=\"#ffffff\" text_text_color=\"#000000\" border_radii=\"on|10px|10px|10px|10px\"]\r\n\r\n<h1 class=\"text-center\" style=\"font-size: 30px; font-weight: bold; font-family: Arial, Helvetica, sans-serif; text-align: center;\">Tracy Repchuk is the <span class=\"txtyellow\">Top Social Media Speaker for Los Angeles</span> for business branding, online marketing &amp; social media strategy</h1>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|15px|30px|false|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#ffffff\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19\" header_font=\"|800|||||||\" header_text_align=\"center\" header_text_color=\"#0183FC\"]\r\n\r\n<h1><span>How Would You Like To Achieve Better Patient Outcomes, Radically Differentiate Your Practice, And 5X Reimbursements In As Little As 90 Days?</span></h1>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|15px|30px|false|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#10243B\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#FFFFFF\" header_font_size=\"21px\"]\r\n\r\n<h1><span>Grab Details Now to The Revolution Taking Private Practice Physical Therapy By Storm</span></h1>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" _builder_version=\"3.19\" background_color=\"#ffffff\" box_shadow_style=\"preset1\"][et_pb_column type=\"3_5\"][et_pb_image src=\"data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTA4MCIgaGVpZ2h0PSI1NDAiIHZpZXdCb3g9IjAgMCAxMDgwIDU0MCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPHBhdGggZmlsbD0iI0VCRUJFQiIgZD0iTTAgMGgxMDgwdjU0MEgweiIvPgogICAgICAgIDxwYXRoIGQ9Ik00NDUuNjQ5IDU0MGgtOTguOTk1TDE0NC42NDkgMzM3Ljk5NSAwIDQ4Mi42NDR2LTk4Ljk5NWwxMTYuMzY1LTExNi4zNjVjMTUuNjItMTUuNjIgNDAuOTQ3LTE1LjYyIDU2LjU2OCAwTDQ0NS42NSA1NDB6IiBmaWxsLW9wYWNpdHk9Ii4xIiBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz4KICAgICAgICA8Y2lyY2xlIGZpbGwtb3BhY2l0eT0iLjA1IiBmaWxsPSIjMDAwIiBjeD0iMzMxIiBjeT0iMTQ4IiByPSI3MCIvPgogICAgICAgIDxwYXRoIGQ9Ik0xMDgwIDM3OXYxMTMuMTM3TDcyOC4xNjIgMTQwLjMgMzI4LjQ2MiA1NDBIMjE1LjMyNEw2OTkuODc4IDU1LjQ0NmMxNS42Mi0xNS42MiA0MC45NDgtMTUuNjIgNTYuNTY4IDBMMTA4MCAzNzl6IiBmaWxsLW9wYWNpdHk9Ii4yIiBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz4KICAgIDwvZz4KPC9zdmc+Cg==\" _builder_version=\"3.19\" max_width=\"50%\" module_alignment=\"center\" /][et_pb_text _builder_version=\"3.19\" text_font=\"||||||||\" text_text_color=\"#000000\" text_font_size=\"16px\" custom_padding=\"|||30px\"]\r\n\r\n<div>\r\n<p><strong>Are you feeling the squeeze of shrinking reimbursements from insurance carriers?</strong></p>\r\n<p>Have you ever felt overwhelmed by the ever-changing regulations that limit your profit potential and create more work for you?</p>\r\n<p><strong>Are you losing the battle for new patients from the increased competition of HOPTs and POPTs?</strong></p>\r\n<p>Are you struggling and finding it costlier to retain quality staff?</p>\r\n<p><strong>I know how you feel because at a time when we had 13 clinics (and were the 2nd largest private practice PT organization in NY), our reimbursements were slashed by 50% - 60% one after another. This new frontier of marketing, diagnosing and increased competition led me in search of solutions.</strong></p>\r\n<p>Hi, my name is Dr. Dimitrios Kostopoulos, DPT, MD, PhD, DSc, ECS and I’m board certified in Clinical Electrophysiology with over 26 years of clinical and private practice experience. It was from the obstacles I faced I was able to discover a technology that provided us with significantly greater profit margins and 5x - 10x more per patient visit. Once I had mastered this to a repeatable formula, I revealed the technology to other private practitioners who are gaining similar results.</p>\r\n<p><strong>I want to help you get the information you need in a format that fits your lifestyle which is why I’m offering a free download of our magazine called Diagnostics for PT</strong></p>\r\n<p><strong></strong></p>\r\n</div>\r\n<div>\r\n<p>To get started simply provide your name and email address and you’ll be sent directly to a download.</p>\r\n<p><strong>And best of all…. It’s free.</strong></p>\r\n<p>There is no cost to join, no contracts to sign, and no obligation to do anything except enjoy the free content I look forward to sharing with you.</p>\r\n<p>&nbsp;</p>\r\n</div>\r\n<div>\r\n<p>I want to ensure you have proven and real information from here on.</p>\r\n<p><strong>See you on the other side.</strong></p>\r\n<p><strong>Dr. Dimitrios Kostopoulos</strong></p>\r\n</div>\r\n<div><em>Helping Private Practice Owners Boom Your Business</em></div>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"2_5\"][et_pb_cta title=\"Grab Free Magazine Subscription\" button_url=\"#open-overlay\" button_text=\"Download Now\" module_id=\"overlay_unique_id_69\" _builder_version=\"3.19\" header_level=\"h1\" header_font=\"||||||||\" body_font=\"||||||||\" background_color=\"#0075B2\" border_radii=\"on|10px|10px|10px|10px\" custom_button=\"on\" button_text_size=\"26px\" button_text_color=\"#0C71C3\" button_bg_color=\"#ffffff\" button_border_width=\"0px\" button_border_radius=\"100px\" button_font=\"|700|||||||\" button_use_icon=\"off\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"5px\" box_shadow_vertical=\"5px\" box_shadow_style_button=\"preset2\" box_shadow_horizontal_button=\"0px\" box_shadow_vertical_button=\"0px\" custom_margin=\"|30px||\" custom_padding=\"|||\" box_shadow_color_button__hover_enabled=\"on\" box_shadow_color_button__hover=\"rgba(0,0,0,0.3)\" box_shadow_horizontal_button__hover_enabled=\"on\" box_shadow_horizontal_button__hover=\"0px\" box_shadow_blur_button__hover_enabled=\"on\" box_shadow_blur_button__hover=\"25px\" box_shadow_spread_button__hover_enabled=\"on\" box_shadow_spread_button__hover=\"10px\"]\r\n\r\n<p>\r\n<img src=\"http://quantumleaplife.com/handsondiagnostics.com/wp-content/uploads/2018/12/hods.jpg\" width=\"825\" height=\"1088\" alt=\"\" class=\"wp-image-27 alignnone size-full\" /></p>\r\n\r\n[/et_pb_cta][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|15px|30px|false|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#10243B\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#FFFFFF\" header_font_size=\"21px\"]\r\n\r\n<h1>You’ll Discover….</h1>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" _builder_version=\"3.19\" background_color=\"#ffffff\" border_radii=\"|||30px|30px\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19\" text_font=\"||||||||\" text_text_color=\"#000000\" text_font_size=\"16px\" custom_padding=\"|||30px\"]\r\n\r\n<ul>\r\n<li> How to Get off the Treadmill and Increase Your Productivity While Reducing Your Hours</li>\r\n<li>The Secret to Getting Higher Insurance Payouts from Insurance Providers</li>\r\n<li>How to Increase Accurate Diagnosis and Accelerate Healing</li>\r\n<li>New Revenue Streams that Improve Patient Outcomes and Increase Net Profit Margins </li>\r\n</ul>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19\"]\r\n\r\n<p style=\"text-align: center;\"><span style=\"color: #000000;\"><a href=\"https://www.diagnosticsforpt.com/terms-and-conditions/\" target=\"_blank\" rel=\"noopener\" style=\"color: #000000;\">| <strong>PRIVACY POLICY &amp; TERMS Of USE</strong> |</a></span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #000000;\"><span>Created by </span><span style=\"color: #ffffff;\"><strong><a href=\"http://www.innersurf.com/\" target=\"_blank\" rel=\"noopener\" style=\"color: #10233A;\">InnerSurf Online Solutions</a></strong></span></span></p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Landing Page', '', 'inherit', 'closed', 'closed', '', '5-revision-v1', '', '', '2019-02-02 09:32:16', '2019-02-02 09:32:16', '', 5, 'http://109.199.127.251/~fastacti/socialmediaspeakerlosangeles.com/2019/02/02/5-revision-v1/', 0, 'revision', '', 0),
(186, 1, '2019-02-02 09:33:57', '2019-02-02 09:33:57', '[et_pb_section bb_built=\"1\" _builder_version=\"3.19\" background_color=\"#c9c9c9\" custom_padding=\"15px|0px|0px|0px\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" _builder_version=\"3.19\" background_color=\"#ffffff\" box_shadow_style=\"preset1\" border_radii=\"|10px|10px|0px|0px\" custom_padding=\"0px||0px|\"][et_pb_column type=\"4_4\"][et_pb_image src=\"http://109.199.127.251/~fastacti/socialmediaspeakerlosangeles.com/wp-content/uploads/2019/02/header-logo-2.jpg\" show_bottom_space=\"off\" align=\"center\" _builder_version=\"3.19\" custom_margin=\"||0px\" border_radii=\"on|5px|5px|5px|5px\" /][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"10px|20px|10px|20px\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#ffffff\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_image src=\"http://109.199.127.251/~fastacti/socialmediaspeakerlosangeles.com/wp-content/uploads/2019/02/slide1.jpg\" show_bottom_space=\"off\" align=\"center\" _builder_version=\"3.19\" custom_margin=\"||0px\" border_radii=\"on|5px|5px|5px|5px\" /][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"10px|20px|10px|20px\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#28a460\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text: section1\" _builder_version=\"3.19\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"24px\"]\r\n\r\n<h1 class=\"text-center\" style=\"font-size: 30px; font-weight: bold; font-family: Arial, Helvetica, sans-serif; text-align: center;\">Tracy Repchuk is the <span class=\"txtyellow\">Top Social Media Speaker for Los <br>Angeles</span> for business branding, online marketing &amp; social <br>media strategy</h1>\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Text: section1\" _builder_version=\"3.19\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"24px\" background_color=\"#ffffff\" text_text_color=\"#000000\" border_radii=\"on|10px|10px|10px|10px\"]\r\n\r\n<h1 class=\"text-center\" style=\"font-size: 30px; font-weight: bold; font-family: Arial, Helvetica, sans-serif; text-align: center;\">Tracy Repchuk is the <span class=\"txtyellow\">Top Social Media Speaker for Los Angeles</span> for business branding, online marketing &amp; social media strategy</h1>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|15px|30px|false|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#ffffff\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19\" header_font=\"|800|||||||\" header_text_align=\"center\" header_text_color=\"#0183FC\"]\r\n\r\n<h1><span>How Would You Like To Achieve Better Patient Outcomes, Radically Differentiate Your Practice, And 5X Reimbursements In As Little As 90 Days?</span></h1>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|15px|30px|false|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#10243B\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#FFFFFF\" header_font_size=\"21px\"]\r\n\r\n<h1><span>Grab Details Now to The Revolution Taking Private Practice Physical Therapy By Storm</span></h1>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" _builder_version=\"3.19\" background_color=\"#ffffff\" box_shadow_style=\"preset1\"][et_pb_column type=\"3_5\"][et_pb_image src=\"data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTA4MCIgaGVpZ2h0PSI1NDAiIHZpZXdCb3g9IjAgMCAxMDgwIDU0MCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPHBhdGggZmlsbD0iI0VCRUJFQiIgZD0iTTAgMGgxMDgwdjU0MEgweiIvPgogICAgICAgIDxwYXRoIGQ9Ik00NDUuNjQ5IDU0MGgtOTguOTk1TDE0NC42NDkgMzM3Ljk5NSAwIDQ4Mi42NDR2LTk4Ljk5NWwxMTYuMzY1LTExNi4zNjVjMTUuNjItMTUuNjIgNDAuOTQ3LTE1LjYyIDU2LjU2OCAwTDQ0NS42NSA1NDB6IiBmaWxsLW9wYWNpdHk9Ii4xIiBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz4KICAgICAgICA8Y2lyY2xlIGZpbGwtb3BhY2l0eT0iLjA1IiBmaWxsPSIjMDAwIiBjeD0iMzMxIiBjeT0iMTQ4IiByPSI3MCIvPgogICAgICAgIDxwYXRoIGQ9Ik0xMDgwIDM3OXYxMTMuMTM3TDcyOC4xNjIgMTQwLjMgMzI4LjQ2MiA1NDBIMjE1LjMyNEw2OTkuODc4IDU1LjQ0NmMxNS42Mi0xNS42MiA0MC45NDgtMTUuNjIgNTYuNTY4IDBMMTA4MCAzNzl6IiBmaWxsLW9wYWNpdHk9Ii4yIiBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz4KICAgIDwvZz4KPC9zdmc+Cg==\" _builder_version=\"3.19\" max_width=\"50%\" module_alignment=\"center\" /][et_pb_text _builder_version=\"3.19\" text_font=\"||||||||\" text_text_color=\"#000000\" text_font_size=\"16px\" custom_padding=\"|||30px\"]\r\n\r\n<div>\r\n<p><strong>Are you feeling the squeeze of shrinking reimbursements from insurance carriers?</strong></p>\r\n<p>Have you ever felt overwhelmed by the ever-changing regulations that limit your profit potential and create more work for you?</p>\r\n<p><strong>Are you losing the battle for new patients from the increased competition of HOPTs and POPTs?</strong></p>\r\n<p>Are you struggling and finding it costlier to retain quality staff?</p>\r\n<p><strong>I know how you feel because at a time when we had 13 clinics (and were the 2nd largest private practice PT organization in NY), our reimbursements were slashed by 50% - 60% one after another. This new frontier of marketing, diagnosing and increased competition led me in search of solutions.</strong></p>\r\n<p>Hi, my name is Dr. Dimitrios Kostopoulos, DPT, MD, PhD, DSc, ECS and I’m board certified in Clinical Electrophysiology with over 26 years of clinical and private practice experience. It was from the obstacles I faced I was able to discover a technology that provided us with significantly greater profit margins and 5x - 10x more per patient visit. Once I had mastered this to a repeatable formula, I revealed the technology to other private practitioners who are gaining similar results.</p>\r\n<p><strong>I want to help you get the information you need in a format that fits your lifestyle which is why I’m offering a free download of our magazine called Diagnostics for PT</strong></p>\r\n<p><strong></strong></p>\r\n</div>\r\n<div>\r\n<p>To get started simply provide your name and email address and you’ll be sent directly to a download.</p>\r\n<p><strong>And best of all…. It’s free.</strong></p>\r\n<p>There is no cost to join, no contracts to sign, and no obligation to do anything except enjoy the free content I look forward to sharing with you.</p>\r\n<p>&nbsp;</p>\r\n</div>\r\n<div>\r\n<p>I want to ensure you have proven and real information from here on.</p>\r\n<p><strong>See you on the other side.</strong></p>\r\n<p><strong>Dr. Dimitrios Kostopoulos</strong></p>\r\n</div>\r\n<div><em>Helping Private Practice Owners Boom Your Business</em></div>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"2_5\"][et_pb_cta title=\"Grab Free Magazine Subscription\" button_url=\"#open-overlay\" button_text=\"Download Now\" module_id=\"overlay_unique_id_69\" _builder_version=\"3.19\" header_level=\"h1\" header_font=\"||||||||\" body_font=\"||||||||\" background_color=\"#0075B2\" border_radii=\"on|10px|10px|10px|10px\" custom_button=\"on\" button_text_size=\"26px\" button_text_color=\"#0C71C3\" button_bg_color=\"#ffffff\" button_border_width=\"0px\" button_border_radius=\"100px\" button_font=\"|700|||||||\" button_use_icon=\"off\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"5px\" box_shadow_vertical=\"5px\" box_shadow_style_button=\"preset2\" box_shadow_horizontal_button=\"0px\" box_shadow_vertical_button=\"0px\" custom_margin=\"|30px||\" custom_padding=\"|||\" box_shadow_color_button__hover_enabled=\"on\" box_shadow_color_button__hover=\"rgba(0,0,0,0.3)\" box_shadow_horizontal_button__hover_enabled=\"on\" box_shadow_horizontal_button__hover=\"0px\" box_shadow_blur_button__hover_enabled=\"on\" box_shadow_blur_button__hover=\"25px\" box_shadow_spread_button__hover_enabled=\"on\" box_shadow_spread_button__hover=\"10px\"]\r\n\r\n<p>\r\n<img src=\"http://quantumleaplife.com/handsondiagnostics.com/wp-content/uploads/2018/12/hods.jpg\" width=\"825\" height=\"1088\" alt=\"\" class=\"wp-image-27 alignnone size-full\" /></p>\r\n\r\n[/et_pb_cta][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|15px|30px|false|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#10243B\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#FFFFFF\" header_font_size=\"21px\"]\r\n\r\n<h1>You’ll Discover….</h1>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" _builder_version=\"3.19\" background_color=\"#ffffff\" border_radii=\"|||30px|30px\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19\" text_font=\"||||||||\" text_text_color=\"#000000\" text_font_size=\"16px\" custom_padding=\"|||30px\"]\r\n\r\n<ul>\r\n<li> How to Get off the Treadmill and Increase Your Productivity While Reducing Your Hours</li>\r\n<li>The Secret to Getting Higher Insurance Payouts from Insurance Providers</li>\r\n<li>How to Increase Accurate Diagnosis and Accelerate Healing</li>\r\n<li>New Revenue Streams that Improve Patient Outcomes and Increase Net Profit Margins </li>\r\n</ul>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19\"]\r\n\r\n<p style=\"text-align: center;\"><span style=\"color: #000000;\"><a href=\"https://www.diagnosticsforpt.com/terms-and-conditions/\" target=\"_blank\" rel=\"noopener\" style=\"color: #000000;\">| <strong>PRIVACY POLICY &amp; TERMS Of USE</strong> |</a></span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #000000;\"><span>Created by </span><span style=\"color: #ffffff;\"><strong><a href=\"http://www.innersurf.com/\" target=\"_blank\" rel=\"noopener\" style=\"color: #10233A;\">InnerSurf Online Solutions</a></strong></span></span></p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Landing Page', '', 'inherit', 'closed', 'closed', '', '5-revision-v1', '', '', '2019-02-02 09:33:57', '2019-02-02 09:33:57', '', 5, 'http://109.199.127.251/~fastacti/socialmediaspeakerlosangeles.com/2019/02/02/5-revision-v1/', 0, 'revision', '', 0),
(187, 1, '2019-02-02 09:35:50', '2019-02-02 09:35:50', '[et_pb_section bb_built=\"1\" _builder_version=\"3.19\" background_color=\"#c9c9c9\" custom_padding=\"15px|0px|0px|0px\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" _builder_version=\"3.19\" background_color=\"#ffffff\" box_shadow_style=\"preset1\" border_radii=\"|10px|10px|0px|0px\" custom_padding=\"0px||0px|\"][et_pb_column type=\"4_4\"][et_pb_image src=\"http://109.199.127.251/~fastacti/socialmediaspeakerlosangeles.com/wp-content/uploads/2019/02/header-logo-2.jpg\" show_bottom_space=\"off\" align=\"center\" _builder_version=\"3.19\" custom_margin=\"||0px\" border_radii=\"on|5px|5px|5px|5px\" /][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"10px|20px|10px|20px\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#ffffff\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_image src=\"http://109.199.127.251/~fastacti/socialmediaspeakerlosangeles.com/wp-content/uploads/2019/02/slide1.jpg\" show_bottom_space=\"off\" align=\"center\" _builder_version=\"3.19\" custom_margin=\"||0px\" border_radii=\"on|5px|5px|5px|5px\" /][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"10px|20px|10px|20px\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#28a460\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text: section1\" _builder_version=\"3.19\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"24px\"]\r\n\r\n<h1 class=\"text-center\" style=\"font-size: 30px; font-weight: bold; font-family: Arial, Helvetica, sans-serif; text-align: center;\">Tracy Repchuk is the <span class=\"txtyellow\">Top Social Media Speaker for Los <br>Angeles</span> for business branding, online marketing &amp; social <br>media strategy</h1>\r\n\r\n[/et_pb_text][et_pb_text _builder_version=\"3.19\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"24px\" background_color=\"#ffffff\" text_text_color=\"#000000\" border_radii=\"on|10px|10px|10px|10px\" custom_padding=\"20px|10px|10px|20px\"]\r\n\r\n<div id=\"section-2in\">\r\n<p>Tracy has spoken in over 35 countries in audiences ranging from presidents, heads of state, businesses, corporations, associations, conventions, authors, speakers, entrepreneurs and emerging leaders and continues to enlighten, energize and educate her audiences to massive action and results.</p>\r\n\r\n<p>As a trusted TV and media resource, appearing in over 22 national networks, over 60 publications and 3 motivational movies she continues to spread her positive message and easy to understand breakdowns of technology, business, branding, and social media. </p>\r\n\r\n<p>Select Tracy Repchuk the top social media speaker for los angeles for your next event!</p>\r\n</div>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|15px|30px|false|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#ffffff\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19\" header_font=\"|800|||||||\" header_text_align=\"center\" header_text_color=\"#0183FC\"]\r\n\r\n<h1><span>How Would You Like To Achieve Better Patient Outcomes, Radically Differentiate Your Practice, And 5X Reimbursements In As Little As 90 Days?</span></h1>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|15px|30px|false|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#10243B\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#FFFFFF\" header_font_size=\"21px\"]\r\n\r\n<h1><span>Grab Details Now to The Revolution Taking Private Practice Physical Therapy By Storm</span></h1>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" _builder_version=\"3.19\" background_color=\"#ffffff\" box_shadow_style=\"preset1\"][et_pb_column type=\"3_5\"][et_pb_image src=\"data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTA4MCIgaGVpZ2h0PSI1NDAiIHZpZXdCb3g9IjAgMCAxMDgwIDU0MCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPHBhdGggZmlsbD0iI0VCRUJFQiIgZD0iTTAgMGgxMDgwdjU0MEgweiIvPgogICAgICAgIDxwYXRoIGQ9Ik00NDUuNjQ5IDU0MGgtOTguOTk1TDE0NC42NDkgMzM3Ljk5NSAwIDQ4Mi42NDR2LTk4Ljk5NWwxMTYuMzY1LTExNi4zNjVjMTUuNjItMTUuNjIgNDAuOTQ3LTE1LjYyIDU2LjU2OCAwTDQ0NS42NSA1NDB6IiBmaWxsLW9wYWNpdHk9Ii4xIiBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz4KICAgICAgICA8Y2lyY2xlIGZpbGwtb3BhY2l0eT0iLjA1IiBmaWxsPSIjMDAwIiBjeD0iMzMxIiBjeT0iMTQ4IiByPSI3MCIvPgogICAgICAgIDxwYXRoIGQ9Ik0xMDgwIDM3OXYxMTMuMTM3TDcyOC4xNjIgMTQwLjMgMzI4LjQ2MiA1NDBIMjE1LjMyNEw2OTkuODc4IDU1LjQ0NmMxNS42Mi0xNS42MiA0MC45NDgtMTUuNjIgNTYuNTY4IDBMMTA4MCAzNzl6IiBmaWxsLW9wYWNpdHk9Ii4yIiBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz4KICAgIDwvZz4KPC9zdmc+Cg==\" _builder_version=\"3.19\" max_width=\"50%\" module_alignment=\"center\" /][et_pb_text _builder_version=\"3.19\" text_font=\"||||||||\" text_text_color=\"#000000\" text_font_size=\"16px\" custom_padding=\"|||30px\"]\r\n\r\n<div>\r\n<p><strong>Are you feeling the squeeze of shrinking reimbursements from insurance carriers?</strong></p>\r\n<p>Have you ever felt overwhelmed by the ever-changing regulations that limit your profit potential and create more work for you?</p>\r\n<p><strong>Are you losing the battle for new patients from the increased competition of HOPTs and POPTs?</strong></p>\r\n<p>Are you struggling and finding it costlier to retain quality staff?</p>\r\n<p><strong>I know how you feel because at a time when we had 13 clinics (and were the 2nd largest private practice PT organization in NY), our reimbursements were slashed by 50% - 60% one after another. This new frontier of marketing, diagnosing and increased competition led me in search of solutions.</strong></p>\r\n<p>Hi, my name is Dr. Dimitrios Kostopoulos, DPT, MD, PhD, DSc, ECS and I’m board certified in Clinical Electrophysiology with over 26 years of clinical and private practice experience. It was from the obstacles I faced I was able to discover a technology that provided us with significantly greater profit margins and 5x - 10x more per patient visit. Once I had mastered this to a repeatable formula, I revealed the technology to other private practitioners who are gaining similar results.</p>\r\n<p><strong>I want to help you get the information you need in a format that fits your lifestyle which is why I’m offering a free download of our magazine called Diagnostics for PT</strong></p>\r\n<p><strong></strong></p>\r\n</div>\r\n<div>\r\n<p>To get started simply provide your name and email address and you’ll be sent directly to a download.</p>\r\n<p><strong>And best of all…. It’s free.</strong></p>\r\n<p>There is no cost to join, no contracts to sign, and no obligation to do anything except enjoy the free content I look forward to sharing with you.</p>\r\n<p>&nbsp;</p>\r\n</div>\r\n<div>\r\n<p>I want to ensure you have proven and real information from here on.</p>\r\n<p><strong>See you on the other side.</strong></p>\r\n<p><strong>Dr. Dimitrios Kostopoulos</strong></p>\r\n</div>\r\n<div><em>Helping Private Practice Owners Boom Your Business</em></div>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"2_5\"][et_pb_cta title=\"Grab Free Magazine Subscription\" button_url=\"#open-overlay\" button_text=\"Download Now\" module_id=\"overlay_unique_id_69\" _builder_version=\"3.19\" header_level=\"h1\" header_font=\"||||||||\" body_font=\"||||||||\" background_color=\"#0075B2\" border_radii=\"on|10px|10px|10px|10px\" custom_button=\"on\" button_text_size=\"26px\" button_text_color=\"#0C71C3\" button_bg_color=\"#ffffff\" button_border_width=\"0px\" button_border_radius=\"100px\" button_font=\"|700|||||||\" button_use_icon=\"off\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"5px\" box_shadow_vertical=\"5px\" box_shadow_style_button=\"preset2\" box_shadow_horizontal_button=\"0px\" box_shadow_vertical_button=\"0px\" custom_margin=\"|30px||\" custom_padding=\"|||\" box_shadow_color_button__hover_enabled=\"on\" box_shadow_color_button__hover=\"rgba(0,0,0,0.3)\" box_shadow_horizontal_button__hover_enabled=\"on\" box_shadow_horizontal_button__hover=\"0px\" box_shadow_blur_button__hover_enabled=\"on\" box_shadow_blur_button__hover=\"25px\" box_shadow_spread_button__hover_enabled=\"on\" box_shadow_spread_button__hover=\"10px\"]\r\n\r\n<p>\r\n<img src=\"http://quantumleaplife.com/handsondiagnostics.com/wp-content/uploads/2018/12/hods.jpg\" width=\"825\" height=\"1088\" alt=\"\" class=\"wp-image-27 alignnone size-full\" /></p>\r\n\r\n[/et_pb_cta][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|15px|30px|false|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#10243B\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#FFFFFF\" header_font_size=\"21px\"]\r\n\r\n<h1>You’ll Discover….</h1>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" _builder_version=\"3.19\" background_color=\"#ffffff\" border_radii=\"|||30px|30px\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19\" text_font=\"||||||||\" text_text_color=\"#000000\" text_font_size=\"16px\" custom_padding=\"|||30px\"]\r\n\r\n<ul>\r\n<li> How to Get off the Treadmill and Increase Your Productivity While Reducing Your Hours</li>\r\n<li>The Secret to Getting Higher Insurance Payouts from Insurance Providers</li>\r\n<li>How to Increase Accurate Diagnosis and Accelerate Healing</li>\r\n<li>New Revenue Streams that Improve Patient Outcomes and Increase Net Profit Margins </li>\r\n</ul>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19\"]\r\n\r\n<p style=\"text-align: center;\"><span style=\"color: #000000;\"><a href=\"https://www.diagnosticsforpt.com/terms-and-conditions/\" target=\"_blank\" rel=\"noopener\" style=\"color: #000000;\">| <strong>PRIVACY POLICY &amp; TERMS Of USE</strong> |</a></span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #000000;\"><span>Created by </span><span style=\"color: #ffffff;\"><strong><a href=\"http://www.innersurf.com/\" target=\"_blank\" rel=\"noopener\" style=\"color: #10233A;\">InnerSurf Online Solutions</a></strong></span></span></p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Landing Page', '', 'inherit', 'closed', 'closed', '', '5-revision-v1', '', '', '2019-02-02 09:35:50', '2019-02-02 09:35:50', '', 5, 'http://109.199.127.251/~fastacti/socialmediaspeakerlosangeles.com/2019/02/02/5-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(188, 1, '2019-02-02 09:37:44', '2019-02-02 09:37:44', '[et_pb_section bb_built=\"1\" _builder_version=\"3.19\" background_color=\"#c9c9c9\" custom_padding=\"15px|0px|0px|0px\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" _builder_version=\"3.19\" background_color=\"#ffffff\" box_shadow_style=\"preset1\" border_radii=\"|10px|10px|0px|0px\" custom_padding=\"0px||0px|\"][et_pb_column type=\"4_4\"][et_pb_image src=\"http://109.199.127.251/~fastacti/socialmediaspeakerlosangeles.com/wp-content/uploads/2019/02/header-logo-2.jpg\" show_bottom_space=\"off\" align=\"center\" _builder_version=\"3.19\" custom_margin=\"||0px\" border_radii=\"on|5px|5px|5px|5px\" /][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"10px|20px|10px|20px\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#ffffff\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_image src=\"http://109.199.127.251/~fastacti/socialmediaspeakerlosangeles.com/wp-content/uploads/2019/02/slide1.jpg\" show_bottom_space=\"off\" align=\"center\" _builder_version=\"3.19\" custom_margin=\"||0px\" border_radii=\"on|5px|5px|5px|5px\" /][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"10px|20px|10px|20px\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#28a460\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text: section1\" _builder_version=\"3.19\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"24px\"]\r\n\r\n<h1 class=\"text-center\" style=\"font-size: 30px; font-weight: bold; font-family: Arial, Helvetica, sans-serif; text-align: center;\">Tracy Repchuk is the <span class=\"txtyellow\">Top Social Media Speaker for Los <br>Angeles</span> for business branding, online marketing &amp; social <br>media strategy</h1>\r\n\r\n[/et_pb_text][et_pb_text _builder_version=\"3.19\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"24px\" background_color=\"#ffffff\" text_text_color=\"#000000\" border_radii=\"on|10px|10px|10px|10px\" custom_padding=\"20px|10px|10px|20px\" text_font=\"Arial||||||||\" text_font_size=\"17px\" text_line_height=\"21px\"]\r\n\r\n<div id=\"section-2in\">\r\n<p>Tracy has spoken in over 35 countries in audiences ranging from presidents, heads of state, businesses, corporations, associations, conventions, authors, speakers, entrepreneurs and emerging leaders and continues to enlighten, energize and educate her audiences to massive action and results.</p>\r\n\r\n<p>As a trusted TV and media resource, appearing in over 22 national networks, over 60 publications and 3 motivational movies she continues to spread her positive message and easy to understand breakdowns of technology, business, branding, and social media. </p>\r\n\r\n<p>Select Tracy Repchuk the top social media speaker for los angeles for your next event!</p>\r\n</div>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|15px|30px|false|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#ffffff\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19\" header_font=\"|800|||||||\" header_text_align=\"center\" header_text_color=\"#0183FC\"]\r\n\r\n<h1><span>How Would You Like To Achieve Better Patient Outcomes, Radically Differentiate Your Practice, And 5X Reimbursements In As Little As 90 Days?</span></h1>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|15px|30px|false|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#10243B\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#FFFFFF\" header_font_size=\"21px\"]\r\n\r\n<h1><span>Grab Details Now to The Revolution Taking Private Practice Physical Therapy By Storm</span></h1>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" _builder_version=\"3.19\" background_color=\"#ffffff\" box_shadow_style=\"preset1\"][et_pb_column type=\"3_5\"][et_pb_image src=\"data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTA4MCIgaGVpZ2h0PSI1NDAiIHZpZXdCb3g9IjAgMCAxMDgwIDU0MCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPHBhdGggZmlsbD0iI0VCRUJFQiIgZD0iTTAgMGgxMDgwdjU0MEgweiIvPgogICAgICAgIDxwYXRoIGQ9Ik00NDUuNjQ5IDU0MGgtOTguOTk1TDE0NC42NDkgMzM3Ljk5NSAwIDQ4Mi42NDR2LTk4Ljk5NWwxMTYuMzY1LTExNi4zNjVjMTUuNjItMTUuNjIgNDAuOTQ3LTE1LjYyIDU2LjU2OCAwTDQ0NS42NSA1NDB6IiBmaWxsLW9wYWNpdHk9Ii4xIiBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz4KICAgICAgICA8Y2lyY2xlIGZpbGwtb3BhY2l0eT0iLjA1IiBmaWxsPSIjMDAwIiBjeD0iMzMxIiBjeT0iMTQ4IiByPSI3MCIvPgogICAgICAgIDxwYXRoIGQ9Ik0xMDgwIDM3OXYxMTMuMTM3TDcyOC4xNjIgMTQwLjMgMzI4LjQ2MiA1NDBIMjE1LjMyNEw2OTkuODc4IDU1LjQ0NmMxNS42Mi0xNS42MiA0MC45NDgtMTUuNjIgNTYuNTY4IDBMMTA4MCAzNzl6IiBmaWxsLW9wYWNpdHk9Ii4yIiBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz4KICAgIDwvZz4KPC9zdmc+Cg==\" _builder_version=\"3.19\" max_width=\"50%\" module_alignment=\"center\" /][et_pb_text _builder_version=\"3.19\" text_font=\"||||||||\" text_text_color=\"#000000\" text_font_size=\"16px\" custom_padding=\"|||30px\"]\r\n\r\n<div>\r\n<p><strong>Are you feeling the squeeze of shrinking reimbursements from insurance carriers?</strong></p>\r\n<p>Have you ever felt overwhelmed by the ever-changing regulations that limit your profit potential and create more work for you?</p>\r\n<p><strong>Are you losing the battle for new patients from the increased competition of HOPTs and POPTs?</strong></p>\r\n<p>Are you struggling and finding it costlier to retain quality staff?</p>\r\n<p><strong>I know how you feel because at a time when we had 13 clinics (and were the 2nd largest private practice PT organization in NY), our reimbursements were slashed by 50% - 60% one after another. This new frontier of marketing, diagnosing and increased competition led me in search of solutions.</strong></p>\r\n<p>Hi, my name is Dr. Dimitrios Kostopoulos, DPT, MD, PhD, DSc, ECS and I’m board certified in Clinical Electrophysiology with over 26 years of clinical and private practice experience. It was from the obstacles I faced I was able to discover a technology that provided us with significantly greater profit margins and 5x - 10x more per patient visit. Once I had mastered this to a repeatable formula, I revealed the technology to other private practitioners who are gaining similar results.</p>\r\n<p><strong>I want to help you get the information you need in a format that fits your lifestyle which is why I’m offering a free download of our magazine called Diagnostics for PT</strong></p>\r\n<p><strong></strong></p>\r\n</div>\r\n<div>\r\n<p>To get started simply provide your name and email address and you’ll be sent directly to a download.</p>\r\n<p><strong>And best of all…. It’s free.</strong></p>\r\n<p>There is no cost to join, no contracts to sign, and no obligation to do anything except enjoy the free content I look forward to sharing with you.</p>\r\n<p>&nbsp;</p>\r\n</div>\r\n<div>\r\n<p>I want to ensure you have proven and real information from here on.</p>\r\n<p><strong>See you on the other side.</strong></p>\r\n<p><strong>Dr. Dimitrios Kostopoulos</strong></p>\r\n</div>\r\n<div><em>Helping Private Practice Owners Boom Your Business</em></div>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"2_5\"][et_pb_cta title=\"Grab Free Magazine Subscription\" button_url=\"#open-overlay\" button_text=\"Download Now\" module_id=\"overlay_unique_id_69\" _builder_version=\"3.19\" header_level=\"h1\" header_font=\"||||||||\" body_font=\"||||||||\" background_color=\"#0075B2\" border_radii=\"on|10px|10px|10px|10px\" custom_button=\"on\" button_text_size=\"26px\" button_text_color=\"#0C71C3\" button_bg_color=\"#ffffff\" button_border_width=\"0px\" button_border_radius=\"100px\" button_font=\"|700|||||||\" button_use_icon=\"off\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"5px\" box_shadow_vertical=\"5px\" box_shadow_style_button=\"preset2\" box_shadow_horizontal_button=\"0px\" box_shadow_vertical_button=\"0px\" custom_margin=\"|30px||\" custom_padding=\"|||\" box_shadow_color_button__hover_enabled=\"on\" box_shadow_color_button__hover=\"rgba(0,0,0,0.3)\" box_shadow_horizontal_button__hover_enabled=\"on\" box_shadow_horizontal_button__hover=\"0px\" box_shadow_blur_button__hover_enabled=\"on\" box_shadow_blur_button__hover=\"25px\" box_shadow_spread_button__hover_enabled=\"on\" box_shadow_spread_button__hover=\"10px\"]\r\n\r\n<p>\r\n<img src=\"http://quantumleaplife.com/handsondiagnostics.com/wp-content/uploads/2018/12/hods.jpg\" width=\"825\" height=\"1088\" alt=\"\" class=\"wp-image-27 alignnone size-full\" /></p>\r\n\r\n[/et_pb_cta][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|15px|30px|false|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#10243B\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#FFFFFF\" header_font_size=\"21px\"]\r\n\r\n<h1>You’ll Discover….</h1>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" _builder_version=\"3.19\" background_color=\"#ffffff\" border_radii=\"|||30px|30px\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19\" text_font=\"||||||||\" text_text_color=\"#000000\" text_font_size=\"16px\" custom_padding=\"|||30px\"]\r\n\r\n<ul>\r\n<li> How to Get off the Treadmill and Increase Your Productivity While Reducing Your Hours</li>\r\n<li>The Secret to Getting Higher Insurance Payouts from Insurance Providers</li>\r\n<li>How to Increase Accurate Diagnosis and Accelerate Healing</li>\r\n<li>New Revenue Streams that Improve Patient Outcomes and Increase Net Profit Margins </li>\r\n</ul>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19\"]\r\n\r\n<p style=\"text-align: center;\"><span style=\"color: #000000;\"><a href=\"https://www.diagnosticsforpt.com/terms-and-conditions/\" target=\"_blank\" rel=\"noopener\" style=\"color: #000000;\">| <strong>PRIVACY POLICY &amp; TERMS Of USE</strong> |</a></span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #000000;\"><span>Created by </span><span style=\"color: #ffffff;\"><strong><a href=\"http://www.innersurf.com/\" target=\"_blank\" rel=\"noopener\" style=\"color: #10233A;\">InnerSurf Online Solutions</a></strong></span></span></p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Landing Page', '', 'inherit', 'closed', 'closed', '', '5-revision-v1', '', '', '2019-02-02 09:37:44', '2019-02-02 09:37:44', '', 5, 'http://109.199.127.251/~fastacti/socialmediaspeakerlosangeles.com/2019/02/02/5-revision-v1/', 0, 'revision', '', 0),
(189, 1, '2019-02-02 09:38:57', '2019-02-02 09:38:57', '[et_pb_section bb_built=\"1\" _builder_version=\"3.19\" background_color=\"#c9c9c9\" custom_padding=\"15px|0px|0px|0px\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" _builder_version=\"3.19\" background_color=\"#ffffff\" box_shadow_style=\"preset1\" border_radii=\"|10px|10px|0px|0px\" custom_padding=\"0px||0px|\"][et_pb_column type=\"4_4\"][et_pb_image src=\"http://109.199.127.251/~fastacti/socialmediaspeakerlosangeles.com/wp-content/uploads/2019/02/header-logo-2.jpg\" show_bottom_space=\"off\" align=\"center\" _builder_version=\"3.19\" custom_margin=\"||0px\" border_radii=\"on|5px|5px|5px|5px\" /][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"10px|20px|10px|20px\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#ffffff\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_image src=\"http://109.199.127.251/~fastacti/socialmediaspeakerlosangeles.com/wp-content/uploads/2019/02/slide1.jpg\" show_bottom_space=\"off\" align=\"center\" _builder_version=\"3.19\" custom_margin=\"||0px\" border_radii=\"on|5px|5px|5px|5px\" /][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"10px|20px|10px|20px\" custom_margin=\"0px|10px||10px\" _builder_version=\"3.19\" background_color=\"#28a460\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text: section1\" _builder_version=\"3.19\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"24px\"]\r\n\r\n<h1 class=\"text-center\" style=\"font-size: 30px; font-weight: bold; font-family: Arial, Helvetica, sans-serif; text-align: center;\">Tracy Repchuk is the <span class=\"txtyellow\">Top Social Media Speaker for Los <br>Angeles</span> for business branding, online marketing &amp; social <br>media strategy</h1>\r\n\r\n[/et_pb_text][et_pb_text _builder_version=\"3.19\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"24px\" background_color=\"#ffffff\" text_text_color=\"#000000\" border_radii=\"on|10px|10px|10px|10px\" custom_padding=\"20px|10px|10px|20px\" text_font=\"Arial||||||||\" text_font_size=\"17px\" text_line_height=\"21px\"]\r\n\r\n<div id=\"section-2in\">\r\n<p>Tracy has spoken in over 35 countries in audiences ranging from presidents, heads of state, businesses, corporations, associations, conventions, authors, speakers, entrepreneurs and emerging leaders and continues to enlighten, energize and educate her audiences to massive action and results.</p>\r\n\r\n<p>As a trusted TV and media resource, appearing in over 22 national networks, over 60 publications and 3 motivational movies she continues to spread her positive message and easy to understand breakdowns of technology, business, branding, and social media. </p>\r\n\r\n<p>Select Tracy Repchuk the top social media speaker for los angeles for your next event!</p>\r\n</div>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|15px|30px|false|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#ffffff\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19\" header_font=\"|800|||||||\" header_text_align=\"center\" header_text_color=\"#0183FC\"]\r\n\r\n<h1><span>How Would You Like To Achieve Better Patient Outcomes, Radically Differentiate Your Practice, And 5X Reimbursements In As Little As 90 Days?</span></h1>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|15px|30px|false|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#10243B\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#FFFFFF\" header_font_size=\"21px\"]\r\n\r\n<h1><span>Grab Details Now to The Revolution Taking Private Practice Physical Therapy By Storm</span></h1>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" _builder_version=\"3.19\" background_color=\"#ffffff\" box_shadow_style=\"preset1\"][et_pb_column type=\"3_5\"][et_pb_image src=\"data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTA4MCIgaGVpZ2h0PSI1NDAiIHZpZXdCb3g9IjAgMCAxMDgwIDU0MCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPHBhdGggZmlsbD0iI0VCRUJFQiIgZD0iTTAgMGgxMDgwdjU0MEgweiIvPgogICAgICAgIDxwYXRoIGQ9Ik00NDUuNjQ5IDU0MGgtOTguOTk1TDE0NC42NDkgMzM3Ljk5NSAwIDQ4Mi42NDR2LTk4Ljk5NWwxMTYuMzY1LTExNi4zNjVjMTUuNjItMTUuNjIgNDAuOTQ3LTE1LjYyIDU2LjU2OCAwTDQ0NS42NSA1NDB6IiBmaWxsLW9wYWNpdHk9Ii4xIiBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz4KICAgICAgICA8Y2lyY2xlIGZpbGwtb3BhY2l0eT0iLjA1IiBmaWxsPSIjMDAwIiBjeD0iMzMxIiBjeT0iMTQ4IiByPSI3MCIvPgogICAgICAgIDxwYXRoIGQ9Ik0xMDgwIDM3OXYxMTMuMTM3TDcyOC4xNjIgMTQwLjMgMzI4LjQ2MiA1NDBIMjE1LjMyNEw2OTkuODc4IDU1LjQ0NmMxNS42Mi0xNS42MiA0MC45NDgtMTUuNjIgNTYuNTY4IDBMMTA4MCAzNzl6IiBmaWxsLW9wYWNpdHk9Ii4yIiBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz4KICAgIDwvZz4KPC9zdmc+Cg==\" _builder_version=\"3.19\" max_width=\"50%\" module_alignment=\"center\" /][et_pb_text _builder_version=\"3.19\" text_font=\"||||||||\" text_text_color=\"#000000\" text_font_size=\"16px\" custom_padding=\"|||30px\"]\r\n\r\n<div>\r\n<p><strong>Are you feeling the squeeze of shrinking reimbursements from insurance carriers?</strong></p>\r\n<p>Have you ever felt overwhelmed by the ever-changing regulations that limit your profit potential and create more work for you?</p>\r\n<p><strong>Are you losing the battle for new patients from the increased competition of HOPTs and POPTs?</strong></p>\r\n<p>Are you struggling and finding it costlier to retain quality staff?</p>\r\n<p><strong>I know how you feel because at a time when we had 13 clinics (and were the 2nd largest private practice PT organization in NY), our reimbursements were slashed by 50% - 60% one after another. This new frontier of marketing, diagnosing and increased competition led me in search of solutions.</strong></p>\r\n<p>Hi, my name is Dr. Dimitrios Kostopoulos, DPT, MD, PhD, DSc, ECS and I’m board certified in Clinical Electrophysiology with over 26 years of clinical and private practice experience. It was from the obstacles I faced I was able to discover a technology that provided us with significantly greater profit margins and 5x - 10x more per patient visit. Once I had mastered this to a repeatable formula, I revealed the technology to other private practitioners who are gaining similar results.</p>\r\n<p><strong>I want to help you get the information you need in a format that fits your lifestyle which is why I’m offering a free download of our magazine called Diagnostics for PT</strong></p>\r\n<p><strong></strong></p>\r\n</div>\r\n<div>\r\n<p>To get started simply provide your name and email address and you’ll be sent directly to a download.</p>\r\n<p><strong>And best of all…. It’s free.</strong></p>\r\n<p>There is no cost to join, no contracts to sign, and no obligation to do anything except enjoy the free content I look forward to sharing with you.</p>\r\n<p>&nbsp;</p>\r\n</div>\r\n<div>\r\n<p>I want to ensure you have proven and real information from here on.</p>\r\n<p><strong>See you on the other side.</strong></p>\r\n<p><strong>Dr. Dimitrios Kostopoulos</strong></p>\r\n</div>\r\n<div><em>Helping Private Practice Owners Boom Your Business</em></div>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"2_5\"][et_pb_cta title=\"Grab Free Magazine Subscription\" button_url=\"#open-overlay\" button_text=\"Download Now\" module_id=\"overlay_unique_id_69\" _builder_version=\"3.19\" header_level=\"h1\" header_font=\"||||||||\" body_font=\"||||||||\" background_color=\"#0075B2\" border_radii=\"on|10px|10px|10px|10px\" custom_button=\"on\" button_text_size=\"26px\" button_text_color=\"#0C71C3\" button_bg_color=\"#ffffff\" button_border_width=\"0px\" button_border_radius=\"100px\" button_font=\"|700|||||||\" button_use_icon=\"off\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"5px\" box_shadow_vertical=\"5px\" box_shadow_style_button=\"preset2\" box_shadow_horizontal_button=\"0px\" box_shadow_vertical_button=\"0px\" custom_margin=\"|30px||\" custom_padding=\"|||\" box_shadow_color_button__hover_enabled=\"on\" box_shadow_color_button__hover=\"rgba(0,0,0,0.3)\" box_shadow_horizontal_button__hover_enabled=\"on\" box_shadow_horizontal_button__hover=\"0px\" box_shadow_blur_button__hover_enabled=\"on\" box_shadow_blur_button__hover=\"25px\" box_shadow_spread_button__hover_enabled=\"on\" box_shadow_spread_button__hover=\"10px\"]\r\n\r\n<p>\r\n<img src=\"http://quantumleaplife.com/handsondiagnostics.com/wp-content/uploads/2018/12/hods.jpg\" width=\"825\" height=\"1088\" alt=\"\" class=\"wp-image-27 alignnone size-full\" /></p>\r\n\r\n[/et_pb_cta][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|15px|30px|false|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#10243B\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#FFFFFF\" header_font_size=\"21px\"]\r\n\r\n<h1>You’ll Discover….</h1>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" _builder_version=\"3.19\" background_color=\"#ffffff\" border_radii=\"|||30px|30px\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19\" text_font=\"||||||||\" text_text_color=\"#000000\" text_font_size=\"16px\" custom_padding=\"|||30px\"]\r\n\r\n<ul>\r\n<li> How to Get off the Treadmill and Increase Your Productivity While Reducing Your Hours</li>\r\n<li>The Secret to Getting Higher Insurance Payouts from Insurance Providers</li>\r\n<li>How to Increase Accurate Diagnosis and Accelerate Healing</li>\r\n<li>New Revenue Streams that Improve Patient Outcomes and Increase Net Profit Margins </li>\r\n</ul>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19\"]\r\n\r\n<p style=\"text-align: center;\"><span style=\"color: #000000;\"><a href=\"https://www.diagnosticsforpt.com/terms-and-conditions/\" target=\"_blank\" rel=\"noopener\" style=\"color: #000000;\">| <strong>PRIVACY POLICY &amp; TERMS Of USE</strong> |</a></span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #000000;\"><span>Created by </span><span style=\"color: #ffffff;\"><strong><a href=\"http://www.innersurf.com/\" target=\"_blank\" rel=\"noopener\" style=\"color: #10233A;\">InnerSurf Online Solutions</a></strong></span></span></p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Landing Page', '', 'inherit', 'closed', 'closed', '', '5-revision-v1', '', '', '2019-02-02 09:38:57', '2019-02-02 09:38:57', '', 5, 'http://109.199.127.251/~fastacti/socialmediaspeakerlosangeles.com/2019/02/02/5-revision-v1/', 0, 'revision', '', 0),
(190, 1, '2019-02-02 09:39:41', '2019-02-02 09:39:41', '[et_pb_section bb_built=\"1\" _builder_version=\"3.19\" background_color=\"#c9c9c9\" custom_padding=\"15px|0px|0px|0px\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" _builder_version=\"3.19\" background_color=\"#ffffff\" box_shadow_style=\"preset1\" border_radii=\"|10px|10px|0px|0px\" custom_padding=\"0px||0px|\"][et_pb_column type=\"4_4\"][et_pb_image src=\"http://109.199.127.251/~fastacti/socialmediaspeakerlosangeles.com/wp-content/uploads/2019/02/header-logo-2.jpg\" show_bottom_space=\"off\" align=\"center\" _builder_version=\"3.19\" custom_margin=\"||0px\" border_radii=\"on|5px|5px|5px|5px\" /][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"10px|20px|10px|20px\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#ffffff\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_image src=\"http://109.199.127.251/~fastacti/socialmediaspeakerlosangeles.com/wp-content/uploads/2019/02/slide1.jpg\" show_bottom_space=\"off\" align=\"center\" _builder_version=\"3.19\" custom_margin=\"||0px\" border_radii=\"on|5px|5px|5px|5px\" /][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"10px|20px|10px|20px\" custom_margin=\"0px|0px||0px\" _builder_version=\"3.19\" background_color=\"#28a460\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text: section1\" _builder_version=\"3.19\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"24px\"]\r\n\r\n<h1 class=\"text-center\" style=\"font-size: 30px; font-weight: bold; font-family: Arial, Helvetica, sans-serif; text-align: center;\">Tracy Repchuk is the <span class=\"txtyellow\">Top Social Media Speaker for Los <br>Angeles</span> for business branding, online marketing &amp; social <br>media strategy</h1>\r\n\r\n[/et_pb_text][et_pb_text _builder_version=\"3.19\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"24px\" background_color=\"#ffffff\" text_text_color=\"#000000\" border_radii=\"on|10px|10px|10px|10px\" custom_padding=\"20px|10px|10px|20px\" text_font=\"Arial||||||||\" text_font_size=\"17px\" text_line_height=\"21px\"]\r\n\r\n<div id=\"section-2in\">\r\n<p>Tracy has spoken in over 35 countries in audiences ranging from presidents, heads of state, businesses, corporations, associations, conventions, authors, speakers, entrepreneurs and emerging leaders and continues to enlighten, energize and educate her audiences to massive action and results.</p>\r\n\r\n<p>As a trusted TV and media resource, appearing in over 22 national networks, over 60 publications and 3 motivational movies she continues to spread her positive message and easy to understand breakdowns of technology, business, branding, and social media. </p>\r\n\r\n<p>Select Tracy Repchuk the top social media speaker for los angeles for your next event!</p>\r\n</div>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|15px|30px|false|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#ffffff\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19\" header_font=\"|800|||||||\" header_text_align=\"center\" header_text_color=\"#0183FC\"]\r\n\r\n<h1><span>How Would You Like To Achieve Better Patient Outcomes, Radically Differentiate Your Practice, And 5X Reimbursements In As Little As 90 Days?</span></h1>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|15px|30px|false|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#10243B\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#FFFFFF\" header_font_size=\"21px\"]\r\n\r\n<h1><span>Grab Details Now to The Revolution Taking Private Practice Physical Therapy By Storm</span></h1>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" _builder_version=\"3.19\" background_color=\"#ffffff\" box_shadow_style=\"preset1\"][et_pb_column type=\"3_5\"][et_pb_image src=\"data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTA4MCIgaGVpZ2h0PSI1NDAiIHZpZXdCb3g9IjAgMCAxMDgwIDU0MCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPHBhdGggZmlsbD0iI0VCRUJFQiIgZD0iTTAgMGgxMDgwdjU0MEgweiIvPgogICAgICAgIDxwYXRoIGQ9Ik00NDUuNjQ5IDU0MGgtOTguOTk1TDE0NC42NDkgMzM3Ljk5NSAwIDQ4Mi42NDR2LTk4Ljk5NWwxMTYuMzY1LTExNi4zNjVjMTUuNjItMTUuNjIgNDAuOTQ3LTE1LjYyIDU2LjU2OCAwTDQ0NS42NSA1NDB6IiBmaWxsLW9wYWNpdHk9Ii4xIiBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz4KICAgICAgICA8Y2lyY2xlIGZpbGwtb3BhY2l0eT0iLjA1IiBmaWxsPSIjMDAwIiBjeD0iMzMxIiBjeT0iMTQ4IiByPSI3MCIvPgogICAgICAgIDxwYXRoIGQ9Ik0xMDgwIDM3OXYxMTMuMTM3TDcyOC4xNjIgMTQwLjMgMzI4LjQ2MiA1NDBIMjE1LjMyNEw2OTkuODc4IDU1LjQ0NmMxNS42Mi0xNS42MiA0MC45NDgtMTUuNjIgNTYuNTY4IDBMMTA4MCAzNzl6IiBmaWxsLW9wYWNpdHk9Ii4yIiBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz4KICAgIDwvZz4KPC9zdmc+Cg==\" _builder_version=\"3.19\" max_width=\"50%\" module_alignment=\"center\" /][et_pb_text _builder_version=\"3.19\" text_font=\"||||||||\" text_text_color=\"#000000\" text_font_size=\"16px\" custom_padding=\"|||30px\"]\r\n\r\n<div>\r\n<p><strong>Are you feeling the squeeze of shrinking reimbursements from insurance carriers?</strong></p>\r\n<p>Have you ever felt overwhelmed by the ever-changing regulations that limit your profit potential and create more work for you?</p>\r\n<p><strong>Are you losing the battle for new patients from the increased competition of HOPTs and POPTs?</strong></p>\r\n<p>Are you struggling and finding it costlier to retain quality staff?</p>\r\n<p><strong>I know how you feel because at a time when we had 13 clinics (and were the 2nd largest private practice PT organization in NY), our reimbursements were slashed by 50% - 60% one after another. This new frontier of marketing, diagnosing and increased competition led me in search of solutions.</strong></p>\r\n<p>Hi, my name is Dr. Dimitrios Kostopoulos, DPT, MD, PhD, DSc, ECS and I’m board certified in Clinical Electrophysiology with over 26 years of clinical and private practice experience. It was from the obstacles I faced I was able to discover a technology that provided us with significantly greater profit margins and 5x - 10x more per patient visit. Once I had mastered this to a repeatable formula, I revealed the technology to other private practitioners who are gaining similar results.</p>\r\n<p><strong>I want to help you get the information you need in a format that fits your lifestyle which is why I’m offering a free download of our magazine called Diagnostics for PT</strong></p>\r\n<p><strong></strong></p>\r\n</div>\r\n<div>\r\n<p>To get started simply provide your name and email address and you’ll be sent directly to a download.</p>\r\n<p><strong>And best of all…. It’s free.</strong></p>\r\n<p>There is no cost to join, no contracts to sign, and no obligation to do anything except enjoy the free content I look forward to sharing with you.</p>\r\n<p>&nbsp;</p>\r\n</div>\r\n<div>\r\n<p>I want to ensure you have proven and real information from here on.</p>\r\n<p><strong>See you on the other side.</strong></p>\r\n<p><strong>Dr. Dimitrios Kostopoulos</strong></p>\r\n</div>\r\n<div><em>Helping Private Practice Owners Boom Your Business</em></div>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"2_5\"][et_pb_cta title=\"Grab Free Magazine Subscription\" button_url=\"#open-overlay\" button_text=\"Download Now\" module_id=\"overlay_unique_id_69\" _builder_version=\"3.19\" header_level=\"h1\" header_font=\"||||||||\" body_font=\"||||||||\" background_color=\"#0075B2\" border_radii=\"on|10px|10px|10px|10px\" custom_button=\"on\" button_text_size=\"26px\" button_text_color=\"#0C71C3\" button_bg_color=\"#ffffff\" button_border_width=\"0px\" button_border_radius=\"100px\" button_font=\"|700|||||||\" button_use_icon=\"off\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"5px\" box_shadow_vertical=\"5px\" box_shadow_style_button=\"preset2\" box_shadow_horizontal_button=\"0px\" box_shadow_vertical_button=\"0px\" custom_margin=\"|30px||\" custom_padding=\"|||\" box_shadow_color_button__hover_enabled=\"on\" box_shadow_color_button__hover=\"rgba(0,0,0,0.3)\" box_shadow_horizontal_button__hover_enabled=\"on\" box_shadow_horizontal_button__hover=\"0px\" box_shadow_blur_button__hover_enabled=\"on\" box_shadow_blur_button__hover=\"25px\" box_shadow_spread_button__hover_enabled=\"on\" box_shadow_spread_button__hover=\"10px\"]\r\n\r\n<p>\r\n<img src=\"http://quantumleaplife.com/handsondiagnostics.com/wp-content/uploads/2018/12/hods.jpg\" width=\"825\" height=\"1088\" alt=\"\" class=\"wp-image-27 alignnone size-full\" /></p>\r\n\r\n[/et_pb_cta][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|15px|30px|false|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#10243B\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#FFFFFF\" header_font_size=\"21px\"]\r\n\r\n<h1>You’ll Discover….</h1>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" _builder_version=\"3.19\" background_color=\"#ffffff\" border_radii=\"|||30px|30px\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19\" text_font=\"||||||||\" text_text_color=\"#000000\" text_font_size=\"16px\" custom_padding=\"|||30px\"]\r\n\r\n<ul>\r\n<li> How to Get off the Treadmill and Increase Your Productivity While Reducing Your Hours</li>\r\n<li>The Secret to Getting Higher Insurance Payouts from Insurance Providers</li>\r\n<li>How to Increase Accurate Diagnosis and Accelerate Healing</li>\r\n<li>New Revenue Streams that Improve Patient Outcomes and Increase Net Profit Margins </li>\r\n</ul>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19\"]\r\n\r\n<p style=\"text-align: center;\"><span style=\"color: #000000;\"><a href=\"https://www.diagnosticsforpt.com/terms-and-conditions/\" target=\"_blank\" rel=\"noopener\" style=\"color: #000000;\">| <strong>PRIVACY POLICY &amp; TERMS Of USE</strong> |</a></span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #000000;\"><span>Created by </span><span style=\"color: #ffffff;\"><strong><a href=\"http://www.innersurf.com/\" target=\"_blank\" rel=\"noopener\" style=\"color: #10233A;\">InnerSurf Online Solutions</a></strong></span></span></p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Landing Page', '', 'inherit', 'closed', 'closed', '', '5-revision-v1', '', '', '2019-02-02 09:39:41', '2019-02-02 09:39:41', '', 5, 'http://109.199.127.251/~fastacti/socialmediaspeakerlosangeles.com/2019/02/02/5-revision-v1/', 0, 'revision', '', 0),
(191, 1, '2019-02-02 09:40:15', '2019-02-02 09:40:15', '[et_pb_section bb_built=\"1\" _builder_version=\"3.19\" background_color=\"#c9c9c9\" custom_padding=\"15px|0px|0px|0px\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" _builder_version=\"3.19\" background_color=\"#ffffff\" box_shadow_style=\"preset1\" border_radii=\"|10px|10px|0px|0px\" custom_padding=\"0px||0px|\"][et_pb_column type=\"4_4\"][et_pb_image src=\"http://109.199.127.251/~fastacti/socialmediaspeakerlosangeles.com/wp-content/uploads/2019/02/header-logo-2.jpg\" show_bottom_space=\"off\" align=\"center\" _builder_version=\"3.19\" custom_margin=\"||0px\" border_radii=\"on|5px|5px|5px|5px\" /][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"10px|20px|10px|20px\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#ffffff\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_image src=\"http://109.199.127.251/~fastacti/socialmediaspeakerlosangeles.com/wp-content/uploads/2019/02/slide1.jpg\" show_bottom_space=\"off\" align=\"center\" _builder_version=\"3.19\" custom_margin=\"||0px\" border_radii=\"on|5px|5px|5px|5px\" /][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"10px|20px|10px|20px\" _builder_version=\"3.19\" background_color=\"#28a460\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text: section1\" _builder_version=\"3.19\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"24px\"]\r\n\r\n<h1 class=\"text-center\" style=\"font-size: 30px; font-weight: bold; font-family: Arial, Helvetica, sans-serif; text-align: center;\">Tracy Repchuk is the <span class=\"txtyellow\">Top Social Media Speaker for Los <br>Angeles</span> for business branding, online marketing &amp; social <br>media strategy</h1>\r\n\r\n[/et_pb_text][et_pb_text _builder_version=\"3.19\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"24px\" background_color=\"#ffffff\" text_text_color=\"#000000\" border_radii=\"on|10px|10px|10px|10px\" custom_padding=\"20px|10px|10px|20px\" text_font=\"Arial||||||||\" text_font_size=\"17px\" text_line_height=\"21px\"]\r\n\r\n<div id=\"section-2in\">\r\n<p>Tracy has spoken in over 35 countries in audiences ranging from presidents, heads of state, businesses, corporations, associations, conventions, authors, speakers, entrepreneurs and emerging leaders and continues to enlighten, energize and educate her audiences to massive action and results.</p>\r\n\r\n<p>As a trusted TV and media resource, appearing in over 22 national networks, over 60 publications and 3 motivational movies she continues to spread her positive message and easy to understand breakdowns of technology, business, branding, and social media. </p>\r\n\r\n<p>Select Tracy Repchuk the top social media speaker for los angeles for your next event!</p>\r\n</div>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|15px|30px|false|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#ffffff\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19\" header_font=\"|800|||||||\" header_text_align=\"center\" header_text_color=\"#0183FC\"]\r\n\r\n<h1><span>How Would You Like To Achieve Better Patient Outcomes, Radically Differentiate Your Practice, And 5X Reimbursements In As Little As 90 Days?</span></h1>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|15px|30px|false|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#10243B\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#FFFFFF\" header_font_size=\"21px\"]\r\n\r\n<h1><span>Grab Details Now to The Revolution Taking Private Practice Physical Therapy By Storm</span></h1>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" _builder_version=\"3.19\" background_color=\"#ffffff\" box_shadow_style=\"preset1\"][et_pb_column type=\"3_5\"][et_pb_image src=\"data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTA4MCIgaGVpZ2h0PSI1NDAiIHZpZXdCb3g9IjAgMCAxMDgwIDU0MCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPHBhdGggZmlsbD0iI0VCRUJFQiIgZD0iTTAgMGgxMDgwdjU0MEgweiIvPgogICAgICAgIDxwYXRoIGQ9Ik00NDUuNjQ5IDU0MGgtOTguOTk1TDE0NC42NDkgMzM3Ljk5NSAwIDQ4Mi42NDR2LTk4Ljk5NWwxMTYuMzY1LTExNi4zNjVjMTUuNjItMTUuNjIgNDAuOTQ3LTE1LjYyIDU2LjU2OCAwTDQ0NS42NSA1NDB6IiBmaWxsLW9wYWNpdHk9Ii4xIiBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz4KICAgICAgICA8Y2lyY2xlIGZpbGwtb3BhY2l0eT0iLjA1IiBmaWxsPSIjMDAwIiBjeD0iMzMxIiBjeT0iMTQ4IiByPSI3MCIvPgogICAgICAgIDxwYXRoIGQ9Ik0xMDgwIDM3OXYxMTMuMTM3TDcyOC4xNjIgMTQwLjMgMzI4LjQ2MiA1NDBIMjE1LjMyNEw2OTkuODc4IDU1LjQ0NmMxNS42Mi0xNS42MiA0MC45NDgtMTUuNjIgNTYuNTY4IDBMMTA4MCAzNzl6IiBmaWxsLW9wYWNpdHk9Ii4yIiBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz4KICAgIDwvZz4KPC9zdmc+Cg==\" _builder_version=\"3.19\" max_width=\"50%\" module_alignment=\"center\" /][et_pb_text _builder_version=\"3.19\" text_font=\"||||||||\" text_text_color=\"#000000\" text_font_size=\"16px\" custom_padding=\"|||30px\"]\r\n\r\n<div>\r\n<p><strong>Are you feeling the squeeze of shrinking reimbursements from insurance carriers?</strong></p>\r\n<p>Have you ever felt overwhelmed by the ever-changing regulations that limit your profit potential and create more work for you?</p>\r\n<p><strong>Are you losing the battle for new patients from the increased competition of HOPTs and POPTs?</strong></p>\r\n<p>Are you struggling and finding it costlier to retain quality staff?</p>\r\n<p><strong>I know how you feel because at a time when we had 13 clinics (and were the 2nd largest private practice PT organization in NY), our reimbursements were slashed by 50% - 60% one after another. This new frontier of marketing, diagnosing and increased competition led me in search of solutions.</strong></p>\r\n<p>Hi, my name is Dr. Dimitrios Kostopoulos, DPT, MD, PhD, DSc, ECS and I’m board certified in Clinical Electrophysiology with over 26 years of clinical and private practice experience. It was from the obstacles I faced I was able to discover a technology that provided us with significantly greater profit margins and 5x - 10x more per patient visit. Once I had mastered this to a repeatable formula, I revealed the technology to other private practitioners who are gaining similar results.</p>\r\n<p><strong>I want to help you get the information you need in a format that fits your lifestyle which is why I’m offering a free download of our magazine called Diagnostics for PT</strong></p>\r\n<p><strong></strong></p>\r\n</div>\r\n<div>\r\n<p>To get started simply provide your name and email address and you’ll be sent directly to a download.</p>\r\n<p><strong>And best of all…. It’s free.</strong></p>\r\n<p>There is no cost to join, no contracts to sign, and no obligation to do anything except enjoy the free content I look forward to sharing with you.</p>\r\n<p>&nbsp;</p>\r\n</div>\r\n<div>\r\n<p>I want to ensure you have proven and real information from here on.</p>\r\n<p><strong>See you on the other side.</strong></p>\r\n<p><strong>Dr. Dimitrios Kostopoulos</strong></p>\r\n</div>\r\n<div><em>Helping Private Practice Owners Boom Your Business</em></div>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"2_5\"][et_pb_cta title=\"Grab Free Magazine Subscription\" button_url=\"#open-overlay\" button_text=\"Download Now\" module_id=\"overlay_unique_id_69\" _builder_version=\"3.19\" header_level=\"h1\" header_font=\"||||||||\" body_font=\"||||||||\" background_color=\"#0075B2\" border_radii=\"on|10px|10px|10px|10px\" custom_button=\"on\" button_text_size=\"26px\" button_text_color=\"#0C71C3\" button_bg_color=\"#ffffff\" button_border_width=\"0px\" button_border_radius=\"100px\" button_font=\"|700|||||||\" button_use_icon=\"off\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"5px\" box_shadow_vertical=\"5px\" box_shadow_style_button=\"preset2\" box_shadow_horizontal_button=\"0px\" box_shadow_vertical_button=\"0px\" custom_margin=\"|30px||\" custom_padding=\"|||\" box_shadow_color_button__hover_enabled=\"on\" box_shadow_color_button__hover=\"rgba(0,0,0,0.3)\" box_shadow_horizontal_button__hover_enabled=\"on\" box_shadow_horizontal_button__hover=\"0px\" box_shadow_blur_button__hover_enabled=\"on\" box_shadow_blur_button__hover=\"25px\" box_shadow_spread_button__hover_enabled=\"on\" box_shadow_spread_button__hover=\"10px\"]\r\n\r\n<p>\r\n<img src=\"http://quantumleaplife.com/handsondiagnostics.com/wp-content/uploads/2018/12/hods.jpg\" width=\"825\" height=\"1088\" alt=\"\" class=\"wp-image-27 alignnone size-full\" /></p>\r\n\r\n[/et_pb_cta][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|15px|30px|false|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#10243B\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#FFFFFF\" header_font_size=\"21px\"]\r\n\r\n<h1>You’ll Discover….</h1>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" _builder_version=\"3.19\" background_color=\"#ffffff\" border_radii=\"|||30px|30px\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19\" text_font=\"||||||||\" text_text_color=\"#000000\" text_font_size=\"16px\" custom_padding=\"|||30px\"]\r\n\r\n<ul>\r\n<li> How to Get off the Treadmill and Increase Your Productivity While Reducing Your Hours</li>\r\n<li>The Secret to Getting Higher Insurance Payouts from Insurance Providers</li>\r\n<li>How to Increase Accurate Diagnosis and Accelerate Healing</li>\r\n<li>New Revenue Streams that Improve Patient Outcomes and Increase Net Profit Margins </li>\r\n</ul>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19\"]\r\n\r\n<p style=\"text-align: center;\"><span style=\"color: #000000;\"><a href=\"https://www.diagnosticsforpt.com/terms-and-conditions/\" target=\"_blank\" rel=\"noopener\" style=\"color: #000000;\">| <strong>PRIVACY POLICY &amp; TERMS Of USE</strong> |</a></span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #000000;\"><span>Created by </span><span style=\"color: #ffffff;\"><strong><a href=\"http://www.innersurf.com/\" target=\"_blank\" rel=\"noopener\" style=\"color: #10233A;\">InnerSurf Online Solutions</a></strong></span></span></p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Landing Page', '', 'inherit', 'closed', 'closed', '', '5-revision-v1', '', '', '2019-02-02 09:40:15', '2019-02-02 09:40:15', '', 5, 'http://109.199.127.251/~fastacti/socialmediaspeakerlosangeles.com/2019/02/02/5-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(192, 1, '2019-02-02 09:41:03', '2019-02-02 09:41:03', '[et_pb_section bb_built=\"1\" _builder_version=\"3.19\" background_color=\"#c9c9c9\" custom_padding=\"15px|0px|0px|0px\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" _builder_version=\"3.19\" background_color=\"#ffffff\" box_shadow_style=\"preset1\" border_radii=\"|10px|10px|0px|0px\" custom_padding=\"0px||0px|\"][et_pb_column type=\"4_4\"][et_pb_image src=\"http://109.199.127.251/~fastacti/socialmediaspeakerlosangeles.com/wp-content/uploads/2019/02/header-logo-2.jpg\" show_bottom_space=\"off\" align=\"center\" _builder_version=\"3.19\" custom_margin=\"||0px\" border_radii=\"on|5px|5px|5px|5px\" /][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"10px|20px|10px|20px\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#ffffff\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_image src=\"http://109.199.127.251/~fastacti/socialmediaspeakerlosangeles.com/wp-content/uploads/2019/02/slide1.jpg\" show_bottom_space=\"off\" align=\"center\" _builder_version=\"3.19\" custom_margin=\"||0px\" border_radii=\"on|5px|5px|5px|5px\" /][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"10px|20px|10px|20px\" _builder_version=\"3.19\" background_color=\"#28a460\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text: section1\" _builder_version=\"3.19\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"24px\" custom_padding=\"10px|||\"]\r\n\r\n<h1 class=\"text-center\" style=\"font-size: 30px; font-weight: bold; font-family: Arial, Helvetica, sans-serif; text-align: center;\">Tracy Repchuk is the <span class=\"txtyellow\">Top Social Media Speaker for Los <br>Angeles</span> for business branding, online marketing &amp; social <br>media strategy</h1>\r\n\r\n[/et_pb_text][et_pb_text _builder_version=\"3.19\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"24px\" background_color=\"#ffffff\" text_text_color=\"#000000\" border_radii=\"on|10px|10px|10px|10px\" custom_padding=\"20px|10px|10px|20px\" text_font=\"Arial||||||||\" text_font_size=\"17px\" text_line_height=\"21px\"]\r\n\r\n<div id=\"section-2in\">\r\n<p>Tracy has spoken in over 35 countries in audiences ranging from presidents, heads of state, businesses, corporations, associations, conventions, authors, speakers, entrepreneurs and emerging leaders and continues to enlighten, energize and educate her audiences to massive action and results.</p>\r\n\r\n<p>As a trusted TV and media resource, appearing in over 22 national networks, over 60 publications and 3 motivational movies she continues to spread her positive message and easy to understand breakdowns of technology, business, branding, and social media. </p>\r\n\r\n<p>Select Tracy Repchuk the top social media speaker for los angeles for your next event!</p>\r\n</div>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|15px|30px|false|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#ffffff\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19\" header_font=\"|800|||||||\" header_text_align=\"center\" header_text_color=\"#0183FC\"]\r\n\r\n<h1><span>How Would You Like To Achieve Better Patient Outcomes, Radically Differentiate Your Practice, And 5X Reimbursements In As Little As 90 Days?</span></h1>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|15px|30px|false|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#10243B\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#FFFFFF\" header_font_size=\"21px\"]\r\n\r\n<h1><span>Grab Details Now to The Revolution Taking Private Practice Physical Therapy By Storm</span></h1>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" _builder_version=\"3.19\" background_color=\"#ffffff\" box_shadow_style=\"preset1\"][et_pb_column type=\"3_5\"][et_pb_image src=\"data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTA4MCIgaGVpZ2h0PSI1NDAiIHZpZXdCb3g9IjAgMCAxMDgwIDU0MCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPHBhdGggZmlsbD0iI0VCRUJFQiIgZD0iTTAgMGgxMDgwdjU0MEgweiIvPgogICAgICAgIDxwYXRoIGQ9Ik00NDUuNjQ5IDU0MGgtOTguOTk1TDE0NC42NDkgMzM3Ljk5NSAwIDQ4Mi42NDR2LTk4Ljk5NWwxMTYuMzY1LTExNi4zNjVjMTUuNjItMTUuNjIgNDAuOTQ3LTE1LjYyIDU2LjU2OCAwTDQ0NS42NSA1NDB6IiBmaWxsLW9wYWNpdHk9Ii4xIiBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz4KICAgICAgICA8Y2lyY2xlIGZpbGwtb3BhY2l0eT0iLjA1IiBmaWxsPSIjMDAwIiBjeD0iMzMxIiBjeT0iMTQ4IiByPSI3MCIvPgogICAgICAgIDxwYXRoIGQ9Ik0xMDgwIDM3OXYxMTMuMTM3TDcyOC4xNjIgMTQwLjMgMzI4LjQ2MiA1NDBIMjE1LjMyNEw2OTkuODc4IDU1LjQ0NmMxNS42Mi0xNS42MiA0MC45NDgtMTUuNjIgNTYuNTY4IDBMMTA4MCAzNzl6IiBmaWxsLW9wYWNpdHk9Ii4yIiBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz4KICAgIDwvZz4KPC9zdmc+Cg==\" _builder_version=\"3.19\" max_width=\"50%\" module_alignment=\"center\" /][et_pb_text _builder_version=\"3.19\" text_font=\"||||||||\" text_text_color=\"#000000\" text_font_size=\"16px\" custom_padding=\"|||30px\"]\r\n\r\n<div>\r\n<p><strong>Are you feeling the squeeze of shrinking reimbursements from insurance carriers?</strong></p>\r\n<p>Have you ever felt overwhelmed by the ever-changing regulations that limit your profit potential and create more work for you?</p>\r\n<p><strong>Are you losing the battle for new patients from the increased competition of HOPTs and POPTs?</strong></p>\r\n<p>Are you struggling and finding it costlier to retain quality staff?</p>\r\n<p><strong>I know how you feel because at a time when we had 13 clinics (and were the 2nd largest private practice PT organization in NY), our reimbursements were slashed by 50% - 60% one after another. This new frontier of marketing, diagnosing and increased competition led me in search of solutions.</strong></p>\r\n<p>Hi, my name is Dr. Dimitrios Kostopoulos, DPT, MD, PhD, DSc, ECS and I’m board certified in Clinical Electrophysiology with over 26 years of clinical and private practice experience. It was from the obstacles I faced I was able to discover a technology that provided us with significantly greater profit margins and 5x - 10x more per patient visit. Once I had mastered this to a repeatable formula, I revealed the technology to other private practitioners who are gaining similar results.</p>\r\n<p><strong>I want to help you get the information you need in a format that fits your lifestyle which is why I’m offering a free download of our magazine called Diagnostics for PT</strong></p>\r\n<p><strong></strong></p>\r\n</div>\r\n<div>\r\n<p>To get started simply provide your name and email address and you’ll be sent directly to a download.</p>\r\n<p><strong>And best of all…. It’s free.</strong></p>\r\n<p>There is no cost to join, no contracts to sign, and no obligation to do anything except enjoy the free content I look forward to sharing with you.</p>\r\n<p>&nbsp;</p>\r\n</div>\r\n<div>\r\n<p>I want to ensure you have proven and real information from here on.</p>\r\n<p><strong>See you on the other side.</strong></p>\r\n<p><strong>Dr. Dimitrios Kostopoulos</strong></p>\r\n</div>\r\n<div><em>Helping Private Practice Owners Boom Your Business</em></div>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"2_5\"][et_pb_cta title=\"Grab Free Magazine Subscription\" button_url=\"#open-overlay\" button_text=\"Download Now\" module_id=\"overlay_unique_id_69\" _builder_version=\"3.19\" header_level=\"h1\" header_font=\"||||||||\" body_font=\"||||||||\" background_color=\"#0075B2\" border_radii=\"on|10px|10px|10px|10px\" custom_button=\"on\" button_text_size=\"26px\" button_text_color=\"#0C71C3\" button_bg_color=\"#ffffff\" button_border_width=\"0px\" button_border_radius=\"100px\" button_font=\"|700|||||||\" button_use_icon=\"off\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"5px\" box_shadow_vertical=\"5px\" box_shadow_style_button=\"preset2\" box_shadow_horizontal_button=\"0px\" box_shadow_vertical_button=\"0px\" custom_margin=\"|30px||\" custom_padding=\"|||\" box_shadow_color_button__hover_enabled=\"on\" box_shadow_color_button__hover=\"rgba(0,0,0,0.3)\" box_shadow_horizontal_button__hover_enabled=\"on\" box_shadow_horizontal_button__hover=\"0px\" box_shadow_blur_button__hover_enabled=\"on\" box_shadow_blur_button__hover=\"25px\" box_shadow_spread_button__hover_enabled=\"on\" box_shadow_spread_button__hover=\"10px\"]\r\n\r\n<p>\r\n<img src=\"http://quantumleaplife.com/handsondiagnostics.com/wp-content/uploads/2018/12/hods.jpg\" width=\"825\" height=\"1088\" alt=\"\" class=\"wp-image-27 alignnone size-full\" /></p>\r\n\r\n[/et_pb_cta][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|15px|30px|false|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#10243B\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#FFFFFF\" header_font_size=\"21px\"]\r\n\r\n<h1>You’ll Discover….</h1>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" _builder_version=\"3.19\" background_color=\"#ffffff\" border_radii=\"|||30px|30px\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19\" text_font=\"||||||||\" text_text_color=\"#000000\" text_font_size=\"16px\" custom_padding=\"|||30px\"]\r\n\r\n<ul>\r\n<li> How to Get off the Treadmill and Increase Your Productivity While Reducing Your Hours</li>\r\n<li>The Secret to Getting Higher Insurance Payouts from Insurance Providers</li>\r\n<li>How to Increase Accurate Diagnosis and Accelerate Healing</li>\r\n<li>New Revenue Streams that Improve Patient Outcomes and Increase Net Profit Margins </li>\r\n</ul>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19\"]\r\n\r\n<p style=\"text-align: center;\"><span style=\"color: #000000;\"><a href=\"https://www.diagnosticsforpt.com/terms-and-conditions/\" target=\"_blank\" rel=\"noopener\" style=\"color: #000000;\">| <strong>PRIVACY POLICY &amp; TERMS Of USE</strong> |</a></span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #000000;\"><span>Created by </span><span style=\"color: #ffffff;\"><strong><a href=\"http://www.innersurf.com/\" target=\"_blank\" rel=\"noopener\" style=\"color: #10233A;\">InnerSurf Online Solutions</a></strong></span></span></p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Landing Page', '', 'inherit', 'closed', 'closed', '', '5-revision-v1', '', '', '2019-02-02 09:41:03', '2019-02-02 09:41:03', '', 5, 'http://109.199.127.251/~fastacti/socialmediaspeakerlosangeles.com/2019/02/02/5-revision-v1/', 0, 'revision', '', 0),
(193, 1, '2019-02-02 09:42:26', '2019-02-02 09:42:26', '[et_pb_section bb_built=\"1\" _builder_version=\"3.19\" background_color=\"#c9c9c9\" custom_padding=\"15px|0px|0px|0px\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" _builder_version=\"3.19\" background_color=\"#ffffff\" box_shadow_style=\"preset1\" border_radii=\"|10px|10px|0px|0px\" custom_padding=\"0px||0px|\"][et_pb_column type=\"4_4\"][et_pb_image src=\"http://109.199.127.251/~fastacti/socialmediaspeakerlosangeles.com/wp-content/uploads/2019/02/header-logo-2.jpg\" show_bottom_space=\"off\" align=\"center\" _builder_version=\"3.19\" custom_margin=\"||0px\" border_radii=\"on|5px|5px|5px|5px\" /][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"10px|20px|10px|20px\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#ffffff\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_image src=\"http://109.199.127.251/~fastacti/socialmediaspeakerlosangeles.com/wp-content/uploads/2019/02/slide1.jpg\" show_bottom_space=\"off\" align=\"center\" _builder_version=\"3.19\" custom_margin=\"||0px\" border_radii=\"on|5px|5px|5px|5px\" /][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|20px|30px\" _builder_version=\"3.19\" background_color=\"#28a460\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text: section1\" _builder_version=\"3.19\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"24px\" custom_padding=\"10px|||\"]\r\n\r\n<h1 class=\"text-center\" style=\"font-size: 30px; font-weight: bold; font-family: Arial, Helvetica, sans-serif; text-align: center;\">Tracy Repchuk is the <span class=\"txtyellow\">Top Social Media Speaker for Los <br>Angeles</span> for business branding, online marketing &amp; social <br>media strategy</h1>\r\n\r\n[/et_pb_text][et_pb_text _builder_version=\"3.19\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"24px\" background_color=\"#ffffff\" text_text_color=\"#000000\" border_radii=\"on|10px|10px|10px|10px\" custom_padding=\"20px|10px|10px|20px\" text_font=\"Arial||||||||\" text_font_size=\"17px\" text_line_height=\"21px\"]\r\n\r\n<div id=\"section-2in\">\r\n<p>Tracy has spoken in over 35 countries in audiences ranging from presidents, heads of state, businesses, corporations, associations, conventions, authors, speakers, entrepreneurs and emerging leaders and continues to enlighten, energize and educate her audiences to massive action and results.</p>\r\n\r\n<p>As a trusted TV and media resource, appearing in over 22 national networks, over 60 publications and 3 motivational movies she continues to spread her positive message and easy to understand breakdowns of technology, business, branding, and social media. </p>\r\n\r\n<p>Select Tracy Repchuk the top social media speaker for los angeles for your next event!</p>\r\n</div>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|15px|30px|false|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#ffffff\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19\" header_font=\"|800|||||||\" header_text_align=\"center\" header_text_color=\"#0183FC\"]\r\n\r\n<h1><span>How Would You Like To Achieve Better Patient Outcomes, Radically Differentiate Your Practice, And 5X Reimbursements In As Little As 90 Days?</span></h1>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|15px|30px|false|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#10243B\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#FFFFFF\" header_font_size=\"21px\"]\r\n\r\n<h1><span>Grab Details Now to The Revolution Taking Private Practice Physical Therapy By Storm</span></h1>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" _builder_version=\"3.19\" background_color=\"#ffffff\" box_shadow_style=\"preset1\"][et_pb_column type=\"3_5\"][et_pb_image src=\"data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTA4MCIgaGVpZ2h0PSI1NDAiIHZpZXdCb3g9IjAgMCAxMDgwIDU0MCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPHBhdGggZmlsbD0iI0VCRUJFQiIgZD0iTTAgMGgxMDgwdjU0MEgweiIvPgogICAgICAgIDxwYXRoIGQ9Ik00NDUuNjQ5IDU0MGgtOTguOTk1TDE0NC42NDkgMzM3Ljk5NSAwIDQ4Mi42NDR2LTk4Ljk5NWwxMTYuMzY1LTExNi4zNjVjMTUuNjItMTUuNjIgNDAuOTQ3LTE1LjYyIDU2LjU2OCAwTDQ0NS42NSA1NDB6IiBmaWxsLW9wYWNpdHk9Ii4xIiBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz4KICAgICAgICA8Y2lyY2xlIGZpbGwtb3BhY2l0eT0iLjA1IiBmaWxsPSIjMDAwIiBjeD0iMzMxIiBjeT0iMTQ4IiByPSI3MCIvPgogICAgICAgIDxwYXRoIGQ9Ik0xMDgwIDM3OXYxMTMuMTM3TDcyOC4xNjIgMTQwLjMgMzI4LjQ2MiA1NDBIMjE1LjMyNEw2OTkuODc4IDU1LjQ0NmMxNS42Mi0xNS42MiA0MC45NDgtMTUuNjIgNTYuNTY4IDBMMTA4MCAzNzl6IiBmaWxsLW9wYWNpdHk9Ii4yIiBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz4KICAgIDwvZz4KPC9zdmc+Cg==\" _builder_version=\"3.19\" max_width=\"50%\" module_alignment=\"center\" /][et_pb_text _builder_version=\"3.19\" text_font=\"||||||||\" text_text_color=\"#000000\" text_font_size=\"16px\" custom_padding=\"|||30px\"]\r\n\r\n<div>\r\n<p><strong>Are you feeling the squeeze of shrinking reimbursements from insurance carriers?</strong></p>\r\n<p>Have you ever felt overwhelmed by the ever-changing regulations that limit your profit potential and create more work for you?</p>\r\n<p><strong>Are you losing the battle for new patients from the increased competition of HOPTs and POPTs?</strong></p>\r\n<p>Are you struggling and finding it costlier to retain quality staff?</p>\r\n<p><strong>I know how you feel because at a time when we had 13 clinics (and were the 2nd largest private practice PT organization in NY), our reimbursements were slashed by 50% - 60% one after another. This new frontier of marketing, diagnosing and increased competition led me in search of solutions.</strong></p>\r\n<p>Hi, my name is Dr. Dimitrios Kostopoulos, DPT, MD, PhD, DSc, ECS and I’m board certified in Clinical Electrophysiology with over 26 years of clinical and private practice experience. It was from the obstacles I faced I was able to discover a technology that provided us with significantly greater profit margins and 5x - 10x more per patient visit. Once I had mastered this to a repeatable formula, I revealed the technology to other private practitioners who are gaining similar results.</p>\r\n<p><strong>I want to help you get the information you need in a format that fits your lifestyle which is why I’m offering a free download of our magazine called Diagnostics for PT</strong></p>\r\n<p><strong></strong></p>\r\n</div>\r\n<div>\r\n<p>To get started simply provide your name and email address and you’ll be sent directly to a download.</p>\r\n<p><strong>And best of all…. It’s free.</strong></p>\r\n<p>There is no cost to join, no contracts to sign, and no obligation to do anything except enjoy the free content I look forward to sharing with you.</p>\r\n<p>&nbsp;</p>\r\n</div>\r\n<div>\r\n<p>I want to ensure you have proven and real information from here on.</p>\r\n<p><strong>See you on the other side.</strong></p>\r\n<p><strong>Dr. Dimitrios Kostopoulos</strong></p>\r\n</div>\r\n<div><em>Helping Private Practice Owners Boom Your Business</em></div>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"2_5\"][et_pb_cta title=\"Grab Free Magazine Subscription\" button_url=\"#open-overlay\" button_text=\"Download Now\" module_id=\"overlay_unique_id_69\" _builder_version=\"3.19\" header_level=\"h1\" header_font=\"||||||||\" body_font=\"||||||||\" background_color=\"#0075B2\" border_radii=\"on|10px|10px|10px|10px\" custom_button=\"on\" button_text_size=\"26px\" button_text_color=\"#0C71C3\" button_bg_color=\"#ffffff\" button_border_width=\"0px\" button_border_radius=\"100px\" button_font=\"|700|||||||\" button_use_icon=\"off\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"5px\" box_shadow_vertical=\"5px\" box_shadow_style_button=\"preset2\" box_shadow_horizontal_button=\"0px\" box_shadow_vertical_button=\"0px\" custom_margin=\"|30px||\" custom_padding=\"|||\" box_shadow_color_button__hover_enabled=\"on\" box_shadow_color_button__hover=\"rgba(0,0,0,0.3)\" box_shadow_horizontal_button__hover_enabled=\"on\" box_shadow_horizontal_button__hover=\"0px\" box_shadow_blur_button__hover_enabled=\"on\" box_shadow_blur_button__hover=\"25px\" box_shadow_spread_button__hover_enabled=\"on\" box_shadow_spread_button__hover=\"10px\"]\r\n\r\n<p>\r\n<img src=\"http://quantumleaplife.com/handsondiagnostics.com/wp-content/uploads/2018/12/hods.jpg\" width=\"825\" height=\"1088\" alt=\"\" class=\"wp-image-27 alignnone size-full\" /></p>\r\n\r\n[/et_pb_cta][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|15px|30px|false|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#10243B\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#FFFFFF\" header_font_size=\"21px\"]\r\n\r\n<h1>You’ll Discover….</h1>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" _builder_version=\"3.19\" background_color=\"#ffffff\" border_radii=\"|||30px|30px\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19\" text_font=\"||||||||\" text_text_color=\"#000000\" text_font_size=\"16px\" custom_padding=\"|||30px\"]\r\n\r\n<ul>\r\n<li> How to Get off the Treadmill and Increase Your Productivity While Reducing Your Hours</li>\r\n<li>The Secret to Getting Higher Insurance Payouts from Insurance Providers</li>\r\n<li>How to Increase Accurate Diagnosis and Accelerate Healing</li>\r\n<li>New Revenue Streams that Improve Patient Outcomes and Increase Net Profit Margins </li>\r\n</ul>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19\"]\r\n\r\n<p style=\"text-align: center;\"><span style=\"color: #000000;\"><a href=\"https://www.diagnosticsforpt.com/terms-and-conditions/\" target=\"_blank\" rel=\"noopener\" style=\"color: #000000;\">| <strong>PRIVACY POLICY &amp; TERMS Of USE</strong> |</a></span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #000000;\"><span>Created by </span><span style=\"color: #ffffff;\"><strong><a href=\"http://www.innersurf.com/\" target=\"_blank\" rel=\"noopener\" style=\"color: #10233A;\">InnerSurf Online Solutions</a></strong></span></span></p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Landing Page', '', 'inherit', 'closed', 'closed', '', '5-revision-v1', '', '', '2019-02-02 09:42:26', '2019-02-02 09:42:26', '', 5, 'http://109.199.127.251/~fastacti/socialmediaspeakerlosangeles.com/2019/02/02/5-revision-v1/', 0, 'revision', '', 0),
(194, 1, '2019-02-02 09:43:42', '2019-02-02 09:43:42', '[et_pb_section bb_built=\"1\" _builder_version=\"3.19\" background_color=\"#c9c9c9\" custom_padding=\"15px|0px|0px|0px\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" _builder_version=\"3.19\" background_color=\"#ffffff\" box_shadow_style=\"preset1\" border_radii=\"|10px|10px|0px|0px\" custom_padding=\"0px||0px|\"][et_pb_column type=\"4_4\"][et_pb_image src=\"http://109.199.127.251/~fastacti/socialmediaspeakerlosangeles.com/wp-content/uploads/2019/02/header-logo-2.jpg\" show_bottom_space=\"off\" align=\"center\" _builder_version=\"3.19\" custom_margin=\"||0px\" border_radii=\"on|5px|5px|5px|5px\" /][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"10px|20px|10px|20px\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#ffffff\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_image src=\"http://109.199.127.251/~fastacti/socialmediaspeakerlosangeles.com/wp-content/uploads/2019/02/slide1.jpg\" show_bottom_space=\"off\" align=\"center\" _builder_version=\"3.19\" custom_margin=\"||0px\" border_radii=\"on|5px|5px|5px|5px\" /][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|20px|30px\" _builder_version=\"3.19\" background_color=\"#28a460\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text: section1\" _builder_version=\"3.19\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"24px\" custom_padding=\"10px|||\"]\r\n\r\n<h1 class=\"text-center\" style=\"font-size: 30px; font-weight: bold; font-family: Arial, Helvetica, sans-serif; text-align: center;\">Tracy Repchuk is the <span class=\"txtyellow\">Top Social Media Speaker for Los <br>Angeles</span> for business branding, online marketing &amp; social <br>media strategy</h1>\r\n\r\n[/et_pb_text][et_pb_text _builder_version=\"3.19\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"24px\" background_color=\"#ffffff\" text_text_color=\"#000000\" border_radii=\"on|10px|10px|10px|10px\" custom_padding=\"30px|20px|20px|30px\" text_font=\"Arial||||||||\" text_font_size=\"17px\" text_line_height=\"21px\"]\r\n\r\n<div id=\"section-2in\">\r\n<p>Tracy has spoken in over 35 countries in audiences ranging from presidents, heads of state, businesses, corporations, associations, conventions, authors, speakers, entrepreneurs and emerging leaders and continues to enlighten, energize and educate her audiences to massive action and results.</p>\r\n\r\n<p>As a trusted TV and media resource, appearing in over 22 national networks, over 60 publications and 3 motivational movies she continues to spread her positive message and easy to understand breakdowns of technology, business, branding, and social media. </p>\r\n\r\n<p>Select Tracy Repchuk the top social media speaker for los angeles for your next event!</p>\r\n</div>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|15px|30px|false|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#ffffff\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19\" header_font=\"|800|||||||\" header_text_align=\"center\" header_text_color=\"#0183FC\"]\r\n\r\n<h1><span>How Would You Like To Achieve Better Patient Outcomes, Radically Differentiate Your Practice, And 5X Reimbursements In As Little As 90 Days?</span></h1>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|15px|30px|false|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#10243B\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#FFFFFF\" header_font_size=\"21px\"]\r\n\r\n<h1><span>Grab Details Now to The Revolution Taking Private Practice Physical Therapy By Storm</span></h1>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" _builder_version=\"3.19\" background_color=\"#ffffff\" box_shadow_style=\"preset1\"][et_pb_column type=\"3_5\"][et_pb_image src=\"data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTA4MCIgaGVpZ2h0PSI1NDAiIHZpZXdCb3g9IjAgMCAxMDgwIDU0MCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPHBhdGggZmlsbD0iI0VCRUJFQiIgZD0iTTAgMGgxMDgwdjU0MEgweiIvPgogICAgICAgIDxwYXRoIGQ9Ik00NDUuNjQ5IDU0MGgtOTguOTk1TDE0NC42NDkgMzM3Ljk5NSAwIDQ4Mi42NDR2LTk4Ljk5NWwxMTYuMzY1LTExNi4zNjVjMTUuNjItMTUuNjIgNDAuOTQ3LTE1LjYyIDU2LjU2OCAwTDQ0NS42NSA1NDB6IiBmaWxsLW9wYWNpdHk9Ii4xIiBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz4KICAgICAgICA8Y2lyY2xlIGZpbGwtb3BhY2l0eT0iLjA1IiBmaWxsPSIjMDAwIiBjeD0iMzMxIiBjeT0iMTQ4IiByPSI3MCIvPgogICAgICAgIDxwYXRoIGQ9Ik0xMDgwIDM3OXYxMTMuMTM3TDcyOC4xNjIgMTQwLjMgMzI4LjQ2MiA1NDBIMjE1LjMyNEw2OTkuODc4IDU1LjQ0NmMxNS42Mi0xNS42MiA0MC45NDgtMTUuNjIgNTYuNTY4IDBMMTA4MCAzNzl6IiBmaWxsLW9wYWNpdHk9Ii4yIiBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz4KICAgIDwvZz4KPC9zdmc+Cg==\" _builder_version=\"3.19\" max_width=\"50%\" module_alignment=\"center\" /][et_pb_text _builder_version=\"3.19\" text_font=\"||||||||\" text_text_color=\"#000000\" text_font_size=\"16px\" custom_padding=\"|||30px\"]\r\n\r\n<div>\r\n<p><strong>Are you feeling the squeeze of shrinking reimbursements from insurance carriers?</strong></p>\r\n<p>Have you ever felt overwhelmed by the ever-changing regulations that limit your profit potential and create more work for you?</p>\r\n<p><strong>Are you losing the battle for new patients from the increased competition of HOPTs and POPTs?</strong></p>\r\n<p>Are you struggling and finding it costlier to retain quality staff?</p>\r\n<p><strong>I know how you feel because at a time when we had 13 clinics (and were the 2nd largest private practice PT organization in NY), our reimbursements were slashed by 50% - 60% one after another. This new frontier of marketing, diagnosing and increased competition led me in search of solutions.</strong></p>\r\n<p>Hi, my name is Dr. Dimitrios Kostopoulos, DPT, MD, PhD, DSc, ECS and I’m board certified in Clinical Electrophysiology with over 26 years of clinical and private practice experience. It was from the obstacles I faced I was able to discover a technology that provided us with significantly greater profit margins and 5x - 10x more per patient visit. Once I had mastered this to a repeatable formula, I revealed the technology to other private practitioners who are gaining similar results.</p>\r\n<p><strong>I want to help you get the information you need in a format that fits your lifestyle which is why I’m offering a free download of our magazine called Diagnostics for PT</strong></p>\r\n<p><strong></strong></p>\r\n</div>\r\n<div>\r\n<p>To get started simply provide your name and email address and you’ll be sent directly to a download.</p>\r\n<p><strong>And best of all…. It’s free.</strong></p>\r\n<p>There is no cost to join, no contracts to sign, and no obligation to do anything except enjoy the free content I look forward to sharing with you.</p>\r\n<p>&nbsp;</p>\r\n</div>\r\n<div>\r\n<p>I want to ensure you have proven and real information from here on.</p>\r\n<p><strong>See you on the other side.</strong></p>\r\n<p><strong>Dr. Dimitrios Kostopoulos</strong></p>\r\n</div>\r\n<div><em>Helping Private Practice Owners Boom Your Business</em></div>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"2_5\"][et_pb_cta title=\"Grab Free Magazine Subscription\" button_url=\"#open-overlay\" button_text=\"Download Now\" module_id=\"overlay_unique_id_69\" _builder_version=\"3.19\" header_level=\"h1\" header_font=\"||||||||\" body_font=\"||||||||\" background_color=\"#0075B2\" border_radii=\"on|10px|10px|10px|10px\" custom_button=\"on\" button_text_size=\"26px\" button_text_color=\"#0C71C3\" button_bg_color=\"#ffffff\" button_border_width=\"0px\" button_border_radius=\"100px\" button_font=\"|700|||||||\" button_use_icon=\"off\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"5px\" box_shadow_vertical=\"5px\" box_shadow_style_button=\"preset2\" box_shadow_horizontal_button=\"0px\" box_shadow_vertical_button=\"0px\" custom_margin=\"|30px||\" custom_padding=\"|||\" box_shadow_color_button__hover_enabled=\"on\" box_shadow_color_button__hover=\"rgba(0,0,0,0.3)\" box_shadow_horizontal_button__hover_enabled=\"on\" box_shadow_horizontal_button__hover=\"0px\" box_shadow_blur_button__hover_enabled=\"on\" box_shadow_blur_button__hover=\"25px\" box_shadow_spread_button__hover_enabled=\"on\" box_shadow_spread_button__hover=\"10px\"]\r\n\r\n<p>\r\n<img src=\"http://quantumleaplife.com/handsondiagnostics.com/wp-content/uploads/2018/12/hods.jpg\" width=\"825\" height=\"1088\" alt=\"\" class=\"wp-image-27 alignnone size-full\" /></p>\r\n\r\n[/et_pb_cta][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|15px|30px|false|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#10243B\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#FFFFFF\" header_font_size=\"21px\"]\r\n\r\n<h1>You’ll Discover….</h1>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" _builder_version=\"3.19\" background_color=\"#ffffff\" border_radii=\"|||30px|30px\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19\" text_font=\"||||||||\" text_text_color=\"#000000\" text_font_size=\"16px\" custom_padding=\"|||30px\"]\r\n\r\n<ul>\r\n<li> How to Get off the Treadmill and Increase Your Productivity While Reducing Your Hours</li>\r\n<li>The Secret to Getting Higher Insurance Payouts from Insurance Providers</li>\r\n<li>How to Increase Accurate Diagnosis and Accelerate Healing</li>\r\n<li>New Revenue Streams that Improve Patient Outcomes and Increase Net Profit Margins </li>\r\n</ul>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19\"]\r\n\r\n<p style=\"text-align: center;\"><span style=\"color: #000000;\"><a href=\"https://www.diagnosticsforpt.com/terms-and-conditions/\" target=\"_blank\" rel=\"noopener\" style=\"color: #000000;\">| <strong>PRIVACY POLICY &amp; TERMS Of USE</strong> |</a></span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #000000;\"><span>Created by </span><span style=\"color: #ffffff;\"><strong><a href=\"http://www.innersurf.com/\" target=\"_blank\" rel=\"noopener\" style=\"color: #10233A;\">InnerSurf Online Solutions</a></strong></span></span></p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Landing Page', '', 'inherit', 'closed', 'closed', '', '5-revision-v1', '', '', '2019-02-02 09:43:42', '2019-02-02 09:43:42', '', 5, 'http://109.199.127.251/~fastacti/socialmediaspeakerlosangeles.com/2019/02/02/5-revision-v1/', 0, 'revision', '', 0),
(195, 1, '2019-02-02 09:44:54', '2019-02-02 09:44:54', '[et_pb_section bb_built=\"1\" _builder_version=\"3.19\" background_color=\"#c9c9c9\" custom_padding=\"15px|0px|0px|0px\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" _builder_version=\"3.19\" background_color=\"#ffffff\" box_shadow_style=\"preset1\" border_radii=\"|10px|10px|0px|0px\" custom_padding=\"0px||0px|\"][et_pb_column type=\"4_4\"][et_pb_image src=\"http://109.199.127.251/~fastacti/socialmediaspeakerlosangeles.com/wp-content/uploads/2019/02/header-logo-2.jpg\" show_bottom_space=\"off\" align=\"center\" _builder_version=\"3.19\" custom_margin=\"||0px\" border_radii=\"on|5px|5px|5px|5px\" /][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"10px|20px|10px|20px\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#ffffff\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_image src=\"http://109.199.127.251/~fastacti/socialmediaspeakerlosangeles.com/wp-content/uploads/2019/02/slide1.jpg\" show_bottom_space=\"off\" align=\"center\" _builder_version=\"3.19\" custom_margin=\"||0px\" border_radii=\"on|5px|5px|5px|5px\" /][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|20px|30px\" _builder_version=\"3.19\" background_color=\"#28a460\" animation_style=\"slide\" animation_direction=\"right\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text: section1\" _builder_version=\"3.19\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"24px\" custom_padding=\"10px|||\"]\r\n\r\n<h1 class=\"text-center\" style=\"font-size: 30px; font-weight: bold; font-family: Arial, Helvetica, sans-serif; text-align: center;\">Tracy Repchuk is the <span class=\"txtyellow\">Top Social Media Speaker for Los <br>Angeles</span> for business branding, online marketing &amp; social <br>media strategy</h1>\r\n\r\n[/et_pb_text][et_pb_text _builder_version=\"3.19\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"24px\" background_color=\"#ffffff\" text_text_color=\"#000000\" border_radii=\"on|10px|10px|10px|10px\" custom_padding=\"30px|20px|20px|30px\" text_font=\"Arial||||||||\" text_font_size=\"17px\" text_line_height=\"21px\"]\r\n\r\n<div id=\"section-2in\">\r\n<p>Tracy has spoken in over 35 countries in audiences ranging from presidents, heads of state, businesses, corporations, associations, conventions, authors, speakers, entrepreneurs and emerging leaders and continues to enlighten, energize and educate her audiences to massive action and results.</p>\r\n\r\n<p>As a trusted TV and media resource, appearing in over 22 national networks, over 60 publications and 3 motivational movies she continues to spread her positive message and easy to understand breakdowns of technology, business, branding, and social media. </p>\r\n\r\n<p>Select Tracy Repchuk the top social media speaker for los angeles for your next event!</p>\r\n</div>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|15px|30px|false|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#ffffff\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19\" header_font=\"|800|||||||\" header_text_align=\"center\" header_text_color=\"#0183FC\"]\r\n\r\n<h1><span>How Would You Like To Achieve Better Patient Outcomes, Radically Differentiate Your Practice, And 5X Reimbursements In As Little As 90 Days?</span></h1>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|15px|30px|false|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#10243B\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#FFFFFF\" header_font_size=\"21px\"]\r\n\r\n<h1><span>Grab Details Now to The Revolution Taking Private Practice Physical Therapy By Storm</span></h1>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" _builder_version=\"3.19\" background_color=\"#ffffff\" box_shadow_style=\"preset1\"][et_pb_column type=\"3_5\"][et_pb_image src=\"data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTA4MCIgaGVpZ2h0PSI1NDAiIHZpZXdCb3g9IjAgMCAxMDgwIDU0MCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPHBhdGggZmlsbD0iI0VCRUJFQiIgZD0iTTAgMGgxMDgwdjU0MEgweiIvPgogICAgICAgIDxwYXRoIGQ9Ik00NDUuNjQ5IDU0MGgtOTguOTk1TDE0NC42NDkgMzM3Ljk5NSAwIDQ4Mi42NDR2LTk4Ljk5NWwxMTYuMzY1LTExNi4zNjVjMTUuNjItMTUuNjIgNDAuOTQ3LTE1LjYyIDU2LjU2OCAwTDQ0NS42NSA1NDB6IiBmaWxsLW9wYWNpdHk9Ii4xIiBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz4KICAgICAgICA8Y2lyY2xlIGZpbGwtb3BhY2l0eT0iLjA1IiBmaWxsPSIjMDAwIiBjeD0iMzMxIiBjeT0iMTQ4IiByPSI3MCIvPgogICAgICAgIDxwYXRoIGQ9Ik0xMDgwIDM3OXYxMTMuMTM3TDcyOC4xNjIgMTQwLjMgMzI4LjQ2MiA1NDBIMjE1LjMyNEw2OTkuODc4IDU1LjQ0NmMxNS42Mi0xNS42MiA0MC45NDgtMTUuNjIgNTYuNTY4IDBMMTA4MCAzNzl6IiBmaWxsLW9wYWNpdHk9Ii4yIiBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz4KICAgIDwvZz4KPC9zdmc+Cg==\" _builder_version=\"3.19\" max_width=\"50%\" module_alignment=\"center\" /][et_pb_text _builder_version=\"3.19\" text_font=\"||||||||\" text_text_color=\"#000000\" text_font_size=\"16px\" custom_padding=\"|||30px\"]\r\n\r\n<div>\r\n<p><strong>Are you feeling the squeeze of shrinking reimbursements from insurance carriers?</strong></p>\r\n<p>Have you ever felt overwhelmed by the ever-changing regulations that limit your profit potential and create more work for you?</p>\r\n<p><strong>Are you losing the battle for new patients from the increased competition of HOPTs and POPTs?</strong></p>\r\n<p>Are you struggling and finding it costlier to retain quality staff?</p>\r\n<p><strong>I know how you feel because at a time when we had 13 clinics (and were the 2nd largest private practice PT organization in NY), our reimbursements were slashed by 50% - 60% one after another. This new frontier of marketing, diagnosing and increased competition led me in search of solutions.</strong></p>\r\n<p>Hi, my name is Dr. Dimitrios Kostopoulos, DPT, MD, PhD, DSc, ECS and I’m board certified in Clinical Electrophysiology with over 26 years of clinical and private practice experience. It was from the obstacles I faced I was able to discover a technology that provided us with significantly greater profit margins and 5x - 10x more per patient visit. Once I had mastered this to a repeatable formula, I revealed the technology to other private practitioners who are gaining similar results.</p>\r\n<p><strong>I want to help you get the information you need in a format that fits your lifestyle which is why I’m offering a free download of our magazine called Diagnostics for PT</strong></p>\r\n<p><strong></strong></p>\r\n</div>\r\n<div>\r\n<p>To get started simply provide your name and email address and you’ll be sent directly to a download.</p>\r\n<p><strong>And best of all…. It’s free.</strong></p>\r\n<p>There is no cost to join, no contracts to sign, and no obligation to do anything except enjoy the free content I look forward to sharing with you.</p>\r\n<p>&nbsp;</p>\r\n</div>\r\n<div>\r\n<p>I want to ensure you have proven and real information from here on.</p>\r\n<p><strong>See you on the other side.</strong></p>\r\n<p><strong>Dr. Dimitrios Kostopoulos</strong></p>\r\n</div>\r\n<div><em>Helping Private Practice Owners Boom Your Business</em></div>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"2_5\"][et_pb_cta title=\"Grab Free Magazine Subscription\" button_url=\"#open-overlay\" button_text=\"Download Now\" module_id=\"overlay_unique_id_69\" _builder_version=\"3.19\" header_level=\"h1\" header_font=\"||||||||\" body_font=\"||||||||\" background_color=\"#0075B2\" border_radii=\"on|10px|10px|10px|10px\" custom_button=\"on\" button_text_size=\"26px\" button_text_color=\"#0C71C3\" button_bg_color=\"#ffffff\" button_border_width=\"0px\" button_border_radius=\"100px\" button_font=\"|700|||||||\" button_use_icon=\"off\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"5px\" box_shadow_vertical=\"5px\" box_shadow_style_button=\"preset2\" box_shadow_horizontal_button=\"0px\" box_shadow_vertical_button=\"0px\" custom_margin=\"|30px||\" custom_padding=\"|||\" box_shadow_color_button__hover_enabled=\"on\" box_shadow_color_button__hover=\"rgba(0,0,0,0.3)\" box_shadow_horizontal_button__hover_enabled=\"on\" box_shadow_horizontal_button__hover=\"0px\" box_shadow_blur_button__hover_enabled=\"on\" box_shadow_blur_button__hover=\"25px\" box_shadow_spread_button__hover_enabled=\"on\" box_shadow_spread_button__hover=\"10px\"]\r\n\r\n<p>\r\n<img src=\"http://quantumleaplife.com/handsondiagnostics.com/wp-content/uploads/2018/12/hods.jpg\" width=\"825\" height=\"1088\" alt=\"\" class=\"wp-image-27 alignnone size-full\" /></p>\r\n\r\n[/et_pb_cta][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|15px|30px|false|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#10243B\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#FFFFFF\" header_font_size=\"21px\"]\r\n\r\n<h1>You’ll Discover….</h1>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" _builder_version=\"3.19\" background_color=\"#ffffff\" border_radii=\"|||30px|30px\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19\" text_font=\"||||||||\" text_text_color=\"#000000\" text_font_size=\"16px\" custom_padding=\"|||30px\"]\r\n\r\n<ul>\r\n<li> How to Get off the Treadmill and Increase Your Productivity While Reducing Your Hours</li>\r\n<li>The Secret to Getting Higher Insurance Payouts from Insurance Providers</li>\r\n<li>How to Increase Accurate Diagnosis and Accelerate Healing</li>\r\n<li>New Revenue Streams that Improve Patient Outcomes and Increase Net Profit Margins </li>\r\n</ul>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19\"]\r\n\r\n<p style=\"text-align: center;\"><span style=\"color: #000000;\"><a href=\"https://www.diagnosticsforpt.com/terms-and-conditions/\" target=\"_blank\" rel=\"noopener\" style=\"color: #000000;\">| <strong>PRIVACY POLICY &amp; TERMS Of USE</strong> |</a></span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #000000;\"><span>Created by </span><span style=\"color: #ffffff;\"><strong><a href=\"http://www.innersurf.com/\" target=\"_blank\" rel=\"noopener\" style=\"color: #10233A;\">InnerSurf Online Solutions</a></strong></span></span></p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Landing Page', '', 'inherit', 'closed', 'closed', '', '5-revision-v1', '', '', '2019-02-02 09:44:54', '2019-02-02 09:44:54', '', 5, 'http://109.199.127.251/~fastacti/socialmediaspeakerlosangeles.com/2019/02/02/5-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(196, 1, '2019-02-02 09:49:22', '2019-02-02 09:49:22', '[et_pb_section bb_built=\"1\" _builder_version=\"3.19\" background_color=\"#c9c9c9\" custom_padding=\"15px|0px|0px|0px\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" _builder_version=\"3.19\" background_color=\"#ffffff\" box_shadow_style=\"preset1\" border_radii=\"|10px|10px|0px|0px\" custom_padding=\"0px||0px|\"][et_pb_column type=\"4_4\"][et_pb_image src=\"http://109.199.127.251/~fastacti/socialmediaspeakerlosangeles.com/wp-content/uploads/2019/02/header-logo-2.jpg\" show_bottom_space=\"off\" align=\"center\" _builder_version=\"3.19\" custom_margin=\"||0px\" border_radii=\"on|5px|5px|5px|5px\" /][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"10px|20px|10px|20px\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#ffffff\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_image src=\"http://109.199.127.251/~fastacti/socialmediaspeakerlosangeles.com/wp-content/uploads/2019/02/slide1.jpg\" show_bottom_space=\"off\" align=\"center\" _builder_version=\"3.19\" custom_margin=\"||0px\" border_radii=\"on|5px|5px|5px|5px\" /][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|20px|30px\" _builder_version=\"3.19\" background_color=\"#28a460\" animation_style=\"slide\" animation_direction=\"right\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text: section1\" _builder_version=\"3.19\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"24px\" custom_padding=\"10px|||\"]\r\n\r\n<h1 class=\"text-center\" style=\"font-size: 30px; font-weight: bold; font-family: Arial, Helvetica, sans-serif; text-align: center;\">Tracy Repchuk is the <span class=\"txtyellow\">Top Social Media Speaker for Los <br>Angeles</span> for business branding, online marketing &amp; social <br>media strategy</h1>\r\n\r\n[/et_pb_text][et_pb_text _builder_version=\"3.19\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"24px\" background_color=\"#ffffff\" text_text_color=\"#000000\" border_radii=\"on|10px|10px|10px|10px\" custom_padding=\"30px|20px|20px|30px\" text_font=\"Arial||||||||\" text_font_size=\"17px\" text_line_height=\"21px\"]\r\n\r\n<div id=\"section-2in\">\r\n<p>Tracy has spoken in over 35 countries in audiences ranging from presidents, heads of state, businesses, corporations, associations, conventions, authors, speakers, entrepreneurs and emerging leaders and continues to enlighten, energize and educate her audiences to massive action and results.</p>\r\n\r\n<p>As a trusted TV and media resource, appearing in over 22 national networks, over 60 publications and 3 motivational movies she continues to spread her positive message and easy to understand breakdowns of technology, business, branding, and social media. </p>\r\n\r\n<p>Select Tracy Repchuk the top social media speaker for los angeles for your next event!</p>\r\n</div>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|15px|30px|false|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#dddddd\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text: Section 2\" _builder_version=\"3.19\" header_font=\"|800|||||||\" header_text_align=\"center\" header_text_color=\"#0183fc\" custom_padding=\"20px|30px|20px|30px\" animation_style=\"slide\" animation_direction=\"left\"]\r\n\r\n<h2 class=\"red-heading aligncenter\" style=\"font-size: 30px; text-align: center;\"><strong>Tracy Repchuk on TV ....</strong></h2>\r\n<div align=\"center\"><iframe src=\"https://player.vimeo.com/video/137569136\" width=\"700\" height=\"500\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></div>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|15px|30px|false|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#10243B\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#FFFFFF\" header_font_size=\"21px\"]\r\n\r\n<h1><span>Grab Details Now to The Revolution Taking Private Practice Physical Therapy By Storm</span></h1>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" _builder_version=\"3.19\" background_color=\"#ffffff\" box_shadow_style=\"preset1\"][et_pb_column type=\"3_5\"][et_pb_image src=\"data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTA4MCIgaGVpZ2h0PSI1NDAiIHZpZXdCb3g9IjAgMCAxMDgwIDU0MCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPHBhdGggZmlsbD0iI0VCRUJFQiIgZD0iTTAgMGgxMDgwdjU0MEgweiIvPgogICAgICAgIDxwYXRoIGQ9Ik00NDUuNjQ5IDU0MGgtOTguOTk1TDE0NC42NDkgMzM3Ljk5NSAwIDQ4Mi42NDR2LTk4Ljk5NWwxMTYuMzY1LTExNi4zNjVjMTUuNjItMTUuNjIgNDAuOTQ3LTE1LjYyIDU2LjU2OCAwTDQ0NS42NSA1NDB6IiBmaWxsLW9wYWNpdHk9Ii4xIiBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz4KICAgICAgICA8Y2lyY2xlIGZpbGwtb3BhY2l0eT0iLjA1IiBmaWxsPSIjMDAwIiBjeD0iMzMxIiBjeT0iMTQ4IiByPSI3MCIvPgogICAgICAgIDxwYXRoIGQ9Ik0xMDgwIDM3OXYxMTMuMTM3TDcyOC4xNjIgMTQwLjMgMzI4LjQ2MiA1NDBIMjE1LjMyNEw2OTkuODc4IDU1LjQ0NmMxNS42Mi0xNS42MiA0MC45NDgtMTUuNjIgNTYuNTY4IDBMMTA4MCAzNzl6IiBmaWxsLW9wYWNpdHk9Ii4yIiBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz4KICAgIDwvZz4KPC9zdmc+Cg==\" _builder_version=\"3.19\" max_width=\"50%\" module_alignment=\"center\" /][et_pb_text _builder_version=\"3.19\" text_font=\"||||||||\" text_text_color=\"#000000\" text_font_size=\"16px\" custom_padding=\"|||30px\"]\r\n\r\n<div>\r\n<p><strong>Are you feeling the squeeze of shrinking reimbursements from insurance carriers?</strong></p>\r\n<p>Have you ever felt overwhelmed by the ever-changing regulations that limit your profit potential and create more work for you?</p>\r\n<p><strong>Are you losing the battle for new patients from the increased competition of HOPTs and POPTs?</strong></p>\r\n<p>Are you struggling and finding it costlier to retain quality staff?</p>\r\n<p><strong>I know how you feel because at a time when we had 13 clinics (and were the 2nd largest private practice PT organization in NY), our reimbursements were slashed by 50% - 60% one after another. This new frontier of marketing, diagnosing and increased competition led me in search of solutions.</strong></p>\r\n<p>Hi, my name is Dr. Dimitrios Kostopoulos, DPT, MD, PhD, DSc, ECS and I’m board certified in Clinical Electrophysiology with over 26 years of clinical and private practice experience. It was from the obstacles I faced I was able to discover a technology that provided us with significantly greater profit margins and 5x - 10x more per patient visit. Once I had mastered this to a repeatable formula, I revealed the technology to other private practitioners who are gaining similar results.</p>\r\n<p><strong>I want to help you get the information you need in a format that fits your lifestyle which is why I’m offering a free download of our magazine called Diagnostics for PT</strong></p>\r\n<p><strong></strong></p>\r\n</div>\r\n<div>\r\n<p>To get started simply provide your name and email address and you’ll be sent directly to a download.</p>\r\n<p><strong>And best of all…. It’s free.</strong></p>\r\n<p>There is no cost to join, no contracts to sign, and no obligation to do anything except enjoy the free content I look forward to sharing with you.</p>\r\n<p>&nbsp;</p>\r\n</div>\r\n<div>\r\n<p>I want to ensure you have proven and real information from here on.</p>\r\n<p><strong>See you on the other side.</strong></p>\r\n<p><strong>Dr. Dimitrios Kostopoulos</strong></p>\r\n</div>\r\n<div><em>Helping Private Practice Owners Boom Your Business</em></div>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"2_5\"][et_pb_cta title=\"Grab Free Magazine Subscription\" button_url=\"#open-overlay\" button_text=\"Download Now\" module_id=\"overlay_unique_id_69\" _builder_version=\"3.19\" header_level=\"h1\" header_font=\"||||||||\" body_font=\"||||||||\" background_color=\"#0075B2\" border_radii=\"on|10px|10px|10px|10px\" custom_button=\"on\" button_text_size=\"26px\" button_text_color=\"#0C71C3\" button_bg_color=\"#ffffff\" button_border_width=\"0px\" button_border_radius=\"100px\" button_font=\"|700|||||||\" button_use_icon=\"off\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"5px\" box_shadow_vertical=\"5px\" box_shadow_style_button=\"preset2\" box_shadow_horizontal_button=\"0px\" box_shadow_vertical_button=\"0px\" custom_margin=\"|30px||\" custom_padding=\"|||\" box_shadow_color_button__hover_enabled=\"on\" box_shadow_color_button__hover=\"rgba(0,0,0,0.3)\" box_shadow_horizontal_button__hover_enabled=\"on\" box_shadow_horizontal_button__hover=\"0px\" box_shadow_blur_button__hover_enabled=\"on\" box_shadow_blur_button__hover=\"25px\" box_shadow_spread_button__hover_enabled=\"on\" box_shadow_spread_button__hover=\"10px\"]\r\n\r\n<p>\r\n<img src=\"http://quantumleaplife.com/handsondiagnostics.com/wp-content/uploads/2018/12/hods.jpg\" width=\"825\" height=\"1088\" alt=\"\" class=\"wp-image-27 alignnone size-full\" /></p>\r\n\r\n[/et_pb_cta][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|15px|30px|false|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#10243B\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#FFFFFF\" header_font_size=\"21px\"]\r\n\r\n<h1>You’ll Discover….</h1>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" _builder_version=\"3.19\" background_color=\"#ffffff\" border_radii=\"|||30px|30px\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19\" text_font=\"||||||||\" text_text_color=\"#000000\" text_font_size=\"16px\" custom_padding=\"|||30px\"]\r\n\r\n<ul>\r\n<li> How to Get off the Treadmill and Increase Your Productivity While Reducing Your Hours</li>\r\n<li>The Secret to Getting Higher Insurance Payouts from Insurance Providers</li>\r\n<li>How to Increase Accurate Diagnosis and Accelerate Healing</li>\r\n<li>New Revenue Streams that Improve Patient Outcomes and Increase Net Profit Margins </li>\r\n</ul>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19\"]\r\n\r\n<p style=\"text-align: center;\"><span style=\"color: #000000;\"><a href=\"https://www.diagnosticsforpt.com/terms-and-conditions/\" target=\"_blank\" rel=\"noopener\" style=\"color: #000000;\">| <strong>PRIVACY POLICY &amp; TERMS Of USE</strong> |</a></span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #000000;\"><span>Created by </span><span style=\"color: #ffffff;\"><strong><a href=\"http://www.innersurf.com/\" target=\"_blank\" rel=\"noopener\" style=\"color: #10233A;\">InnerSurf Online Solutions</a></strong></span></span></p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Landing Page', '', 'inherit', 'closed', 'closed', '', '5-revision-v1', '', '', '2019-02-02 09:49:22', '2019-02-02 09:49:22', '', 5, 'http://109.199.127.251/~fastacti/socialmediaspeakerlosangeles.com/2019/02/02/5-revision-v1/', 0, 'revision', '', 0),
(197, 1, '2019-02-02 09:52:29', '2019-02-02 09:52:29', '[et_pb_section bb_built=\"1\" _builder_version=\"3.19\" background_color=\"#c9c9c9\" custom_padding=\"15px|0px|0px|0px\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" _builder_version=\"3.19\" background_color=\"#ffffff\" box_shadow_style=\"preset1\" border_radii=\"|10px|10px|0px|0px\" custom_padding=\"0px||0px|\"][et_pb_column type=\"4_4\"][et_pb_image src=\"http://109.199.127.251/~fastacti/socialmediaspeakerlosangeles.com/wp-content/uploads/2019/02/header-logo-2.jpg\" show_bottom_space=\"off\" align=\"center\" _builder_version=\"3.19\" custom_margin=\"||0px\" border_radii=\"on|5px|5px|5px|5px\" /][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"10px|20px|10px|20px\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#ffffff\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_image src=\"http://109.199.127.251/~fastacti/socialmediaspeakerlosangeles.com/wp-content/uploads/2019/02/slide1.jpg\" show_bottom_space=\"off\" align=\"center\" _builder_version=\"3.19\" custom_margin=\"||0px\" border_radii=\"on|5px|5px|5px|5px\" /][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|20px|30px\" _builder_version=\"3.19\" background_color=\"#28a460\" animation_style=\"slide\" animation_direction=\"right\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text: section1\" _builder_version=\"3.19\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"24px\" custom_padding=\"10px|||\"]\r\n\r\n<h1 class=\"text-center\" style=\"font-size: 30px; font-weight: bold; font-family: Arial, Helvetica, sans-serif; text-align: center;\">Tracy Repchuk is the <span class=\"txtyellow\">Top Social Media Speaker for Los <br>Angeles</span> for business branding, online marketing &amp; social <br>media strategy</h1>\r\n\r\n[/et_pb_text][et_pb_text _builder_version=\"3.19\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"24px\" background_color=\"#ffffff\" text_text_color=\"#000000\" border_radii=\"on|10px|10px|10px|10px\" custom_padding=\"30px|20px|20px|30px\" text_font=\"Arial||||||||\" text_font_size=\"17px\" text_line_height=\"21px\"]\r\n\r\n<div id=\"section-2in\">\r\n<p>Tracy has spoken in over 35 countries in audiences ranging from presidents, heads of state, businesses, corporations, associations, conventions, authors, speakers, entrepreneurs and emerging leaders and continues to enlighten, energize and educate her audiences to massive action and results.</p>\r\n\r\n<p>As a trusted TV and media resource, appearing in over 22 national networks, over 60 publications and 3 motivational movies she continues to spread her positive message and easy to understand breakdowns of technology, business, branding, and social media. </p>\r\n\r\n<p>Select Tracy Repchuk the top social media speaker for los angeles for your next event!</p>\r\n</div>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|15px|30px|false|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#eeeeee\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text: Section 2\" _builder_version=\"3.19\" header_font=\"|800|||||||\" header_text_align=\"center\" header_text_color=\"#0183fc\" custom_padding=\"20px|30px|20px|30px\" animation_style=\"slide\" animation_direction=\"left\" header_2_text_color=\"#ff3523\"]\r\n\r\n<h2 class=\"red-heading aligncenter\" style=\"font-size: 30px; text-align: center;\"><strong>Tracy Repchuk on TV ....</strong></h2>\r\n<div align=\"center\"><iframe src=\"https://player.vimeo.com/video/137569136\" width=\"700\" height=\"500\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></div>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|15px|30px|false|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#10243B\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#FFFFFF\" header_font_size=\"21px\"]\r\n\r\n<h1><span>Grab Details Now to The Revolution Taking Private Practice Physical Therapy By Storm</span></h1>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" _builder_version=\"3.19\" background_color=\"#ffffff\" box_shadow_style=\"preset1\"][et_pb_column type=\"3_5\"][et_pb_image src=\"data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTA4MCIgaGVpZ2h0PSI1NDAiIHZpZXdCb3g9IjAgMCAxMDgwIDU0MCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPHBhdGggZmlsbD0iI0VCRUJFQiIgZD0iTTAgMGgxMDgwdjU0MEgweiIvPgogICAgICAgIDxwYXRoIGQ9Ik00NDUuNjQ5IDU0MGgtOTguOTk1TDE0NC42NDkgMzM3Ljk5NSAwIDQ4Mi42NDR2LTk4Ljk5NWwxMTYuMzY1LTExNi4zNjVjMTUuNjItMTUuNjIgNDAuOTQ3LTE1LjYyIDU2LjU2OCAwTDQ0NS42NSA1NDB6IiBmaWxsLW9wYWNpdHk9Ii4xIiBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz4KICAgICAgICA8Y2lyY2xlIGZpbGwtb3BhY2l0eT0iLjA1IiBmaWxsPSIjMDAwIiBjeD0iMzMxIiBjeT0iMTQ4IiByPSI3MCIvPgogICAgICAgIDxwYXRoIGQ9Ik0xMDgwIDM3OXYxMTMuMTM3TDcyOC4xNjIgMTQwLjMgMzI4LjQ2MiA1NDBIMjE1LjMyNEw2OTkuODc4IDU1LjQ0NmMxNS42Mi0xNS42MiA0MC45NDgtMTUuNjIgNTYuNTY4IDBMMTA4MCAzNzl6IiBmaWxsLW9wYWNpdHk9Ii4yIiBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz4KICAgIDwvZz4KPC9zdmc+Cg==\" _builder_version=\"3.19\" max_width=\"50%\" module_alignment=\"center\" /][et_pb_text _builder_version=\"3.19\" text_font=\"||||||||\" text_text_color=\"#000000\" text_font_size=\"16px\" custom_padding=\"|||30px\"]\r\n\r\n<div>\r\n<p><strong>Are you feeling the squeeze of shrinking reimbursements from insurance carriers?</strong></p>\r\n<p>Have you ever felt overwhelmed by the ever-changing regulations that limit your profit potential and create more work for you?</p>\r\n<p><strong>Are you losing the battle for new patients from the increased competition of HOPTs and POPTs?</strong></p>\r\n<p>Are you struggling and finding it costlier to retain quality staff?</p>\r\n<p><strong>I know how you feel because at a time when we had 13 clinics (and were the 2nd largest private practice PT organization in NY), our reimbursements were slashed by 50% - 60% one after another. This new frontier of marketing, diagnosing and increased competition led me in search of solutions.</strong></p>\r\n<p>Hi, my name is Dr. Dimitrios Kostopoulos, DPT, MD, PhD, DSc, ECS and I’m board certified in Clinical Electrophysiology with over 26 years of clinical and private practice experience. It was from the obstacles I faced I was able to discover a technology that provided us with significantly greater profit margins and 5x - 10x more per patient visit. Once I had mastered this to a repeatable formula, I revealed the technology to other private practitioners who are gaining similar results.</p>\r\n<p><strong>I want to help you get the information you need in a format that fits your lifestyle which is why I’m offering a free download of our magazine called Diagnostics for PT</strong></p>\r\n<p><strong></strong></p>\r\n</div>\r\n<div>\r\n<p>To get started simply provide your name and email address and you’ll be sent directly to a download.</p>\r\n<p><strong>And best of all…. It’s free.</strong></p>\r\n<p>There is no cost to join, no contracts to sign, and no obligation to do anything except enjoy the free content I look forward to sharing with you.</p>\r\n<p>&nbsp;</p>\r\n</div>\r\n<div>\r\n<p>I want to ensure you have proven and real information from here on.</p>\r\n<p><strong>See you on the other side.</strong></p>\r\n<p><strong>Dr. Dimitrios Kostopoulos</strong></p>\r\n</div>\r\n<div><em>Helping Private Practice Owners Boom Your Business</em></div>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"2_5\"][et_pb_cta title=\"Grab Free Magazine Subscription\" button_url=\"#open-overlay\" button_text=\"Download Now\" module_id=\"overlay_unique_id_69\" _builder_version=\"3.19\" header_level=\"h1\" header_font=\"||||||||\" body_font=\"||||||||\" background_color=\"#0075B2\" border_radii=\"on|10px|10px|10px|10px\" custom_button=\"on\" button_text_size=\"26px\" button_text_color=\"#0C71C3\" button_bg_color=\"#ffffff\" button_border_width=\"0px\" button_border_radius=\"100px\" button_font=\"|700|||||||\" button_use_icon=\"off\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"5px\" box_shadow_vertical=\"5px\" box_shadow_style_button=\"preset2\" box_shadow_horizontal_button=\"0px\" box_shadow_vertical_button=\"0px\" custom_margin=\"|30px||\" custom_padding=\"|||\" box_shadow_color_button__hover_enabled=\"on\" box_shadow_color_button__hover=\"rgba(0,0,0,0.3)\" box_shadow_horizontal_button__hover_enabled=\"on\" box_shadow_horizontal_button__hover=\"0px\" box_shadow_blur_button__hover_enabled=\"on\" box_shadow_blur_button__hover=\"25px\" box_shadow_spread_button__hover_enabled=\"on\" box_shadow_spread_button__hover=\"10px\"]\r\n\r\n<p>\r\n<img src=\"http://quantumleaplife.com/handsondiagnostics.com/wp-content/uploads/2018/12/hods.jpg\" width=\"825\" height=\"1088\" alt=\"\" class=\"wp-image-27 alignnone size-full\" /></p>\r\n\r\n[/et_pb_cta][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|15px|30px|false|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#10243B\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#FFFFFF\" header_font_size=\"21px\"]\r\n\r\n<h1>You’ll Discover….</h1>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" _builder_version=\"3.19\" background_color=\"#ffffff\" border_radii=\"|||30px|30px\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19\" text_font=\"||||||||\" text_text_color=\"#000000\" text_font_size=\"16px\" custom_padding=\"|||30px\"]\r\n\r\n<ul>\r\n<li> How to Get off the Treadmill and Increase Your Productivity While Reducing Your Hours</li>\r\n<li>The Secret to Getting Higher Insurance Payouts from Insurance Providers</li>\r\n<li>How to Increase Accurate Diagnosis and Accelerate Healing</li>\r\n<li>New Revenue Streams that Improve Patient Outcomes and Increase Net Profit Margins </li>\r\n</ul>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19\"]\r\n\r\n<p style=\"text-align: center;\"><span style=\"color: #000000;\"><a href=\"https://www.diagnosticsforpt.com/terms-and-conditions/\" target=\"_blank\" rel=\"noopener\" style=\"color: #000000;\">| <strong>PRIVACY POLICY &amp; TERMS Of USE</strong> |</a></span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #000000;\"><span>Created by </span><span style=\"color: #ffffff;\"><strong><a href=\"http://www.innersurf.com/\" target=\"_blank\" rel=\"noopener\" style=\"color: #10233A;\">InnerSurf Online Solutions</a></strong></span></span></p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Landing Page', '', 'inherit', 'closed', 'closed', '', '5-revision-v1', '', '', '2019-02-02 09:52:29', '2019-02-02 09:52:29', '', 5, 'http://109.199.127.251/~fastacti/socialmediaspeakerlosangeles.com/2019/02/02/5-revision-v1/', 0, 'revision', '', 0),
(198, 1, '2019-02-02 09:56:26', '2019-02-02 09:56:26', '', 'book-tracy', '', 'inherit', 'open', 'closed', '', 'book-tracy', '', '', '2019-02-02 09:56:26', '2019-02-02 09:56:26', '', 5, 'http://109.199.127.251/~fastacti/socialmediaspeakerlosangeles.com/wp-content/uploads/2019/02/book-tracy.jpg', 0, 'attachment', 'image/jpeg', 0),
(199, 1, '2019-02-02 09:56:44', '2019-02-02 09:56:44', '', 'tracy-master-site', '', 'inherit', 'open', 'closed', '', 'tracy-master-site', '', '', '2019-02-02 09:56:44', '2019-02-02 09:56:44', '', 5, 'http://109.199.127.251/~fastacti/socialmediaspeakerlosangeles.com/wp-content/uploads/2019/02/tracy-master-site.jpg', 0, 'attachment', 'image/jpeg', 0),
(200, 1, '2019-02-02 09:57:12', '2019-02-02 09:57:12', '', 'in-the-media', '', 'inherit', 'open', 'closed', '', 'in-the-media', '', '', '2019-02-02 09:57:12', '2019-02-02 09:57:12', '', 5, 'http://109.199.127.251/~fastacti/socialmediaspeakerlosangeles.com/wp-content/uploads/2019/02/in-the-media.jpg', 0, 'attachment', 'image/jpeg', 0),
(201, 1, '2019-02-02 10:00:35', '2019-02-02 10:00:35', '[et_pb_section bb_built=\"1\" _builder_version=\"3.19\" background_color=\"#c9c9c9\" custom_padding=\"15px|0px|0px|0px\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" _builder_version=\"3.19\" background_color=\"#ffffff\" box_shadow_style=\"preset1\" border_radii=\"|10px|10px|0px|0px\" custom_padding=\"0px||0px|\"][et_pb_column type=\"4_4\"][et_pb_image src=\"http://109.199.127.251/~fastacti/socialmediaspeakerlosangeles.com/wp-content/uploads/2019/02/header-logo-2.jpg\" show_bottom_space=\"off\" align=\"center\" _builder_version=\"3.19\" custom_margin=\"||0px\" border_radii=\"on|5px|5px|5px|5px\" /][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"10px|20px|10px|20px\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#ffffff\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_image src=\"http://109.199.127.251/~fastacti/socialmediaspeakerlosangeles.com/wp-content/uploads/2019/02/slide1.jpg\" show_bottom_space=\"off\" align=\"center\" _builder_version=\"3.19\" custom_margin=\"||0px\" border_radii=\"on|5px|5px|5px|5px\" /][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|20px|30px\" _builder_version=\"3.19\" background_color=\"#28a460\" animation_style=\"slide\" animation_direction=\"right\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text: section1\" _builder_version=\"3.19\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"24px\" custom_padding=\"10px|||\"]\r\n\r\n<h1 class=\"text-center\" style=\"font-size: 30px; font-weight: bold; font-family: Arial, Helvetica, sans-serif; text-align: center;\">Tracy Repchuk is the <span class=\"txtyellow\">Top Social Media Speaker for Los <br>Angeles</span> for business branding, online marketing &amp; social <br>media strategy</h1>\r\n\r\n[/et_pb_text][et_pb_text _builder_version=\"3.19\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"24px\" background_color=\"#ffffff\" text_text_color=\"#000000\" border_radii=\"on|10px|10px|10px|10px\" custom_padding=\"30px|20px|20px|30px\" text_font=\"Arial||||||||\" text_font_size=\"17px\" text_line_height=\"21px\"]\r\n\r\n<div id=\"section-2in\">\r\n<p>Tracy has spoken in over 35 countries in audiences ranging from presidents, heads of state, businesses, corporations, associations, conventions, authors, speakers, entrepreneurs and emerging leaders and continues to enlighten, energize and educate her audiences to massive action and results.</p>\r\n\r\n<p>As a trusted TV and media resource, appearing in over 22 national networks, over 60 publications and 3 motivational movies she continues to spread her positive message and easy to understand breakdowns of technology, business, branding, and social media. </p>\r\n\r\n<p>Select Tracy Repchuk the top social media speaker for los angeles for your next event!</p>\r\n</div>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|15px|30px|false|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#eeeeee\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text: Section 2\" _builder_version=\"3.19\" header_font=\"|800|||||||\" header_text_align=\"center\" header_text_color=\"#0183fc\" custom_padding=\"20px|30px|20px|30px\" animation_style=\"slide\" animation_direction=\"left\" header_2_text_color=\"#ff3523\"]\r\n\r\n<h2 class=\"red-heading aligncenter\" style=\"font-size: 30px; text-align: center;\"><strong>Tracy Repchuk on TV ....</strong></h2>\r\n<div align=\"center\"><iframe src=\"https://player.vimeo.com/video/137569136\" width=\"700\" height=\"500\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></div>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" _builder_version=\"3.19\" background_color=\"#ffffff\" box_shadow_style=\"preset1\" animation_style=\"slide\" animation_direction=\"right\"][et_pb_column type=\"1_3\"][et_pb_image src=\"http://109.199.127.251/~fastacti/socialmediaspeakerlosangeles.com/wp-content/uploads/2019/02/book-tracy.jpg\" _builder_version=\"3.19\" max_width=\"50%\" module_alignment=\"center\" url=\"http://tracyrepchuk.com/booktracy/\" url_new_window=\"on\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image src=\"http://109.199.127.251/~fastacti/socialmediaspeakerlosangeles.com/wp-content/uploads/2019/02/tracy-master-site.jpg\" _builder_version=\"3.19\" max_width=\"50%\" module_alignment=\"center\" url=\"http://tracyrepchuk.com/\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image src=\"http://109.199.127.251/~fastacti/socialmediaspeakerlosangeles.com/wp-content/uploads/2019/02/in-the-media.jpg\" _builder_version=\"3.19\" max_width=\"50%\" module_alignment=\"center\" url=\"http://tracyrepchukmedia.com/\" url_new_window=\"on\" /][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|15px|30px|false|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#10243B\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#FFFFFF\" header_font_size=\"21px\"]\r\n\r\n<h1>You’ll Discover….</h1>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" _builder_version=\"3.19\" background_color=\"#ffffff\" border_radii=\"|||30px|30px\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19\" text_font=\"||||||||\" text_text_color=\"#000000\" text_font_size=\"16px\" custom_padding=\"|||30px\"]\r\n\r\n<ul>\r\n<li> How to Get off the Treadmill and Increase Your Productivity While Reducing Your Hours</li>\r\n<li>The Secret to Getting Higher Insurance Payouts from Insurance Providers</li>\r\n<li>How to Increase Accurate Diagnosis and Accelerate Healing</li>\r\n<li>New Revenue Streams that Improve Patient Outcomes and Increase Net Profit Margins </li>\r\n</ul>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19\"]\r\n\r\n<p style=\"text-align: center;\"><span style=\"color: #000000;\"><a href=\"https://www.diagnosticsforpt.com/terms-and-conditions/\" target=\"_blank\" rel=\"noopener\" style=\"color: #000000;\">| <strong>PRIVACY POLICY &amp; TERMS Of USE</strong> |</a></span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #000000;\"><span>Created by </span><span style=\"color: #ffffff;\"><strong><a href=\"http://www.innersurf.com/\" target=\"_blank\" rel=\"noopener\" style=\"color: #10233A;\">InnerSurf Online Solutions</a></strong></span></span></p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Landing Page', '', 'inherit', 'closed', 'closed', '', '5-revision-v1', '', '', '2019-02-02 10:00:35', '2019-02-02 10:00:35', '', 5, 'http://109.199.127.251/~fastacti/socialmediaspeakerlosangeles.com/2019/02/02/5-revision-v1/', 0, 'revision', '', 0),
(202, 1, '2019-02-02 10:03:40', '2019-02-02 10:03:40', '[et_pb_section bb_built=\"1\" _builder_version=\"3.19\" background_color=\"#c9c9c9\" custom_padding=\"15px|0px|0px|0px\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" _builder_version=\"3.19\" background_color=\"#ffffff\" box_shadow_style=\"preset1\" border_radii=\"|10px|10px|0px|0px\" custom_padding=\"0px||0px|\"][et_pb_column type=\"4_4\"][et_pb_image src=\"http://109.199.127.251/~fastacti/socialmediaspeakerlosangeles.com/wp-content/uploads/2019/02/header-logo-2.jpg\" show_bottom_space=\"off\" align=\"center\" _builder_version=\"3.19\" custom_margin=\"||0px\" border_radii=\"on|5px|5px|5px|5px\" /][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"10px|20px|10px|20px\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#ffffff\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_image src=\"http://109.199.127.251/~fastacti/socialmediaspeakerlosangeles.com/wp-content/uploads/2019/02/slide1.jpg\" show_bottom_space=\"off\" align=\"center\" _builder_version=\"3.19\" custom_margin=\"||0px\" border_radii=\"on|5px|5px|5px|5px\" /][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|20px|30px\" _builder_version=\"3.19\" background_color=\"#28a460\" animation_style=\"slide\" animation_direction=\"right\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text: section1\" _builder_version=\"3.19\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"24px\" custom_padding=\"10px|||\"]\r\n\r\n<h1 class=\"text-center\" style=\"font-size: 30px; font-weight: bold; font-family: Arial, Helvetica, sans-serif; text-align: center;\">Tracy Repchuk is the <span class=\"txtyellow\">Top Social Media Speaker for Los <br>Angeles</span> for business branding, online marketing &amp; social <br>media strategy</h1>\r\n\r\n[/et_pb_text][et_pb_text _builder_version=\"3.19\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"24px\" background_color=\"#ffffff\" text_text_color=\"#000000\" border_radii=\"on|10px|10px|10px|10px\" custom_padding=\"30px|20px|20px|30px\" text_font=\"Arial||||||||\" text_font_size=\"17px\" text_line_height=\"21px\"]\r\n\r\n<div id=\"section-2in\">\r\n<p>Tracy has spoken in over 35 countries in audiences ranging from presidents, heads of state, businesses, corporations, associations, conventions, authors, speakers, entrepreneurs and emerging leaders and continues to enlighten, energize and educate her audiences to massive action and results.</p>\r\n\r\n<p>As a trusted TV and media resource, appearing in over 22 national networks, over 60 publications and 3 motivational movies she continues to spread her positive message and easy to understand breakdowns of technology, business, branding, and social media. </p>\r\n\r\n<p>Select Tracy Repchuk the top social media speaker for los angeles for your next event!</p>\r\n</div>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|15px|30px|false|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#eeeeee\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text: Section 2\" _builder_version=\"3.19\" header_font=\"|800|||||||\" header_text_align=\"center\" header_text_color=\"#0183fc\" custom_padding=\"20px|30px|20px|30px\" animation_style=\"slide\" animation_direction=\"left\" header_2_text_color=\"#ff3523\"]\r\n\r\n<h2 class=\"red-heading aligncenter\" style=\"font-size: 30px; text-align: center;\"><strong>Tracy Repchuk on TV ....</strong></h2>\r\n<div align=\"center\"><iframe src=\"https://player.vimeo.com/video/137569136\" width=\"700\" height=\"500\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></div>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" _builder_version=\"3.19\" background_color=\"#ffffff\" box_shadow_style=\"preset1\" animation_style=\"slide\" animation_direction=\"right\"][et_pb_column type=\"1_3\"][et_pb_image src=\"http://109.199.127.251/~fastacti/socialmediaspeakerlosangeles.com/wp-content/uploads/2019/02/book-tracy.jpg\" _builder_version=\"3.19\" module_alignment=\"center\" url=\"http://tracyrepchuk.com/booktracy/\" url_new_window=\"on\" align=\"center\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image src=\"http://109.199.127.251/~fastacti/socialmediaspeakerlosangeles.com/wp-content/uploads/2019/02/tracy-master-site.jpg\" _builder_version=\"3.19\" module_alignment=\"center\" url=\"http://tracyrepchuk.com/\" align=\"center\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image src=\"http://109.199.127.251/~fastacti/socialmediaspeakerlosangeles.com/wp-content/uploads/2019/02/in-the-media.jpg\" _builder_version=\"3.19\" module_alignment=\"center\" url=\"http://tracyrepchukmedia.com/\" url_new_window=\"on\" align=\"center\" /][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|15px|30px|false|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#10243B\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#FFFFFF\" header_font_size=\"21px\"]\r\n\r\n<h1>You’ll Discover….</h1>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" _builder_version=\"3.19\" background_color=\"#ffffff\" border_radii=\"|||30px|30px\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19\" text_font=\"||||||||\" text_text_color=\"#000000\" text_font_size=\"16px\" custom_padding=\"|||30px\"]\r\n\r\n<ul>\r\n<li> How to Get off the Treadmill and Increase Your Productivity While Reducing Your Hours</li>\r\n<li>The Secret to Getting Higher Insurance Payouts from Insurance Providers</li>\r\n<li>How to Increase Accurate Diagnosis and Accelerate Healing</li>\r\n<li>New Revenue Streams that Improve Patient Outcomes and Increase Net Profit Margins </li>\r\n</ul>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19\"]\r\n\r\n<p style=\"text-align: center;\"><span style=\"color: #000000;\"><a href=\"https://www.diagnosticsforpt.com/terms-and-conditions/\" target=\"_blank\" rel=\"noopener\" style=\"color: #000000;\">| <strong>PRIVACY POLICY &amp; TERMS Of USE</strong> |</a></span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #000000;\"><span>Created by </span><span style=\"color: #ffffff;\"><strong><a href=\"http://www.innersurf.com/\" target=\"_blank\" rel=\"noopener\" style=\"color: #10233A;\">InnerSurf Online Solutions</a></strong></span></span></p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Landing Page', '', 'inherit', 'closed', 'closed', '', '5-revision-v1', '', '', '2019-02-02 10:03:40', '2019-02-02 10:03:40', '', 5, 'http://109.199.127.251/~fastacti/socialmediaspeakerlosangeles.com/2019/02/02/5-revision-v1/', 0, 'revision', '', 0),
(203, 1, '2019-02-02 10:06:29', '2019-02-02 10:06:29', '[et_pb_section bb_built=\"1\" _builder_version=\"3.19\" background_color=\"#c9c9c9\" custom_padding=\"15px|0px|0px|0px\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" _builder_version=\"3.19\" background_color=\"#ffffff\" box_shadow_style=\"preset1\" border_radii=\"|10px|10px|0px|0px\" custom_padding=\"0px||0px|\"][et_pb_column type=\"4_4\"][et_pb_image src=\"http://109.199.127.251/~fastacti/socialmediaspeakerlosangeles.com/wp-content/uploads/2019/02/header-logo-2.jpg\" show_bottom_space=\"off\" align=\"center\" _builder_version=\"3.19\" custom_margin=\"||0px\" border_radii=\"on|5px|5px|5px|5px\" /][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"10px|20px|10px|20px\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#ffffff\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_image src=\"http://109.199.127.251/~fastacti/socialmediaspeakerlosangeles.com/wp-content/uploads/2019/02/slide1.jpg\" show_bottom_space=\"off\" align=\"center\" _builder_version=\"3.19\" custom_margin=\"||0px\" border_radii=\"on|5px|5px|5px|5px\" /][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|20px|30px\" _builder_version=\"3.19\" background_color=\"#28a460\" animation_style=\"slide\" animation_direction=\"right\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text: section1\" _builder_version=\"3.19\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"24px\" custom_padding=\"10px|||\"]\r\n\r\n<h1 class=\"text-center\" style=\"font-size: 30px; font-weight: bold; font-family: Arial, Helvetica, sans-serif; text-align: center;\">Tracy Repchuk is the <span class=\"txtyellow\">Top Social Media Speaker for Los <br>Angeles</span> for business branding, online marketing &amp; social <br>media strategy</h1>\r\n\r\n[/et_pb_text][et_pb_text _builder_version=\"3.19\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"24px\" background_color=\"#ffffff\" text_text_color=\"#000000\" border_radii=\"on|10px|10px|10px|10px\" custom_padding=\"30px|20px|20px|30px\" text_font=\"Arial||||||||\" text_font_size=\"17px\" text_line_height=\"21px\"]\r\n\r\n<div id=\"section-2in\">\r\n<p>Tracy has spoken in over 35 countries in audiences ranging from presidents, heads of state, businesses, corporations, associations, conventions, authors, speakers, entrepreneurs and emerging leaders and continues to enlighten, energize and educate her audiences to massive action and results.</p>\r\n\r\n<p>As a trusted TV and media resource, appearing in over 22 national networks, over 60 publications and 3 motivational movies she continues to spread her positive message and easy to understand breakdowns of technology, business, branding, and social media. </p>\r\n\r\n<p>Select Tracy Repchuk the top social media speaker for los angeles for your next event!</p>\r\n</div>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|15px|30px|false|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#eeeeee\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text: Section 2\" _builder_version=\"3.19\" header_font=\"|800|||||||\" header_text_align=\"center\" header_text_color=\"#0183fc\" custom_padding=\"20px|30px|20px|30px\" animation_style=\"slide\" animation_direction=\"left\" header_2_text_color=\"#ff3523\"]\r\n\r\n<h2 class=\"red-heading aligncenter\" style=\"font-size: 30px; text-align: center;\"><strong>Tracy Repchuk on TV ....</strong></h2>\r\n<div align=\"center\"><iframe src=\"https://player.vimeo.com/video/137569136\" width=\"700\" height=\"500\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></div>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" _builder_version=\"3.19\" background_color=\"#ffffff\" box_shadow_style=\"preset1\" animation_style=\"slide\" animation_direction=\"right\"][et_pb_column type=\"1_3\"][et_pb_image src=\"http://109.199.127.251/~fastacti/socialmediaspeakerlosangeles.com/wp-content/uploads/2019/02/book-tracy.jpg\" _builder_version=\"3.19\" module_alignment=\"center\" url=\"http://tracyrepchuk.com/booktracy/\" url_new_window=\"on\" align=\"center\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image src=\"http://109.199.127.251/~fastacti/socialmediaspeakerlosangeles.com/wp-content/uploads/2019/02/tracy-master-site.jpg\" _builder_version=\"3.19\" module_alignment=\"center\" url=\"http://tracyrepchuk.com/\" align=\"center\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image src=\"http://109.199.127.251/~fastacti/socialmediaspeakerlosangeles.com/wp-content/uploads/2019/02/in-the-media.jpg\" _builder_version=\"3.19\" module_alignment=\"center\" url=\"http://tracyrepchukmedia.com/\" url_new_window=\"on\" align=\"center\" /][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|15px|30px|false|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#eeeeee\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text: Section 4 videos\" _builder_version=\"3.19\" header_font=\"|800|||||||\" header_text_align=\"center\" header_text_color=\"#0183fc\" custom_padding=\"20px|30px|20px|30px\" animation_style=\"slide\" animation_direction=\"left\" header_2_text_color=\"#ff3523\"]\r\n\r\n<div align=\"center\" style=\"margin-top:30px; background-color:#eee; padding:15px 0px;\">\r\n<h2 class=\"red-heading aligncenter\" style=\"font-size: 30px; text-align: center;\"><strong>Tracy Repchuk on Stage ....\r\n</strong></h2>\r\n<iframe width=\"700\" height=\"500\" src=\"https://www.youtube.com/embed/YRVDUu8ZxvI?list=PL4ZX0knUpCzVV9IXNtdKase3zO1OehVWK\" frameborder=\"0\" allowfullscreen=\"\"></iframe></div>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|15px|30px|false|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#10243B\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#FFFFFF\" header_font_size=\"21px\"]\r\n\r\n<h1>You’ll Discover….</h1>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" _builder_version=\"3.19\" background_color=\"#ffffff\" border_radii=\"|||30px|30px\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19\" text_font=\"||||||||\" text_text_color=\"#000000\" text_font_size=\"16px\" custom_padding=\"|||30px\"]\r\n\r\n<ul>\r\n<li> How to Get off the Treadmill and Increase Your Productivity While Reducing Your Hours</li>\r\n<li>The Secret to Getting Higher Insurance Payouts from Insurance Providers</li>\r\n<li>How to Increase Accurate Diagnosis and Accelerate Healing</li>\r\n<li>New Revenue Streams that Improve Patient Outcomes and Increase Net Profit Margins </li>\r\n</ul>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19\"]\r\n\r\n<p style=\"text-align: center;\"><span style=\"color: #000000;\"><a href=\"https://www.diagnosticsforpt.com/terms-and-conditions/\" target=\"_blank\" rel=\"noopener\" style=\"color: #000000;\">| <strong>PRIVACY POLICY &amp; TERMS Of USE</strong> |</a></span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #000000;\"><span>Created by </span><span style=\"color: #ffffff;\"><strong><a href=\"http://www.innersurf.com/\" target=\"_blank\" rel=\"noopener\" style=\"color: #10233A;\">InnerSurf Online Solutions</a></strong></span></span></p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Landing Page', '', 'inherit', 'closed', 'closed', '', '5-revision-v1', '', '', '2019-02-02 10:06:29', '2019-02-02 10:06:29', '', 5, 'http://109.199.127.251/~fastacti/socialmediaspeakerlosangeles.com/2019/02/02/5-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(204, 1, '2019-02-02 10:07:34', '2019-02-02 10:07:34', '[et_pb_section bb_built=\"1\" _builder_version=\"3.19\" background_color=\"#c9c9c9\" custom_padding=\"15px|0px|0px|0px\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" _builder_version=\"3.19\" background_color=\"#ffffff\" box_shadow_style=\"preset1\" border_radii=\"|10px|10px|0px|0px\" custom_padding=\"0px||0px|\"][et_pb_column type=\"4_4\"][et_pb_image src=\"http://109.199.127.251/~fastacti/socialmediaspeakerlosangeles.com/wp-content/uploads/2019/02/header-logo-2.jpg\" show_bottom_space=\"off\" align=\"center\" _builder_version=\"3.19\" custom_margin=\"||0px\" border_radii=\"on|5px|5px|5px|5px\" /][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"10px|20px|10px|20px\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#ffffff\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_image src=\"http://109.199.127.251/~fastacti/socialmediaspeakerlosangeles.com/wp-content/uploads/2019/02/slide1.jpg\" show_bottom_space=\"off\" align=\"center\" _builder_version=\"3.19\" custom_margin=\"||0px\" border_radii=\"on|5px|5px|5px|5px\" /][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|20px|30px\" _builder_version=\"3.19\" background_color=\"#28a460\" animation_style=\"slide\" animation_direction=\"right\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text: section1\" _builder_version=\"3.19\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"24px\" custom_padding=\"10px|||\"]\r\n\r\n<h1 class=\"text-center\" style=\"font-size: 30px; font-weight: bold; font-family: Arial, Helvetica, sans-serif; text-align: center;\">Tracy Repchuk is the <span class=\"txtyellow\">Top Social Media Speaker for Los <br>Angeles</span> for business branding, online marketing &amp; social <br>media strategy</h1>\r\n\r\n[/et_pb_text][et_pb_text _builder_version=\"3.19\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"24px\" background_color=\"#ffffff\" text_text_color=\"#000000\" border_radii=\"on|10px|10px|10px|10px\" custom_padding=\"30px|20px|20px|30px\" text_font=\"Arial||||||||\" text_font_size=\"17px\" text_line_height=\"21px\"]\r\n\r\n<div id=\"section-2in\">\r\n<p>Tracy has spoken in over 35 countries in audiences ranging from presidents, heads of state, businesses, corporations, associations, conventions, authors, speakers, entrepreneurs and emerging leaders and continues to enlighten, energize and educate her audiences to massive action and results.</p>\r\n\r\n<p>As a trusted TV and media resource, appearing in over 22 national networks, over 60 publications and 3 motivational movies she continues to spread her positive message and easy to understand breakdowns of technology, business, branding, and social media. </p>\r\n\r\n<p>Select Tracy Repchuk the top social media speaker for los angeles for your next event!</p>\r\n</div>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|15px|30px|false|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#eeeeee\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text: Section 2\" _builder_version=\"3.19\" header_font=\"|800|||||||\" header_text_align=\"center\" header_text_color=\"#0183fc\" custom_padding=\"20px|30px|20px|30px\" animation_style=\"slide\" animation_direction=\"left\" header_2_text_color=\"#ff3523\"]\r\n\r\n<h2 class=\"red-heading aligncenter\" style=\"font-size: 30px; text-align: center;\"><strong>Tracy Repchuk on TV ....</strong></h2>\r\n<div align=\"center\"><iframe src=\"https://player.vimeo.com/video/137569136\" width=\"700\" height=\"500\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></div>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" _builder_version=\"3.19\" background_color=\"#ffffff\" box_shadow_style=\"preset1\" animation_style=\"slide\" animation_direction=\"right\"][et_pb_column type=\"1_3\"][et_pb_image src=\"http://109.199.127.251/~fastacti/socialmediaspeakerlosangeles.com/wp-content/uploads/2019/02/book-tracy.jpg\" _builder_version=\"3.19\" module_alignment=\"center\" url=\"http://tracyrepchuk.com/booktracy/\" url_new_window=\"on\" align=\"center\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image src=\"http://109.199.127.251/~fastacti/socialmediaspeakerlosangeles.com/wp-content/uploads/2019/02/tracy-master-site.jpg\" _builder_version=\"3.19\" module_alignment=\"center\" url=\"http://tracyrepchuk.com/\" align=\"center\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image src=\"http://109.199.127.251/~fastacti/socialmediaspeakerlosangeles.com/wp-content/uploads/2019/02/in-the-media.jpg\" _builder_version=\"3.19\" module_alignment=\"center\" url=\"http://tracyrepchukmedia.com/\" url_new_window=\"on\" align=\"center\" /][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|15px|30px|false|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#eeeeee\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text: Section 4 videos\" _builder_version=\"3.19\" header_font=\"|800|||||||\" header_text_align=\"center\" header_text_color=\"#0183fc\" custom_padding=\"20px|30px|20px|30px\" animation_style=\"slide\" animation_direction=\"left\" header_2_text_color=\"#ff3523\"]\r\n\r\n<div align=\"center\" style=\"margin-top:0px; background-color:#eee; padding:0px;\">\r\n<h2 class=\"red-heading aligncenter\" style=\"font-size: 30px; text-align: center;\"><strong>Tracy Repchuk on Stage ....\r\n</strong></h2>\r\n<iframe width=\"700\" height=\"500\" src=\"https://www.youtube.com/embed/YRVDUu8ZxvI?list=PL4ZX0knUpCzVV9IXNtdKase3zO1OehVWK\" frameborder=\"0\" allowfullscreen=\"\"></iframe></div>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|15px|30px|false|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#10243B\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#FFFFFF\" header_font_size=\"21px\"]\r\n\r\n<h1>You’ll Discover….</h1>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" _builder_version=\"3.19\" background_color=\"#ffffff\" border_radii=\"|||30px|30px\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19\" text_font=\"||||||||\" text_text_color=\"#000000\" text_font_size=\"16px\" custom_padding=\"|||30px\"]\r\n\r\n<ul>\r\n<li> How to Get off the Treadmill and Increase Your Productivity While Reducing Your Hours</li>\r\n<li>The Secret to Getting Higher Insurance Payouts from Insurance Providers</li>\r\n<li>How to Increase Accurate Diagnosis and Accelerate Healing</li>\r\n<li>New Revenue Streams that Improve Patient Outcomes and Increase Net Profit Margins </li>\r\n</ul>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19\"]\r\n\r\n<p style=\"text-align: center;\"><span style=\"color: #000000;\"><a href=\"https://www.diagnosticsforpt.com/terms-and-conditions/\" target=\"_blank\" rel=\"noopener\" style=\"color: #000000;\">| <strong>PRIVACY POLICY &amp; TERMS Of USE</strong> |</a></span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #000000;\"><span>Created by </span><span style=\"color: #ffffff;\"><strong><a href=\"http://www.innersurf.com/\" target=\"_blank\" rel=\"noopener\" style=\"color: #10233A;\">InnerSurf Online Solutions</a></strong></span></span></p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Landing Page', '', 'inherit', 'closed', 'closed', '', '5-revision-v1', '', '', '2019-02-02 10:07:34', '2019-02-02 10:07:34', '', 5, 'http://109.199.127.251/~fastacti/socialmediaspeakerlosangeles.com/2019/02/02/5-revision-v1/', 0, 'revision', '', 0),
(205, 1, '2019-02-02 10:10:18', '2019-02-02 10:10:18', '[et_pb_section bb_built=\"1\" _builder_version=\"3.19\" background_color=\"#c9c9c9\" custom_padding=\"15px|0px|0px|0px\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" _builder_version=\"3.19\" background_color=\"#ffffff\" box_shadow_style=\"preset1\" border_radii=\"|10px|10px|0px|0px\" custom_padding=\"0px||0px|\"][et_pb_column type=\"4_4\"][et_pb_image src=\"http://109.199.127.251/~fastacti/socialmediaspeakerlosangeles.com/wp-content/uploads/2019/02/header-logo-2.jpg\" show_bottom_space=\"off\" align=\"center\" _builder_version=\"3.19\" custom_margin=\"||0px\" border_radii=\"on|5px|5px|5px|5px\" /][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"10px|20px|10px|20px\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#ffffff\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_image src=\"http://109.199.127.251/~fastacti/socialmediaspeakerlosangeles.com/wp-content/uploads/2019/02/slide1.jpg\" show_bottom_space=\"off\" align=\"center\" _builder_version=\"3.19\" custom_margin=\"||0px\" border_radii=\"on|5px|5px|5px|5px\" /][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|20px|30px\" _builder_version=\"3.19\" background_color=\"#28a460\" animation_style=\"slide\" animation_direction=\"right\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text: section1\" _builder_version=\"3.19\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"24px\" custom_padding=\"10px|||\"]\r\n\r\n<h1 class=\"text-center\" style=\"font-size: 30px; font-weight: bold; font-family: Arial, Helvetica, sans-serif; text-align: center;\">Tracy Repchuk is the <span class=\"txtyellow\">Top Social Media Speaker for Los <br>Angeles</span> for business branding, online marketing &amp; social <br>media strategy</h1>\r\n\r\n[/et_pb_text][et_pb_text _builder_version=\"3.19\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"24px\" background_color=\"#ffffff\" text_text_color=\"#000000\" border_radii=\"on|10px|10px|10px|10px\" custom_padding=\"30px|20px|20px|30px\" text_font=\"Arial||||||||\" text_font_size=\"17px\" text_line_height=\"21px\"]\r\n\r\n<div id=\"section-2in\">\r\n<p>Tracy has spoken in over 35 countries in audiences ranging from presidents, heads of state, businesses, corporations, associations, conventions, authors, speakers, entrepreneurs and emerging leaders and continues to enlighten, energize and educate her audiences to massive action and results.</p>\r\n\r\n<p>As a trusted TV and media resource, appearing in over 22 national networks, over 60 publications and 3 motivational movies she continues to spread her positive message and easy to understand breakdowns of technology, business, branding, and social media. </p>\r\n\r\n<p>Select Tracy Repchuk the top social media speaker for los angeles for your next event!</p>\r\n</div>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|15px|30px|false|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#eeeeee\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text: Section 2\" _builder_version=\"3.19\" header_font=\"|800|||||||\" header_text_align=\"center\" header_text_color=\"#0183fc\" custom_padding=\"20px|30px|20px|30px\" animation_style=\"slide\" animation_direction=\"left\" header_2_text_color=\"#ff3523\"]\r\n\r\n<h2 class=\"red-heading aligncenter\" style=\"font-size: 30px; text-align: center;\"><strong>Tracy Repchuk on TV ....</strong></h2>\r\n<div align=\"center\"><iframe src=\"https://player.vimeo.com/video/137569136\" width=\"700\" height=\"500\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></div>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" _builder_version=\"3.19\" background_color=\"#ffffff\" box_shadow_style=\"preset1\" animation_style=\"slide\" animation_direction=\"right\"][et_pb_column type=\"1_3\"][et_pb_image src=\"http://109.199.127.251/~fastacti/socialmediaspeakerlosangeles.com/wp-content/uploads/2019/02/book-tracy.jpg\" _builder_version=\"3.19\" module_alignment=\"center\" url=\"http://tracyrepchuk.com/booktracy/\" url_new_window=\"on\" align=\"center\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image src=\"http://109.199.127.251/~fastacti/socialmediaspeakerlosangeles.com/wp-content/uploads/2019/02/tracy-master-site.jpg\" _builder_version=\"3.19\" module_alignment=\"center\" url=\"http://tracyrepchuk.com/\" align=\"center\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image src=\"http://109.199.127.251/~fastacti/socialmediaspeakerlosangeles.com/wp-content/uploads/2019/02/in-the-media.jpg\" _builder_version=\"3.19\" module_alignment=\"center\" url=\"http://tracyrepchukmedia.com/\" url_new_window=\"on\" align=\"center\" /][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|15px|30px|false|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#eeeeee\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text: Section 4 videos\" _builder_version=\"3.19\" header_font=\"|800|||||||\" header_text_align=\"center\" header_text_color=\"#0183fc\" custom_padding=\"20px|30px|20px|30px\" animation_style=\"slide\" animation_direction=\"left\" header_2_text_color=\"#ff3523\"]\r\n\r\n<div align=\"center\" style=\"margin-top:0px; background-color:#eee; padding:0px;\">\r\n<h2 class=\"red-heading aligncenter\" style=\"font-size: 30px; text-align: center;\"><strong>Tracy Repchuk on Stage ....\r\n</strong></h2>\r\n<iframe width=\"700\" height=\"500\" src=\"https://www.youtube.com/embed/YRVDUu8ZxvI?list=PL4ZX0knUpCzVV9IXNtdKase3zO1OehVWK\" frameborder=\"0\" allowfullscreen=\"\"></iframe></div>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|15px|30px|false|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#eeeeee\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text: Section 5\" _builder_version=\"3.19\" header_font=\"|800|||||||\" header_text_align=\"center\" header_text_color=\"#0183fc\" custom_padding=\"20px|30px|20px|30px\" animation_style=\"slide\" animation_direction=\"left\" header_2_text_color=\"#ff3523\"]\r\n\r\n<h2 class=\"red-text aligncenter\" style=\"font-size:30px; text-align:center;\"><strong>Here\'s Why You Pick Tracy For Your Next Event .....</strong></h2>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|15px|30px|false|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#10243B\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#FFFFFF\" header_font_size=\"21px\"]\r\n\r\n<h1>You’ll Discover….</h1>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" _builder_version=\"3.19\" background_color=\"#ffffff\" border_radii=\"|||30px|30px\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19\" text_font=\"||||||||\" text_text_color=\"#000000\" text_font_size=\"16px\" custom_padding=\"|||30px\"]\r\n\r\n<ul>\r\n<li> How to Get off the Treadmill and Increase Your Productivity While Reducing Your Hours</li>\r\n<li>The Secret to Getting Higher Insurance Payouts from Insurance Providers</li>\r\n<li>How to Increase Accurate Diagnosis and Accelerate Healing</li>\r\n<li>New Revenue Streams that Improve Patient Outcomes and Increase Net Profit Margins </li>\r\n</ul>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19\"]\r\n\r\n<p style=\"text-align: center;\"><span style=\"color: #000000;\"><a href=\"https://www.diagnosticsforpt.com/terms-and-conditions/\" target=\"_blank\" rel=\"noopener\" style=\"color: #000000;\">| <strong>PRIVACY POLICY &amp; TERMS Of USE</strong> |</a></span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #000000;\"><span>Created by </span><span style=\"color: #ffffff;\"><strong><a href=\"http://www.innersurf.com/\" target=\"_blank\" rel=\"noopener\" style=\"color: #10233A;\">InnerSurf Online Solutions</a></strong></span></span></p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Landing Page', '', 'inherit', 'closed', 'closed', '', '5-revision-v1', '', '', '2019-02-02 10:10:18', '2019-02-02 10:10:18', '', 5, 'http://109.199.127.251/~fastacti/socialmediaspeakerlosangeles.com/2019/02/02/5-revision-v1/', 0, 'revision', '', 0),
(206, 1, '2019-02-02 10:13:33', '2019-02-02 10:13:33', '[et_pb_section bb_built=\"1\" _builder_version=\"3.19\" background_color=\"#c9c9c9\" custom_padding=\"15px|0px|0px|0px\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" _builder_version=\"3.19\" background_color=\"#ffffff\" box_shadow_style=\"preset1\" border_radii=\"|10px|10px|0px|0px\" custom_padding=\"0px||0px|\"][et_pb_column type=\"4_4\"][et_pb_image src=\"http://109.199.127.251/~fastacti/socialmediaspeakerlosangeles.com/wp-content/uploads/2019/02/header-logo-2.jpg\" show_bottom_space=\"off\" align=\"center\" _builder_version=\"3.19\" custom_margin=\"||0px\" border_radii=\"on|5px|5px|5px|5px\" /][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"10px|20px|10px|20px\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#ffffff\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_image src=\"http://109.199.127.251/~fastacti/socialmediaspeakerlosangeles.com/wp-content/uploads/2019/02/slide1.jpg\" show_bottom_space=\"off\" align=\"center\" _builder_version=\"3.19\" custom_margin=\"||0px\" border_radii=\"on|5px|5px|5px|5px\" /][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|20px|30px\" _builder_version=\"3.19\" background_color=\"#28a460\" animation_style=\"slide\" animation_direction=\"right\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text: section1\" _builder_version=\"3.19\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"24px\" custom_padding=\"10px|||\"]\r\n\r\n<h1 class=\"text-center\" style=\"font-size: 30px; font-weight: bold; font-family: Arial, Helvetica, sans-serif; text-align: center;\">Tracy Repchuk is the <span class=\"txtyellow\">Top Social Media Speaker for Los <br>Angeles</span> for business branding, online marketing &amp; social <br>media strategy</h1>\r\n\r\n[/et_pb_text][et_pb_text _builder_version=\"3.19\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"24px\" background_color=\"#ffffff\" text_text_color=\"#000000\" border_radii=\"on|10px|10px|10px|10px\" custom_padding=\"30px|20px|20px|30px\" text_font=\"Arial||||||||\" text_font_size=\"17px\" text_line_height=\"21px\"]\r\n\r\n<div id=\"section-2in\">\r\n<p>Tracy has spoken in over 35 countries in audiences ranging from presidents, heads of state, businesses, corporations, associations, conventions, authors, speakers, entrepreneurs and emerging leaders and continues to enlighten, energize and educate her audiences to massive action and results.</p>\r\n\r\n<p>As a trusted TV and media resource, appearing in over 22 national networks, over 60 publications and 3 motivational movies she continues to spread her positive message and easy to understand breakdowns of technology, business, branding, and social media. </p>\r\n\r\n<p>Select Tracy Repchuk the top social media speaker for los angeles for your next event!</p>\r\n</div>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|15px|30px|false|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#eeeeee\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text: Section 2\" _builder_version=\"3.19\" header_font=\"|800|||||||\" header_text_align=\"center\" header_text_color=\"#0183fc\" custom_padding=\"20px|30px|20px|30px\" animation_style=\"slide\" animation_direction=\"left\" header_2_text_color=\"#ff3523\"]\r\n\r\n<h2 class=\"red-heading aligncenter\" style=\"font-size: 30px; text-align: center;\"><strong>Tracy Repchuk on TV ....</strong></h2>\r\n<div align=\"center\"><iframe src=\"https://player.vimeo.com/video/137569136\" width=\"700\" height=\"500\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></div>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" _builder_version=\"3.19\" background_color=\"#ffffff\" box_shadow_style=\"preset1\" animation_style=\"slide\" animation_direction=\"right\"][et_pb_column type=\"1_3\"][et_pb_image src=\"http://109.199.127.251/~fastacti/socialmediaspeakerlosangeles.com/wp-content/uploads/2019/02/book-tracy.jpg\" _builder_version=\"3.19\" module_alignment=\"center\" url=\"http://tracyrepchuk.com/booktracy/\" url_new_window=\"on\" align=\"center\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image src=\"http://109.199.127.251/~fastacti/socialmediaspeakerlosangeles.com/wp-content/uploads/2019/02/tracy-master-site.jpg\" _builder_version=\"3.19\" module_alignment=\"center\" url=\"http://tracyrepchuk.com/\" align=\"center\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image src=\"http://109.199.127.251/~fastacti/socialmediaspeakerlosangeles.com/wp-content/uploads/2019/02/in-the-media.jpg\" _builder_version=\"3.19\" module_alignment=\"center\" url=\"http://tracyrepchukmedia.com/\" url_new_window=\"on\" align=\"center\" /][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|15px|30px|false|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#eeeeee\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text: Section 4 videos\" _builder_version=\"3.19\" header_font=\"|800|||||||\" header_text_align=\"center\" header_text_color=\"#0183fc\" custom_padding=\"20px|30px|20px|30px\" animation_style=\"slide\" animation_direction=\"left\" header_2_text_color=\"#ff3523\"]\r\n\r\n<div align=\"center\" style=\"margin-top:0px; background-color:#eee; padding:0px;\">\r\n<h2 class=\"red-heading aligncenter\" style=\"font-size: 30px; text-align: center;\"><strong>Tracy Repchuk on Stage ....\r\n</strong></h2>\r\n<iframe width=\"700\" height=\"500\" src=\"https://www.youtube.com/embed/YRVDUu8ZxvI?list=PL4ZX0knUpCzVV9IXNtdKase3zO1OehVWK\" frameborder=\"0\" allowfullscreen=\"\"></iframe></div>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|15px|30px|false|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#ffffff\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text: Section 5\" _builder_version=\"3.19\" header_font=\"|800|||||||\" header_text_align=\"center\" header_text_color=\"#0183fc\" custom_padding=\"20px|30px|20px|30px\" animation_direction=\"left\" header_2_text_color=\"#ff3523\"]\r\n\r\n<h2 class=\"red-text aligncenter\" style=\"font-size:30px; text-align:center;\"><strong>Here\'s Why You Pick Tracy For Your Next Event .....</strong></h2>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|15px|30px|false|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#10243B\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#FFFFFF\" header_font_size=\"21px\"]\r\n\r\n<h1>You’ll Discover….</h1>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" _builder_version=\"3.19\" background_color=\"#ffffff\" border_radii=\"|||30px|30px\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19\" text_font=\"||||||||\" text_text_color=\"#000000\" text_font_size=\"16px\" custom_padding=\"|||30px\"]\r\n\r\n<ul>\r\n<li> How to Get off the Treadmill and Increase Your Productivity While Reducing Your Hours</li>\r\n<li>The Secret to Getting Higher Insurance Payouts from Insurance Providers</li>\r\n<li>How to Increase Accurate Diagnosis and Accelerate Healing</li>\r\n<li>New Revenue Streams that Improve Patient Outcomes and Increase Net Profit Margins </li>\r\n</ul>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19\"]\r\n\r\n<p style=\"text-align: center;\"><span style=\"color: #000000;\"><a href=\"https://www.diagnosticsforpt.com/terms-and-conditions/\" target=\"_blank\" rel=\"noopener\" style=\"color: #000000;\">| <strong>PRIVACY POLICY &amp; TERMS Of USE</strong> |</a></span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #000000;\"><span>Created by </span><span style=\"color: #ffffff;\"><strong><a href=\"http://www.innersurf.com/\" target=\"_blank\" rel=\"noopener\" style=\"color: #10233A;\">InnerSurf Online Solutions</a></strong></span></span></p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Landing Page', '', 'inherit', 'closed', 'closed', '', '5-revision-v1', '', '', '2019-02-02 10:13:33', '2019-02-02 10:13:33', '', 5, 'http://109.199.127.251/~fastacti/socialmediaspeakerlosangeles.com/2019/02/02/5-revision-v1/', 0, 'revision', '', 0),
(207, 1, '2019-02-02 10:19:52', '2019-02-02 10:19:52', '[et_pb_section bb_built=\"1\" _builder_version=\"3.19\" background_color=\"#c9c9c9\" custom_padding=\"15px|0px|0px|0px\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" _builder_version=\"3.19\" background_color=\"#ffffff\" box_shadow_style=\"preset1\" border_radii=\"|10px|10px|0px|0px\" custom_padding=\"0px||0px|\"][et_pb_column type=\"4_4\"][et_pb_image src=\"http://109.199.127.251/~fastacti/socialmediaspeakerlosangeles.com/wp-content/uploads/2019/02/header-logo-2.jpg\" show_bottom_space=\"off\" align=\"center\" _builder_version=\"3.19\" custom_margin=\"||0px\" border_radii=\"on|5px|5px|5px|5px\" /][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"10px|20px|10px|20px\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#ffffff\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_image src=\"http://109.199.127.251/~fastacti/socialmediaspeakerlosangeles.com/wp-content/uploads/2019/02/slide1.jpg\" show_bottom_space=\"off\" align=\"center\" _builder_version=\"3.19\" custom_margin=\"||0px\" border_radii=\"on|5px|5px|5px|5px\" /][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|20px|30px\" _builder_version=\"3.19\" background_color=\"#28a460\" animation_style=\"slide\" animation_direction=\"right\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text: section1\" _builder_version=\"3.19\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"24px\" custom_padding=\"10px|||\"]\r\n\r\n<h1 class=\"text-center\" style=\"font-size: 30px; font-weight: bold; font-family: Arial, Helvetica, sans-serif; text-align: center;\">Tracy Repchuk is the <span class=\"txtyellow\">Top Social Media Speaker for Los <br>Angeles</span> for business branding, online marketing &amp; social <br>media strategy</h1>\r\n\r\n[/et_pb_text][et_pb_text _builder_version=\"3.19\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"24px\" background_color=\"#ffffff\" text_text_color=\"#000000\" border_radii=\"on|10px|10px|10px|10px\" custom_padding=\"30px|20px|20px|30px\" text_font=\"Arial||||||||\" text_font_size=\"17px\" text_line_height=\"21px\"]\r\n\r\n<div id=\"section-2in\">\r\n<p>Tracy has spoken in over 35 countries in audiences ranging from presidents, heads of state, businesses, corporations, associations, conventions, authors, speakers, entrepreneurs and emerging leaders and continues to enlighten, energize and educate her audiences to massive action and results.</p>\r\n\r\n<p>As a trusted TV and media resource, appearing in over 22 national networks, over 60 publications and 3 motivational movies she continues to spread her positive message and easy to understand breakdowns of technology, business, branding, and social media. </p>\r\n\r\n<p>Select Tracy Repchuk the top social media speaker for los angeles for your next event!</p>\r\n</div>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|15px|30px|false|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#eeeeee\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text: Section 2\" _builder_version=\"3.19\" header_font=\"|800|||||||\" header_text_align=\"center\" header_text_color=\"#0183fc\" custom_padding=\"20px|30px|20px|30px\" animation_style=\"slide\" animation_direction=\"left\" header_2_text_color=\"#ff3523\"]\r\n\r\n<h2 class=\"red-heading aligncenter\" style=\"font-size: 30px; text-align: center;\"><strong>Tracy Repchuk on TV ....</strong></h2>\r\n<div align=\"center\"><iframe src=\"https://player.vimeo.com/video/137569136\" width=\"700\" height=\"500\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></div>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" _builder_version=\"3.19\" background_color=\"#ffffff\" box_shadow_style=\"preset1\" animation_style=\"slide\" animation_direction=\"right\"][et_pb_column type=\"1_3\"][et_pb_image src=\"http://109.199.127.251/~fastacti/socialmediaspeakerlosangeles.com/wp-content/uploads/2019/02/book-tracy.jpg\" _builder_version=\"3.19\" module_alignment=\"center\" url=\"http://tracyrepchuk.com/booktracy/\" url_new_window=\"on\" align=\"center\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image src=\"http://109.199.127.251/~fastacti/socialmediaspeakerlosangeles.com/wp-content/uploads/2019/02/tracy-master-site.jpg\" _builder_version=\"3.19\" module_alignment=\"center\" url=\"http://tracyrepchuk.com/\" align=\"center\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image src=\"http://109.199.127.251/~fastacti/socialmediaspeakerlosangeles.com/wp-content/uploads/2019/02/in-the-media.jpg\" _builder_version=\"3.19\" module_alignment=\"center\" url=\"http://tracyrepchukmedia.com/\" url_new_window=\"on\" align=\"center\" /][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|15px|30px|false|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#eeeeee\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text: Section 4 videos\" _builder_version=\"3.19\" header_font=\"|800|||||||\" header_text_align=\"center\" header_text_color=\"#0183fc\" custom_padding=\"20px|30px|20px|30px\" animation_style=\"slide\" animation_direction=\"left\" header_2_text_color=\"#ff3523\"]\r\n\r\n<div align=\"center\" style=\"margin-top:0px; background-color:#eee; padding:0px;\">\r\n<h2 class=\"red-heading aligncenter\" style=\"font-size: 30px; text-align: center;\"><strong>Tracy Repchuk on Stage ....\r\n</strong></h2>\r\n<iframe width=\"700\" height=\"500\" src=\"https://www.youtube.com/embed/YRVDUu8ZxvI?list=PL4ZX0knUpCzVV9IXNtdKase3zO1OehVWK\" frameborder=\"0\" allowfullscreen=\"\"></iframe></div>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|15px|30px|false|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#ffffff\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text: Section 5\" _builder_version=\"3.19\" header_font=\"|800|||||||\" header_text_align=\"center\" header_text_color=\"#0183fc\" custom_padding=\"20px|30px|20px|30px\" animation_direction=\"left\" header_2_text_color=\"#ff3523\"]\r\n\r\n<h2 class=\"red-text aligncenter\" style=\"font-size:30px; text-align:center;\"><strong>Here\'s Why You Pick Tracy For Your Next Event .....</strong></h2>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|15px|30px|false|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#ffffff\" box_shadow_style=\"preset1\"][et_pb_column type=\"1_2\"][et_pb_text _builder_version=\"3.19\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"21px\"]\r\n\r\n<div id=\"section-3\" class=\"spacing animBlock float1 viewed\" data-position=\"left\" style=\"width:38%; float:left; background-color:#eee;\">\r\n<p align=\"center\"><strong>ABCs Secret Millionaire James Malinchak</strong></p>\r\n<div align=\"center\"><iframe width=\"300\" height=\"200\" src=\"https://www.youtube.com/embed/Mi45J2ao_8Q\" frameborder=\"0\" allowfullscreen=\"\"></iframe></div>\r\n</div>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text _builder_version=\"3.19\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"21px\"]\r\n\r\n<div id=\"section-3\" class=\"spacing animBlock float1 viewed\" data-position=\"left\" style=\"width:38%; float:left; background-color:#eee;\">\r\n<p align=\"center\"><strong>ABCs Secret Millionaire James Malinchak</strong></p>\r\n<div align=\"center\"><iframe width=\"300\" height=\"200\" src=\"https://www.youtube.com/embed/Mi45J2ao_8Q\" frameborder=\"0\" allowfullscreen=\"\"></iframe></div>\r\n</div>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" _builder_version=\"3.19\" background_color=\"#ffffff\" border_radii=\"|||30px|30px\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19\" text_font=\"||||||||\" text_text_color=\"#000000\" text_font_size=\"16px\" custom_padding=\"|||30px\"]\r\n\r\n<ul>\r\n<li> How to Get off the Treadmill and Increase Your Productivity While Reducing Your Hours</li>\r\n<li>The Secret to Getting Higher Insurance Payouts from Insurance Providers</li>\r\n<li>How to Increase Accurate Diagnosis and Accelerate Healing</li>\r\n<li>New Revenue Streams that Improve Patient Outcomes and Increase Net Profit Margins </li>\r\n</ul>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19\"]\r\n\r\n<p style=\"text-align: center;\"><span style=\"color: #000000;\"><a href=\"https://www.diagnosticsforpt.com/terms-and-conditions/\" target=\"_blank\" rel=\"noopener\" style=\"color: #000000;\">| <strong>PRIVACY POLICY &amp; TERMS Of USE</strong> |</a></span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #000000;\"><span>Created by </span><span style=\"color: #ffffff;\"><strong><a href=\"http://www.innersurf.com/\" target=\"_blank\" rel=\"noopener\" style=\"color: #10233A;\">InnerSurf Online Solutions</a></strong></span></span></p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Landing Page', '', 'inherit', 'closed', 'closed', '', '5-revision-v1', '', '', '2019-02-02 10:19:52', '2019-02-02 10:19:52', '', 5, 'http://109.199.127.251/~fastacti/socialmediaspeakerlosangeles.com/2019/02/02/5-revision-v1/', 0, 'revision', '', 0),
(208, 1, '2019-02-02 10:20:54', '2019-02-02 10:20:54', '[et_pb_section bb_built=\"1\" _builder_version=\"3.19\" background_color=\"#c9c9c9\" custom_padding=\"15px|0px|0px|0px\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" _builder_version=\"3.19\" background_color=\"#ffffff\" box_shadow_style=\"preset1\" border_radii=\"|10px|10px|0px|0px\" custom_padding=\"0px||0px|\"][et_pb_column type=\"4_4\"][et_pb_image src=\"http://109.199.127.251/~fastacti/socialmediaspeakerlosangeles.com/wp-content/uploads/2019/02/header-logo-2.jpg\" show_bottom_space=\"off\" align=\"center\" _builder_version=\"3.19\" custom_margin=\"||0px\" border_radii=\"on|5px|5px|5px|5px\" /][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"10px|20px|10px|20px\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#ffffff\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_image src=\"http://109.199.127.251/~fastacti/socialmediaspeakerlosangeles.com/wp-content/uploads/2019/02/slide1.jpg\" show_bottom_space=\"off\" align=\"center\" _builder_version=\"3.19\" custom_margin=\"||0px\" border_radii=\"on|5px|5px|5px|5px\" /][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|20px|30px\" _builder_version=\"3.19\" background_color=\"#28a460\" animation_style=\"slide\" animation_direction=\"right\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text: section1\" _builder_version=\"3.19\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"24px\" custom_padding=\"10px|||\"]\r\n\r\n<h1 class=\"text-center\" style=\"font-size: 30px; font-weight: bold; font-family: Arial, Helvetica, sans-serif; text-align: center;\">Tracy Repchuk is the <span class=\"txtyellow\">Top Social Media Speaker for Los <br>Angeles</span> for business branding, online marketing &amp; social <br>media strategy</h1>\r\n\r\n[/et_pb_text][et_pb_text _builder_version=\"3.19\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"24px\" background_color=\"#ffffff\" text_text_color=\"#000000\" border_radii=\"on|10px|10px|10px|10px\" custom_padding=\"30px|20px|20px|30px\" text_font=\"Arial||||||||\" text_font_size=\"17px\" text_line_height=\"21px\"]\r\n\r\n<div id=\"section-2in\">\r\n<p>Tracy has spoken in over 35 countries in audiences ranging from presidents, heads of state, businesses, corporations, associations, conventions, authors, speakers, entrepreneurs and emerging leaders and continues to enlighten, energize and educate her audiences to massive action and results.</p>\r\n\r\n<p>As a trusted TV and media resource, appearing in over 22 national networks, over 60 publications and 3 motivational movies she continues to spread her positive message and easy to understand breakdowns of technology, business, branding, and social media. </p>\r\n\r\n<p>Select Tracy Repchuk the top social media speaker for los angeles for your next event!</p>\r\n</div>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|15px|30px|false|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#eeeeee\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text: Section 2\" _builder_version=\"3.19\" header_font=\"|800|||||||\" header_text_align=\"center\" header_text_color=\"#0183fc\" custom_padding=\"20px|30px|20px|30px\" animation_style=\"slide\" animation_direction=\"left\" header_2_text_color=\"#ff3523\"]\r\n\r\n<h2 class=\"red-heading aligncenter\" style=\"font-size: 30px; text-align: center;\"><strong>Tracy Repchuk on TV ....</strong></h2>\r\n<div align=\"center\"><iframe src=\"https://player.vimeo.com/video/137569136\" width=\"700\" height=\"500\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></div>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" _builder_version=\"3.19\" background_color=\"#ffffff\" box_shadow_style=\"preset1\" animation_style=\"slide\" animation_direction=\"right\"][et_pb_column type=\"1_3\"][et_pb_image src=\"http://109.199.127.251/~fastacti/socialmediaspeakerlosangeles.com/wp-content/uploads/2019/02/book-tracy.jpg\" _builder_version=\"3.19\" module_alignment=\"center\" url=\"http://tracyrepchuk.com/booktracy/\" url_new_window=\"on\" align=\"center\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image src=\"http://109.199.127.251/~fastacti/socialmediaspeakerlosangeles.com/wp-content/uploads/2019/02/tracy-master-site.jpg\" _builder_version=\"3.19\" module_alignment=\"center\" url=\"http://tracyrepchuk.com/\" align=\"center\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image src=\"http://109.199.127.251/~fastacti/socialmediaspeakerlosangeles.com/wp-content/uploads/2019/02/in-the-media.jpg\" _builder_version=\"3.19\" module_alignment=\"center\" url=\"http://tracyrepchukmedia.com/\" url_new_window=\"on\" align=\"center\" /][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|15px|30px|false|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#eeeeee\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text: Section 4 videos\" _builder_version=\"3.19\" header_font=\"|800|||||||\" header_text_align=\"center\" header_text_color=\"#0183fc\" custom_padding=\"20px|30px|20px|30px\" animation_style=\"slide\" animation_direction=\"left\" header_2_text_color=\"#ff3523\"]\r\n\r\n<div align=\"center\" style=\"margin-top:0px; background-color:#eee; padding:0px;\">\r\n<h2 class=\"red-heading aligncenter\" style=\"font-size: 30px; text-align: center;\"><strong>Tracy Repchuk on Stage ....\r\n</strong></h2>\r\n<iframe width=\"700\" height=\"500\" src=\"https://www.youtube.com/embed/YRVDUu8ZxvI?list=PL4ZX0knUpCzVV9IXNtdKase3zO1OehVWK\" frameborder=\"0\" allowfullscreen=\"\"></iframe></div>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|15px|30px|false|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#ffffff\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text: Section 5\" _builder_version=\"3.19\" header_font=\"|800|||||||\" header_text_align=\"center\" header_text_color=\"#0183fc\" custom_padding=\"20px|30px|20px|30px\" animation_direction=\"left\" header_2_text_color=\"#ff3523\"]\r\n\r\n<h2 class=\"red-text aligncenter\" style=\"font-size:30px; text-align:center;\"><strong>Here\'s Why You Pick Tracy For Your Next Event .....</strong></h2>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|15px|30px|false|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#ffffff\" box_shadow_style=\"preset1\"][et_pb_column type=\"1_2\"][et_pb_text _builder_version=\"3.19\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"21px\"]\r\n\r\n<div id=\"section-3\" class=\"spacing animBlock float1 viewed\" data-position=\"left\" style=\"background-color:#eee;\">\r\n<p align=\"center\"><strong>ABCs Secret Millionaire James Malinchak</strong></p>\r\n<div align=\"center\"><iframe width=\"300\" height=\"200\" src=\"https://www.youtube.com/embed/Mi45J2ao_8Q\" frameborder=\"0\" allowfullscreen=\"\"></iframe></div>\r\n</div>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text _builder_version=\"3.19\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"21px\"]\r\n\r\n<div id=\"section-3\" class=\"spacing animBlock float1 viewed\" data-position=\"left\" style=\"background-color:#eee;\">\r\n<p align=\"center\"><strong>ABCs Secret Millionaire James Malinchak</strong></p>\r\n<div align=\"center\"><iframe width=\"300\" height=\"200\" src=\"https://www.youtube.com/embed/Mi45J2ao_8Q\" frameborder=\"0\" allowfullscreen=\"\"></iframe></div>\r\n</div>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" _builder_version=\"3.19\" background_color=\"#ffffff\" border_radii=\"|||30px|30px\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19\" text_font=\"||||||||\" text_text_color=\"#000000\" text_font_size=\"16px\" custom_padding=\"|||30px\"]\r\n\r\n<ul>\r\n<li> How to Get off the Treadmill and Increase Your Productivity While Reducing Your Hours</li>\r\n<li>The Secret to Getting Higher Insurance Payouts from Insurance Providers</li>\r\n<li>How to Increase Accurate Diagnosis and Accelerate Healing</li>\r\n<li>New Revenue Streams that Improve Patient Outcomes and Increase Net Profit Margins </li>\r\n</ul>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19\"]\r\n\r\n<p style=\"text-align: center;\"><span style=\"color: #000000;\"><a href=\"https://www.diagnosticsforpt.com/terms-and-conditions/\" target=\"_blank\" rel=\"noopener\" style=\"color: #000000;\">| <strong>PRIVACY POLICY &amp; TERMS Of USE</strong> |</a></span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #000000;\"><span>Created by </span><span style=\"color: #ffffff;\"><strong><a href=\"http://www.innersurf.com/\" target=\"_blank\" rel=\"noopener\" style=\"color: #10233A;\">InnerSurf Online Solutions</a></strong></span></span></p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Landing Page', '', 'inherit', 'closed', 'closed', '', '5-revision-v1', '', '', '2019-02-02 10:20:54', '2019-02-02 10:20:54', '', 5, 'http://109.199.127.251/~fastacti/socialmediaspeakerlosangeles.com/2019/02/02/5-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(209, 1, '2019-02-02 10:28:50', '2019-02-02 10:28:50', '[et_pb_section bb_built=\"1\" _builder_version=\"3.19\" background_color=\"#c9c9c9\" custom_padding=\"15px|0px|0px|0px\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" _builder_version=\"3.19\" background_color=\"#ffffff\" box_shadow_style=\"preset1\" border_radii=\"|10px|10px|0px|0px\" custom_padding=\"0px||0px|\"][et_pb_column type=\"4_4\"][et_pb_image src=\"http://109.199.127.251/~fastacti/socialmediaspeakerlosangeles.com/wp-content/uploads/2019/02/header-logo-2.jpg\" show_bottom_space=\"off\" align=\"center\" _builder_version=\"3.19\" custom_margin=\"||0px\" border_radii=\"on|5px|5px|5px|5px\" /][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"10px|20px|10px|20px\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#ffffff\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_image src=\"http://109.199.127.251/~fastacti/socialmediaspeakerlosangeles.com/wp-content/uploads/2019/02/slide1.jpg\" show_bottom_space=\"off\" align=\"center\" _builder_version=\"3.19\" custom_margin=\"||0px\" border_radii=\"on|5px|5px|5px|5px\" /][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|20px|30px\" _builder_version=\"3.19\" background_color=\"#28a460\" animation_style=\"slide\" animation_direction=\"right\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text: section1\" _builder_version=\"3.19\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"24px\" custom_padding=\"10px|||\"]\r\n\r\n<h1 class=\"text-center\" style=\"font-size: 30px; font-weight: bold; font-family: Arial, Helvetica, sans-serif; text-align: center;\">Tracy Repchuk is the <span class=\"txtyellow\">Top Social Media Speaker for Los <br>Angeles</span> for business branding, online marketing &amp; social <br>media strategy</h1>\r\n\r\n[/et_pb_text][et_pb_text _builder_version=\"3.19\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"24px\" background_color=\"#ffffff\" text_text_color=\"#000000\" border_radii=\"on|10px|10px|10px|10px\" custom_padding=\"30px|20px|20px|30px\" text_font=\"Arial||||||||\" text_font_size=\"17px\" text_line_height=\"21px\"]\r\n\r\n<div id=\"section-2in\">\r\n<p>Tracy has spoken in over 35 countries in audiences ranging from presidents, heads of state, businesses, corporations, associations, conventions, authors, speakers, entrepreneurs and emerging leaders and continues to enlighten, energize and educate her audiences to massive action and results.</p>\r\n\r\n<p>As a trusted TV and media resource, appearing in over 22 national networks, over 60 publications and 3 motivational movies she continues to spread her positive message and easy to understand breakdowns of technology, business, branding, and social media. </p>\r\n\r\n<p>Select Tracy Repchuk the top social media speaker for los angeles for your next event!</p>\r\n</div>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|15px|30px|false|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#eeeeee\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text: Section 2\" _builder_version=\"3.19\" header_font=\"|800|||||||\" header_text_align=\"center\" header_text_color=\"#0183fc\" custom_padding=\"20px|30px|20px|30px\" animation_style=\"slide\" animation_direction=\"left\" header_2_text_color=\"#ff3523\"]\r\n\r\n<h2 class=\"red-heading aligncenter\" style=\"font-size: 30px; text-align: center;\"><strong>Tracy Repchuk on TV ....</strong></h2>\r\n<div align=\"center\"><iframe src=\"https://player.vimeo.com/video/137569136\" width=\"700\" height=\"500\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></div>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" _builder_version=\"3.19\" background_color=\"#ffffff\" box_shadow_style=\"preset1\" animation_style=\"slide\" animation_direction=\"right\"][et_pb_column type=\"1_3\"][et_pb_image src=\"http://109.199.127.251/~fastacti/socialmediaspeakerlosangeles.com/wp-content/uploads/2019/02/book-tracy.jpg\" _builder_version=\"3.19\" module_alignment=\"center\" url=\"http://tracyrepchuk.com/booktracy/\" url_new_window=\"on\" align=\"center\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image src=\"http://109.199.127.251/~fastacti/socialmediaspeakerlosangeles.com/wp-content/uploads/2019/02/tracy-master-site.jpg\" _builder_version=\"3.19\" module_alignment=\"center\" url=\"http://tracyrepchuk.com/\" align=\"center\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image src=\"http://109.199.127.251/~fastacti/socialmediaspeakerlosangeles.com/wp-content/uploads/2019/02/in-the-media.jpg\" _builder_version=\"3.19\" module_alignment=\"center\" url=\"http://tracyrepchukmedia.com/\" url_new_window=\"on\" align=\"center\" /][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|15px|30px|false|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#eeeeee\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text: Section 4 videos\" _builder_version=\"3.19\" header_font=\"|800|||||||\" header_text_align=\"center\" header_text_color=\"#0183fc\" custom_padding=\"20px|30px|20px|30px\" animation_style=\"slide\" animation_direction=\"left\" header_2_text_color=\"#ff3523\"]\r\n\r\n<div align=\"center\" style=\"margin-top:0px; background-color:#eee; padding:0px;\">\r\n<h2 class=\"red-heading aligncenter\" style=\"font-size: 30px; text-align: center;\"><strong>Tracy Repchuk on Stage ....\r\n</strong></h2>\r\n<iframe width=\"700\" height=\"500\" src=\"https://www.youtube.com/embed/YRVDUu8ZxvI?list=PL4ZX0knUpCzVV9IXNtdKase3zO1OehVWK\" frameborder=\"0\" allowfullscreen=\"\"></iframe></div>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|15px|30px|false|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#ffffff\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text: Section 5\" _builder_version=\"3.19\" header_font=\"|800|||||||\" header_text_align=\"center\" header_text_color=\"#0183fc\" custom_padding=\"20px|30px|20px|30px\" animation_direction=\"left\" header_2_text_color=\"#ff3523\"]\r\n\r\n<h2 class=\"red-text aligncenter\" style=\"font-size:30px; text-align:center;\"><strong>Here\'s Why You Pick Tracy For Your Next Event .....</strong></h2>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|15px|30px|false|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#ffffff\" box_shadow_style=\"preset1\"][et_pb_column type=\"1_2\"][et_pb_text _builder_version=\"3.19\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"21px\"]\r\n\r\n<div id=\"section-3\" class=\"spacing animBlock float1 viewed\" data-position=\"left\" style=\"background-color:#eee;\">\r\n<p align=\"center\"><strong>ABCs Secret Millionaire James Malinchak</strong></p>\r\n<div align=\"center\"><iframe width=\"300\" height=\"200\" src=\"https://www.youtube.com/embed/Mi45J2ao_8Q\" frameborder=\"0\" allowfullscreen=\"\"></iframe></div>\r\n</div>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text _builder_version=\"3.19\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"21px\" background_color=\"#eeeeee\"]\r\n\r\n<div id=\"section-3\" class=\"spacing animBlock float1 viewed\" data-position=\"left\" style=\"background-color:#eee;\">\r\n<p><strong>Tahir Shah UK Live</strong></p>\r\n<div align=\"center\"><iframe width=\"300\" height=\"200\" src=\"https://www.youtube.com/embed/5r2lKAQe5uI\" frameborder=\"0\" allowfullscreen=\"\"></iframe></div>\r\n</div>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" _builder_version=\"3.19\" background_color=\"#ffffff\" border_radii=\"|||30px|30px\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19\" text_font=\"||||||||\" text_text_color=\"#000000\" text_font_size=\"16px\" custom_padding=\"|||30px\"]\r\n\r\n<ul>\r\n<li> How to Get off the Treadmill and Increase Your Productivity While Reducing Your Hours</li>\r\n<li>The Secret to Getting Higher Insurance Payouts from Insurance Providers</li>\r\n<li>How to Increase Accurate Diagnosis and Accelerate Healing</li>\r\n<li>New Revenue Streams that Improve Patient Outcomes and Increase Net Profit Margins </li>\r\n</ul>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19\"]\r\n\r\n<p style=\"text-align: center;\"><span style=\"color: #000000;\"><a href=\"https://www.diagnosticsforpt.com/terms-and-conditions/\" target=\"_blank\" rel=\"noopener\" style=\"color: #000000;\">| <strong>PRIVACY POLICY &amp; TERMS Of USE</strong> |</a></span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #000000;\"><span>Created by </span><span style=\"color: #ffffff;\"><strong><a href=\"http://www.innersurf.com/\" target=\"_blank\" rel=\"noopener\" style=\"color: #10233A;\">InnerSurf Online Solutions</a></strong></span></span></p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Landing Page', '', 'inherit', 'closed', 'closed', '', '5-revision-v1', '', '', '2019-02-02 10:28:50', '2019-02-02 10:28:50', '', 5, 'http://109.199.127.251/~fastacti/socialmediaspeakerlosangeles.com/2019/02/02/5-revision-v1/', 0, 'revision', '', 0),
(210, 1, '2019-02-02 10:32:26', '2019-02-02 10:32:26', '[et_pb_section bb_built=\"1\" _builder_version=\"3.19\" background_color=\"#c9c9c9\" custom_padding=\"15px|0px|0px|0px\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" _builder_version=\"3.19\" background_color=\"#ffffff\" box_shadow_style=\"preset1\" border_radii=\"|10px|10px|0px|0px\" custom_padding=\"0px||0px|\"][et_pb_column type=\"4_4\"][et_pb_image src=\"http://109.199.127.251/~fastacti/socialmediaspeakerlosangeles.com/wp-content/uploads/2019/02/header-logo-2.jpg\" show_bottom_space=\"off\" align=\"center\" _builder_version=\"3.19\" custom_margin=\"||0px\" border_radii=\"on|5px|5px|5px|5px\" /][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"10px|20px|10px|20px\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#ffffff\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_image src=\"http://109.199.127.251/~fastacti/socialmediaspeakerlosangeles.com/wp-content/uploads/2019/02/slide1.jpg\" show_bottom_space=\"off\" align=\"center\" _builder_version=\"3.19\" custom_margin=\"||0px\" border_radii=\"on|5px|5px|5px|5px\" /][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|20px|30px\" _builder_version=\"3.19\" background_color=\"#28a460\" animation_style=\"slide\" animation_direction=\"right\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text: section1\" _builder_version=\"3.19\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"24px\" custom_padding=\"10px|||\"]\r\n\r\n<h1 class=\"text-center\" style=\"font-size: 30px; font-weight: bold; font-family: Arial, Helvetica, sans-serif; text-align: center;\">Tracy Repchuk is the <span class=\"txtyellow\">Top Social Media Speaker for Los <br>Angeles</span> for business branding, online marketing &amp; social <br>media strategy</h1>\r\n\r\n[/et_pb_text][et_pb_text _builder_version=\"3.19\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"24px\" background_color=\"#ffffff\" text_text_color=\"#000000\" border_radii=\"on|10px|10px|10px|10px\" custom_padding=\"30px|20px|20px|30px\" text_font=\"Arial||||||||\" text_font_size=\"17px\" text_line_height=\"21px\"]\r\n\r\n<div id=\"section-2in\">\r\n<p>Tracy has spoken in over 35 countries in audiences ranging from presidents, heads of state, businesses, corporations, associations, conventions, authors, speakers, entrepreneurs and emerging leaders and continues to enlighten, energize and educate her audiences to massive action and results.</p>\r\n\r\n<p>As a trusted TV and media resource, appearing in over 22 national networks, over 60 publications and 3 motivational movies she continues to spread her positive message and easy to understand breakdowns of technology, business, branding, and social media. </p>\r\n\r\n<p>Select Tracy Repchuk the top social media speaker for los angeles for your next event!</p>\r\n</div>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|15px|30px|false|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#eeeeee\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text: Section 2\" _builder_version=\"3.19\" header_font=\"|800|||||||\" header_text_align=\"center\" header_text_color=\"#0183fc\" custom_padding=\"20px|30px|20px|30px\" animation_style=\"slide\" animation_direction=\"left\" header_2_text_color=\"#ff3523\"]\r\n\r\n<h2 class=\"red-heading aligncenter\" style=\"font-size: 30px; text-align: center;\"><strong>Tracy Repchuk on TV ....</strong></h2>\r\n<div align=\"center\"><iframe src=\"https://player.vimeo.com/video/137569136\" width=\"700\" height=\"500\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></div>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" _builder_version=\"3.19\" background_color=\"#ffffff\" box_shadow_style=\"preset1\" animation_style=\"slide\" animation_direction=\"right\"][et_pb_column type=\"1_3\"][et_pb_image src=\"http://109.199.127.251/~fastacti/socialmediaspeakerlosangeles.com/wp-content/uploads/2019/02/book-tracy.jpg\" _builder_version=\"3.19\" module_alignment=\"center\" url=\"http://tracyrepchuk.com/booktracy/\" url_new_window=\"on\" align=\"center\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image src=\"http://109.199.127.251/~fastacti/socialmediaspeakerlosangeles.com/wp-content/uploads/2019/02/tracy-master-site.jpg\" _builder_version=\"3.19\" module_alignment=\"center\" url=\"http://tracyrepchuk.com/\" align=\"center\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image src=\"http://109.199.127.251/~fastacti/socialmediaspeakerlosangeles.com/wp-content/uploads/2019/02/in-the-media.jpg\" _builder_version=\"3.19\" module_alignment=\"center\" url=\"http://tracyrepchukmedia.com/\" url_new_window=\"on\" align=\"center\" /][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|15px|30px|false|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#eeeeee\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text: Section 4 videos\" _builder_version=\"3.19\" header_font=\"|800|||||||\" header_text_align=\"center\" header_text_color=\"#0183fc\" custom_padding=\"20px|30px|20px|30px\" animation_style=\"slide\" animation_direction=\"left\" header_2_text_color=\"#ff3523\"]\r\n\r\n<div align=\"center\" style=\"margin-top:0px; background-color:#eee; padding:0px;\">\r\n<h2 class=\"red-heading aligncenter\" style=\"font-size: 30px; text-align: center;\"><strong>Tracy Repchuk on Stage ....\r\n</strong></h2>\r\n<iframe width=\"700\" height=\"500\" src=\"https://www.youtube.com/embed/YRVDUu8ZxvI?list=PL4ZX0knUpCzVV9IXNtdKase3zO1OehVWK\" frameborder=\"0\" allowfullscreen=\"\"></iframe></div>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|15px|30px|false|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#ffffff\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text: Section 5\" _builder_version=\"3.19\" header_font=\"|800|||||||\" header_text_align=\"center\" header_text_color=\"#0183fc\" custom_padding=\"20px|30px|20px|30px\" animation_direction=\"left\" header_2_text_color=\"#ff3523\"]\r\n\r\n<h2 class=\"red-text aligncenter\" style=\"font-size:30px; text-align:center;\"><strong>Here\'s Why You Pick Tracy For Your Next Event .....</strong></h2>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|15px|30px|false|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#ffffff\" box_shadow_style=\"preset1\"][et_pb_column type=\"1_2\"][et_pb_text _builder_version=\"3.19\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"21px\" background_color=\"#eeeeee\" custom_padding=\"10px|10px|10px|10px\" border_radii=\"on|5px|5px|5px|5px\"]\r\n\r\n<div id=\"section-3\" class=\"spacing animBlock float1 viewed\" data-position=\"left\" style=\"background-color:#eee;\">\r\n<p align=\"center\"><strong>ABCs Secret Millionaire James Malinchak</strong></p>\r\n<div align=\"center\"><iframe width=\"300\" height=\"200\" src=\"https://www.youtube.com/embed/Mi45J2ao_8Q\" frameborder=\"0\" allowfullscreen=\"\"></iframe></div>\r\n</div>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text _builder_version=\"3.19\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"21px\" background_color=\"#eeeeee\" custom_padding=\"10px|10px|10px|10px\" border_radii=\"on|5px|5px|5px|5px\"]\r\n\r\n<div id=\"section-3\" class=\"spacing animBlock float1 viewed\" data-position=\"left\" style=\"background-color:#eee;\">\r\n<p><strong>Tahir Shah UK Live</strong></p>\r\n<div align=\"center\"><iframe width=\"300\" height=\"200\" src=\"https://www.youtube.com/embed/5r2lKAQe5uI\" frameborder=\"0\" allowfullscreen=\"\"></iframe></div>\r\n</div>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" _builder_version=\"3.19\" background_color=\"#ffffff\" border_radii=\"|||30px|30px\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19\" text_font=\"||||||||\" text_text_color=\"#000000\" text_font_size=\"16px\" custom_padding=\"|||30px\"]\r\n\r\n<ul>\r\n<li> How to Get off the Treadmill and Increase Your Productivity While Reducing Your Hours</li>\r\n<li>The Secret to Getting Higher Insurance Payouts from Insurance Providers</li>\r\n<li>How to Increase Accurate Diagnosis and Accelerate Healing</li>\r\n<li>New Revenue Streams that Improve Patient Outcomes and Increase Net Profit Margins </li>\r\n</ul>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19\"]\r\n\r\n<p style=\"text-align: center;\"><span style=\"color: #000000;\"><a href=\"https://www.diagnosticsforpt.com/terms-and-conditions/\" target=\"_blank\" rel=\"noopener\" style=\"color: #000000;\">| <strong>PRIVACY POLICY &amp; TERMS Of USE</strong> |</a></span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #000000;\"><span>Created by </span><span style=\"color: #ffffff;\"><strong><a href=\"http://www.innersurf.com/\" target=\"_blank\" rel=\"noopener\" style=\"color: #10233A;\">InnerSurf Online Solutions</a></strong></span></span></p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Landing Page', '', 'inherit', 'closed', 'closed', '', '5-revision-v1', '', '', '2019-02-02 10:32:26', '2019-02-02 10:32:26', '', 5, 'http://109.199.127.251/~fastacti/socialmediaspeakerlosangeles.com/2019/02/02/5-revision-v1/', 0, 'revision', '', 0),
(211, 1, '2019-02-02 10:33:26', '2019-02-02 10:33:26', '[et_pb_section bb_built=\"1\" _builder_version=\"3.19\" background_color=\"#c9c9c9\" custom_padding=\"15px|0px|0px|0px\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" _builder_version=\"3.19\" background_color=\"#ffffff\" box_shadow_style=\"preset1\" border_radii=\"|10px|10px|0px|0px\" custom_padding=\"0px||0px|\"][et_pb_column type=\"4_4\"][et_pb_image src=\"http://109.199.127.251/~fastacti/socialmediaspeakerlosangeles.com/wp-content/uploads/2019/02/header-logo-2.jpg\" show_bottom_space=\"off\" align=\"center\" _builder_version=\"3.19\" custom_margin=\"||0px\" border_radii=\"on|5px|5px|5px|5px\" /][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"10px|20px|10px|20px\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#ffffff\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_image src=\"http://109.199.127.251/~fastacti/socialmediaspeakerlosangeles.com/wp-content/uploads/2019/02/slide1.jpg\" show_bottom_space=\"off\" align=\"center\" _builder_version=\"3.19\" custom_margin=\"||0px\" border_radii=\"on|5px|5px|5px|5px\" /][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|20px|30px\" _builder_version=\"3.19\" background_color=\"#28a460\" animation_style=\"slide\" animation_direction=\"right\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text: section1\" _builder_version=\"3.19\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"24px\" custom_padding=\"10px|||\"]\r\n\r\n<h1 class=\"text-center\" style=\"font-size: 30px; font-weight: bold; font-family: Arial, Helvetica, sans-serif; text-align: center;\">Tracy Repchuk is the <span class=\"txtyellow\">Top Social Media Speaker for Los <br>Angeles</span> for business branding, online marketing &amp; social <br>media strategy</h1>\r\n\r\n[/et_pb_text][et_pb_text _builder_version=\"3.19\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"24px\" background_color=\"#ffffff\" text_text_color=\"#000000\" border_radii=\"on|10px|10px|10px|10px\" custom_padding=\"30px|20px|20px|30px\" text_font=\"Arial||||||||\" text_font_size=\"17px\" text_line_height=\"21px\"]\r\n\r\n<div id=\"section-2in\">\r\n<p>Tracy has spoken in over 35 countries in audiences ranging from presidents, heads of state, businesses, corporations, associations, conventions, authors, speakers, entrepreneurs and emerging leaders and continues to enlighten, energize and educate her audiences to massive action and results.</p>\r\n\r\n<p>As a trusted TV and media resource, appearing in over 22 national networks, over 60 publications and 3 motivational movies she continues to spread her positive message and easy to understand breakdowns of technology, business, branding, and social media. </p>\r\n\r\n<p>Select Tracy Repchuk the top social media speaker for los angeles for your next event!</p>\r\n</div>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|15px|30px|false|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#eeeeee\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text: Section 2\" _builder_version=\"3.19\" header_font=\"|800|||||||\" header_text_align=\"center\" header_text_color=\"#0183fc\" custom_padding=\"20px|30px|20px|30px\" animation_style=\"slide\" animation_direction=\"left\" header_2_text_color=\"#ff3523\"]\r\n\r\n<h2 class=\"red-heading aligncenter\" style=\"font-size: 30px; text-align: center;\"><strong>Tracy Repchuk on TV ....</strong></h2>\r\n<div align=\"center\"><iframe src=\"https://player.vimeo.com/video/137569136\" width=\"700\" height=\"500\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></div>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" _builder_version=\"3.19\" background_color=\"#ffffff\" box_shadow_style=\"preset1\" animation_style=\"slide\" animation_direction=\"right\"][et_pb_column type=\"1_3\"][et_pb_image src=\"http://109.199.127.251/~fastacti/socialmediaspeakerlosangeles.com/wp-content/uploads/2019/02/book-tracy.jpg\" _builder_version=\"3.19\" module_alignment=\"center\" url=\"http://tracyrepchuk.com/booktracy/\" url_new_window=\"on\" align=\"center\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image src=\"http://109.199.127.251/~fastacti/socialmediaspeakerlosangeles.com/wp-content/uploads/2019/02/tracy-master-site.jpg\" _builder_version=\"3.19\" module_alignment=\"center\" url=\"http://tracyrepchuk.com/\" align=\"center\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image src=\"http://109.199.127.251/~fastacti/socialmediaspeakerlosangeles.com/wp-content/uploads/2019/02/in-the-media.jpg\" _builder_version=\"3.19\" module_alignment=\"center\" url=\"http://tracyrepchukmedia.com/\" url_new_window=\"on\" align=\"center\" /][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|15px|30px|false|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#eeeeee\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text: Section 4 videos\" _builder_version=\"3.19\" header_font=\"|800|||||||\" header_text_align=\"center\" header_text_color=\"#0183fc\" custom_padding=\"20px|30px|20px|30px\" animation_style=\"slide\" animation_direction=\"left\" header_2_text_color=\"#ff3523\"]\r\n\r\n<div align=\"center\" style=\"margin-top:0px; background-color:#eee; padding:0px;\">\r\n<h2 class=\"red-heading aligncenter\" style=\"font-size: 30px; text-align: center;\"><strong>Tracy Repchuk on Stage ....\r\n</strong></h2>\r\n<iframe width=\"700\" height=\"500\" src=\"https://www.youtube.com/embed/YRVDUu8ZxvI?list=PL4ZX0knUpCzVV9IXNtdKase3zO1OehVWK\" frameborder=\"0\" allowfullscreen=\"\"></iframe></div>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|15px|30px|false|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#ffffff\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text: Section 5\" _builder_version=\"3.19\" header_font=\"|800|||||||\" header_text_align=\"center\" header_text_color=\"#0183fc\" custom_padding=\"20px|30px|20px|30px\" animation_direction=\"left\" header_2_text_color=\"#ff3523\"]\r\n\r\n<h2 class=\"red-text aligncenter\" style=\"font-size:30px; text-align:center;\"><strong>Here\'s Why You Pick Tracy For Your Next Event .....</strong></h2>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|15px|30px|false|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#ffffff\" box_shadow_style=\"preset1\"][et_pb_column type=\"1_2\"][et_pb_text _builder_version=\"3.19\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"21px\" background_color=\"#eeeeee\" custom_padding=\"10px|10px|10px|10px\" border_radii=\"on|5px|5px|5px|5px\"]\r\n\r\n<div id=\"section-3\" class=\"spacing animBlock float1 viewed\" data-position=\"left\" style=\"background-color:#eee;\">\r\n<p align=\"center\"><strong>ABCs Secret Millionaire James Malinchak</strong></p>\r\n<div align=\"center\"><iframe width=\"300\" height=\"200\" src=\"https://www.youtube.com/embed/Mi45J2ao_8Q\" frameborder=\"0\" allowfullscreen=\"\"></iframe></div>\r\n</div>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text _builder_version=\"3.19\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"21px\" background_color=\"#eeeeee\" custom_padding=\"10px|10px|10px|10px\" border_radii=\"on|5px|5px|5px|5px\"]\r\n\r\n<div id=\"section-3\" class=\"spacing animBlock float1 viewed\" style=\"background-color: #eee;\" data-position=\"left\"><p style=\"text-align: center;\"><strong>Tahir Shah UK Live</strong></p><div align=\"center\"><iframe src=\"https://www.youtube.com/embed/5r2lKAQe5uI\" width=\"300\" height=\"200\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></div></div>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" _builder_version=\"3.19\" background_color=\"#ffffff\" border_radii=\"|||30px|30px\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19\" text_font=\"||||||||\" text_text_color=\"#000000\" text_font_size=\"16px\" custom_padding=\"|||30px\"]\r\n\r\n<ul>\r\n<li> How to Get off the Treadmill and Increase Your Productivity While Reducing Your Hours</li>\r\n<li>The Secret to Getting Higher Insurance Payouts from Insurance Providers</li>\r\n<li>How to Increase Accurate Diagnosis and Accelerate Healing</li>\r\n<li>New Revenue Streams that Improve Patient Outcomes and Increase Net Profit Margins </li>\r\n</ul>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19\"]\r\n\r\n<p style=\"text-align: center;\"><span style=\"color: #000000;\"><a href=\"https://www.diagnosticsforpt.com/terms-and-conditions/\" target=\"_blank\" rel=\"noopener\" style=\"color: #000000;\">| <strong>PRIVACY POLICY &amp; TERMS Of USE</strong> |</a></span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #000000;\"><span>Created by </span><span style=\"color: #ffffff;\"><strong><a href=\"http://www.innersurf.com/\" target=\"_blank\" rel=\"noopener\" style=\"color: #10233A;\">InnerSurf Online Solutions</a></strong></span></span></p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Landing Page', '', 'inherit', 'closed', 'closed', '', '5-revision-v1', '', '', '2019-02-02 10:33:26', '2019-02-02 10:33:26', '', 5, 'http://109.199.127.251/~fastacti/socialmediaspeakerlosangeles.com/2019/02/02/5-revision-v1/', 0, 'revision', '', 0),
(212, 1, '2019-02-02 10:34:11', '2019-02-02 10:34:11', '[et_pb_section bb_built=\"1\" _builder_version=\"3.19\" background_color=\"#c9c9c9\" custom_padding=\"15px|0px|0px|0px\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" _builder_version=\"3.19\" background_color=\"#ffffff\" box_shadow_style=\"preset1\" border_radii=\"|10px|10px|0px|0px\" custom_padding=\"0px||0px|\"][et_pb_column type=\"4_4\"][et_pb_image src=\"http://109.199.127.251/~fastacti/socialmediaspeakerlosangeles.com/wp-content/uploads/2019/02/header-logo-2.jpg\" show_bottom_space=\"off\" align=\"center\" _builder_version=\"3.19\" custom_margin=\"||0px\" border_radii=\"on|5px|5px|5px|5px\" /][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"10px|20px|10px|20px\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#ffffff\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_image src=\"http://109.199.127.251/~fastacti/socialmediaspeakerlosangeles.com/wp-content/uploads/2019/02/slide1.jpg\" show_bottom_space=\"off\" align=\"center\" _builder_version=\"3.19\" custom_margin=\"||0px\" border_radii=\"on|5px|5px|5px|5px\" /][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|20px|30px\" _builder_version=\"3.19\" background_color=\"#28a460\" animation_style=\"slide\" animation_direction=\"right\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text: section1\" _builder_version=\"3.19\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"24px\" custom_padding=\"10px|||\"]\r\n\r\n<h1 class=\"text-center\" style=\"font-size: 30px; font-weight: bold; font-family: Arial, Helvetica, sans-serif; text-align: center;\">Tracy Repchuk is the <span class=\"txtyellow\">Top Social Media Speaker for Los <br>Angeles</span> for business branding, online marketing &amp; social <br>media strategy</h1>\r\n\r\n[/et_pb_text][et_pb_text _builder_version=\"3.19\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"24px\" background_color=\"#ffffff\" text_text_color=\"#000000\" border_radii=\"on|10px|10px|10px|10px\" custom_padding=\"30px|20px|20px|30px\" text_font=\"Arial||||||||\" text_font_size=\"17px\" text_line_height=\"21px\"]\r\n\r\n<div id=\"section-2in\">\r\n<p>Tracy has spoken in over 35 countries in audiences ranging from presidents, heads of state, businesses, corporations, associations, conventions, authors, speakers, entrepreneurs and emerging leaders and continues to enlighten, energize and educate her audiences to massive action and results.</p>\r\n<p>As a trusted TV and media resource, appearing in over 22 national networks, over 60 publications and 3 motivational movies she continues to spread her positive message and easy to understand breakdowns of technology, business, branding, and social media. </p>\r\n<p>Select Tracy Repchuk the top social media speaker for los angeles for your next event!</p>\r\n</div>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|15px|30px|false|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#eeeeee\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text: Section 2\" _builder_version=\"3.19\" header_font=\"|800|||||||\" header_text_align=\"center\" header_text_color=\"#0183fc\" custom_padding=\"20px|30px|20px|30px\" animation_style=\"slide\" animation_direction=\"left\" header_2_text_color=\"#ff3523\"]\r\n\r\n<h2 class=\"red-heading aligncenter\" style=\"font-size: 30px; text-align: center;\"><strong>Tracy Repchuk on TV ....</strong></h2>\r\n<div align=\"center\"><iframe src=\"https://player.vimeo.com/video/137569136\" width=\"700\" height=\"500\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></div>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" _builder_version=\"3.19\" background_color=\"#ffffff\" box_shadow_style=\"preset1\" animation_style=\"slide\" animation_direction=\"right\"][et_pb_column type=\"1_3\"][et_pb_image src=\"http://109.199.127.251/~fastacti/socialmediaspeakerlosangeles.com/wp-content/uploads/2019/02/book-tracy.jpg\" _builder_version=\"3.19\" module_alignment=\"center\" url=\"http://tracyrepchuk.com/booktracy/\" url_new_window=\"on\" align=\"center\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image src=\"http://109.199.127.251/~fastacti/socialmediaspeakerlosangeles.com/wp-content/uploads/2019/02/tracy-master-site.jpg\" _builder_version=\"3.19\" module_alignment=\"center\" url=\"http://tracyrepchuk.com/\" align=\"center\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image src=\"http://109.199.127.251/~fastacti/socialmediaspeakerlosangeles.com/wp-content/uploads/2019/02/in-the-media.jpg\" _builder_version=\"3.19\" module_alignment=\"center\" url=\"http://tracyrepchukmedia.com/\" url_new_window=\"on\" align=\"center\" /][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|15px|30px|false|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#eeeeee\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text: Section 4 videos\" _builder_version=\"3.19\" header_font=\"|800|||||||\" header_text_align=\"center\" header_text_color=\"#0183fc\" custom_padding=\"20px|30px|20px|30px\" animation_style=\"slide\" animation_direction=\"left\" header_2_text_color=\"#ff3523\"]\r\n\r\n<div align=\"center\" style=\"margin-top:0px; background-color:#eee; padding:0px;\">\r\n<h2 class=\"red-heading aligncenter\" style=\"font-size: 30px; text-align: center;\"><strong>Tracy Repchuk on Stage ....<br />\r\n</strong></h2>\r\n<p><iframe width=\"700\" height=\"500\" src=\"https://www.youtube.com/embed/YRVDUu8ZxvI?list=PL4ZX0knUpCzVV9IXNtdKase3zO1OehVWK\" frameborder=\"0\" allowfullscreen=\"\"></iframe></div>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|15px|30px|false|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#ffffff\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text: Section 5\" _builder_version=\"3.19\" header_font=\"|800|||||||\" header_text_align=\"center\" header_text_color=\"#0183fc\" custom_padding=\"20px|30px|20px|30px\" animation_direction=\"left\" header_2_text_color=\"#ff3523\"]\r\n\r\n<h2 class=\"red-text aligncenter\" style=\"font-size:30px; text-align:center;\"><strong>Here\'s Why You Pick Tracy For Your Next Event .....</strong></h2>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|15px|30px|false|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#ffffff\"][et_pb_column type=\"1_2\"][et_pb_text _builder_version=\"3.19\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"21px\" background_color=\"#eeeeee\" custom_padding=\"10px|10px|10px|10px\" border_radii=\"on|5px|5px|5px|5px\"]\r\n\r\n<div id=\"section-3\" class=\"spacing animBlock float1 viewed\" data-position=\"left\" style=\"background-color:#eee;\">\r\n<p align=\"center\"><strong>ABCs Secret Millionaire James Malinchak</strong></p>\r\n<div align=\"center\"><iframe width=\"300\" height=\"200\" src=\"https://www.youtube.com/embed/Mi45J2ao_8Q\" frameborder=\"0\" allowfullscreen=\"\"></iframe></div>\r\n</div>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text _builder_version=\"3.19\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"21px\" background_color=\"#eeeeee\" custom_padding=\"10px|10px|10px|10px\" border_radii=\"on|5px|5px|5px|5px\"]\r\n\r\n<div id=\"section-3\" class=\"spacing animBlock float1 viewed\" style=\"background-color: #eee;\" data-position=\"left\">\r\n<p style=\"text-align: center;\"><strong>Tahir Shah UK Live</strong></p>\r\n<div align=\"center\"><iframe src=\"https://www.youtube.com/embed/5r2lKAQe5uI\" width=\"300\" height=\"200\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></div>\r\n</div>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" _builder_version=\"3.19\" background_color=\"#ffffff\" border_radii=\"|||30px|30px\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19\" text_font=\"||||||||\" text_text_color=\"#000000\" text_font_size=\"16px\" custom_padding=\"|||30px\"]\r\n\r\n<ul>\r\n<li> How to Get off the Treadmill and Increase Your Productivity While Reducing Your Hours</li>\r\n<li>The Secret to Getting Higher Insurance Payouts from Insurance Providers</li>\r\n<li>How to Increase Accurate Diagnosis and Accelerate Healing</li>\r\n<li>New Revenue Streams that Improve Patient Outcomes and Increase Net Profit Margins </li>\r\n</ul>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19\"]\r\n\r\n<p style=\"text-align: center;\"><span style=\"color: #000000;\"><a href=\"https://www.diagnosticsforpt.com/terms-and-conditions/\" target=\"_blank\" rel=\"noopener\" style=\"color: #000000;\">| <strong>PRIVACY POLICY &amp; TERMS Of USE</strong> |</a></span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #000000;\"><span>Created by </span><span style=\"color: #ffffff;\"><strong><a href=\"http://www.innersurf.com/\" target=\"_blank\" rel=\"noopener\" style=\"color: #10233A;\">InnerSurf Online Solutions</a></strong></span></span></p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Landing Page', '', 'inherit', 'closed', 'closed', '', '5-revision-v1', '', '', '2019-02-02 10:34:11', '2019-02-02 10:34:11', '', 5, 'http://109.199.127.251/~fastacti/socialmediaspeakerlosangeles.com/2019/02/02/5-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(213, 1, '2019-02-02 10:35:53', '2019-02-02 10:35:53', '[et_pb_section bb_built=\"1\" _builder_version=\"3.19\" background_color=\"#c9c9c9\" custom_padding=\"15px|0px|0px|0px\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" _builder_version=\"3.19\" background_color=\"#ffffff\" box_shadow_style=\"preset1\" border_radii=\"|10px|10px|0px|0px\" custom_padding=\"0px||0px|\"][et_pb_column type=\"4_4\"][et_pb_image src=\"http://109.199.127.251/~fastacti/socialmediaspeakerlosangeles.com/wp-content/uploads/2019/02/header-logo-2.jpg\" show_bottom_space=\"off\" align=\"center\" _builder_version=\"3.19\" custom_margin=\"||0px\" border_radii=\"on|5px|5px|5px|5px\" /][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"10px|20px|10px|20px\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#ffffff\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_image src=\"http://109.199.127.251/~fastacti/socialmediaspeakerlosangeles.com/wp-content/uploads/2019/02/slide1.jpg\" show_bottom_space=\"off\" align=\"center\" _builder_version=\"3.19\" custom_margin=\"||0px\" border_radii=\"on|5px|5px|5px|5px\" /][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|20px|30px\" _builder_version=\"3.19\" background_color=\"#28a460\" animation_style=\"slide\" animation_direction=\"right\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text: section1\" _builder_version=\"3.19\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"24px\" custom_padding=\"10px|||\"]\r\n\r\n<h1 class=\"text-center\" style=\"font-size: 30px; font-weight: bold; font-family: Arial, Helvetica, sans-serif; text-align: center;\">Tracy Repchuk is the <span class=\"txtyellow\">Top Social Media Speaker for Los <br>Angeles</span> for business branding, online marketing &amp; social <br>media strategy</h1>\r\n\r\n[/et_pb_text][et_pb_text _builder_version=\"3.19\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"24px\" background_color=\"#ffffff\" text_text_color=\"#000000\" border_radii=\"on|10px|10px|10px|10px\" custom_padding=\"30px|20px|20px|30px\" text_font=\"Arial||||||||\" text_font_size=\"17px\" text_line_height=\"21px\"]\r\n\r\n<div id=\"section-2in\">\r\n<p>Tracy has spoken in over 35 countries in audiences ranging from presidents, heads of state, businesses, corporations, associations, conventions, authors, speakers, entrepreneurs and emerging leaders and continues to enlighten, energize and educate her audiences to massive action and results.</p>\r\n<p>As a trusted TV and media resource, appearing in over 22 national networks, over 60 publications and 3 motivational movies she continues to spread her positive message and easy to understand breakdowns of technology, business, branding, and social media. </p>\r\n<p>Select Tracy Repchuk the top social media speaker for los angeles for your next event!</p>\r\n</div>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|15px|30px|false|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#eeeeee\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text: Section 2\" _builder_version=\"3.19\" header_font=\"|800|||||||\" header_text_align=\"center\" header_text_color=\"#0183fc\" custom_padding=\"20px|30px|20px|30px\" animation_style=\"slide\" animation_direction=\"left\" header_2_text_color=\"#ff3523\"]\r\n\r\n<h2 class=\"red-heading aligncenter\" style=\"font-size: 30px; text-align: center;\"><strong>Tracy Repchuk on TV ....</strong></h2>\r\n<div align=\"center\"><iframe src=\"https://player.vimeo.com/video/137569136\" width=\"700\" height=\"500\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></div>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" _builder_version=\"3.19\" background_color=\"#ffffff\" box_shadow_style=\"preset1\" animation_style=\"slide\" animation_direction=\"right\"][et_pb_column type=\"1_3\"][et_pb_image src=\"http://109.199.127.251/~fastacti/socialmediaspeakerlosangeles.com/wp-content/uploads/2019/02/book-tracy.jpg\" _builder_version=\"3.19\" module_alignment=\"center\" url=\"http://tracyrepchuk.com/booktracy/\" url_new_window=\"on\" align=\"center\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image src=\"http://109.199.127.251/~fastacti/socialmediaspeakerlosangeles.com/wp-content/uploads/2019/02/tracy-master-site.jpg\" _builder_version=\"3.19\" module_alignment=\"center\" url=\"http://tracyrepchuk.com/\" align=\"center\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image src=\"http://109.199.127.251/~fastacti/socialmediaspeakerlosangeles.com/wp-content/uploads/2019/02/in-the-media.jpg\" _builder_version=\"3.19\" module_alignment=\"center\" url=\"http://tracyrepchukmedia.com/\" url_new_window=\"on\" align=\"center\" /][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|15px|30px|false|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#eeeeee\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text: Section 4 videos\" _builder_version=\"3.19\" header_font=\"|800|||||||\" header_text_align=\"center\" header_text_color=\"#0183fc\" custom_padding=\"20px|30px|20px|30px\" animation_style=\"slide\" animation_direction=\"left\" header_2_text_color=\"#ff3523\"]\r\n\r\n<div align=\"center\" style=\"margin-top:0px; background-color:#eee; padding:0px;\">\r\n<h2 class=\"red-heading aligncenter\" style=\"font-size: 30px; text-align: center;\"><strong>Tracy Repchuk on Stage ....<br /></strong></h2>\r\n<p><iframe width=\"700\" height=\"500\" src=\"https://www.youtube.com/embed/YRVDUu8ZxvI?list=PL4ZX0knUpCzVV9IXNtdKase3zO1OehVWK\" frameborder=\"0\" allowfullscreen=\"\"></iframe></div>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|15px|30px|false|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#ffffff\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text: Section 5\" _builder_version=\"3.19\" header_font=\"|800|||||||\" header_text_align=\"center\" header_text_color=\"#0183fc\" custom_padding=\"20px|30px|20px|30px\" animation_direction=\"left\" header_2_text_color=\"#ff3523\"]\r\n\r\n<h2 class=\"red-text aligncenter\" style=\"font-size:30px; text-align:center;\"><strong>Here\'s Why You Pick Tracy For Your Next Event .....</strong></h2>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|15px|30px|false|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#ffffff\" animation_style=\"slide\" animation_direction=\"left\"][et_pb_column type=\"1_2\"][et_pb_text _builder_version=\"3.19\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"21px\" background_color=\"#eeeeee\" custom_padding=\"10px|10px|10px|10px\" border_radii=\"on|5px|5px|5px|5px\"]\r\n\r\n<div id=\"section-3\" class=\"spacing animBlock float1 viewed\" data-position=\"left\" style=\"background-color:#eee;\">\r\n<p align=\"center\"><strong>ABCs Secret Millionaire James Malinchak</strong></p>\r\n<div align=\"center\"><iframe width=\"300\" height=\"200\" src=\"https://www.youtube.com/embed/Mi45J2ao_8Q\" frameborder=\"0\" allowfullscreen=\"\"></iframe></div>\r\n</div>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text _builder_version=\"3.19\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"21px\" background_color=\"#eeeeee\" custom_padding=\"10px|10px|10px|10px\" border_radii=\"on|5px|5px|5px|5px\"]\r\n\r\n<div id=\"section-3\" class=\"spacing animBlock float1 viewed\" style=\"background-color: #eee;\" data-position=\"left\">\r\n<p style=\"text-align: center;\"><strong>Tahir Shah UK Live</strong></p>\r\n<div align=\"center\"><iframe src=\"https://www.youtube.com/embed/5r2lKAQe5uI\" width=\"300\" height=\"200\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></div>\r\n</div>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" _builder_version=\"3.19\" background_color=\"#ffffff\" border_radii=\"|||30px|30px\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19\" text_font=\"||||||||\" text_text_color=\"#000000\" text_font_size=\"16px\" custom_padding=\"|||30px\"]\r\n\r\n<ul>\r\n<li> How to Get off the Treadmill and Increase Your Productivity While Reducing Your Hours</li>\r\n<li>The Secret to Getting Higher Insurance Payouts from Insurance Providers</li>\r\n<li>How to Increase Accurate Diagnosis and Accelerate Healing</li>\r\n<li>New Revenue Streams that Improve Patient Outcomes and Increase Net Profit Margins </li>\r\n</ul>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19\"]\r\n\r\n<p style=\"text-align: center;\"><span style=\"color: #000000;\"><a href=\"https://www.diagnosticsforpt.com/terms-and-conditions/\" target=\"_blank\" rel=\"noopener\" style=\"color: #000000;\">| <strong>PRIVACY POLICY &amp; TERMS Of USE</strong> |</a></span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #000000;\"><span>Created by </span><span style=\"color: #ffffff;\"><strong><a href=\"http://www.innersurf.com/\" target=\"_blank\" rel=\"noopener\" style=\"color: #10233A;\">InnerSurf Online Solutions</a></strong></span></span></p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Landing Page', '', 'inherit', 'closed', 'closed', '', '5-revision-v1', '', '', '2019-02-02 10:35:53', '2019-02-02 10:35:53', '', 5, 'http://109.199.127.251/~fastacti/socialmediaspeakerlosangeles.com/2019/02/02/5-revision-v1/', 0, 'revision', '', 0),
(214, 1, '2019-02-02 10:39:45', '2019-02-02 10:39:45', '[et_pb_section bb_built=\"1\" _builder_version=\"3.19\" background_color=\"#c9c9c9\" custom_padding=\"15px|0px|0px|0px\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" _builder_version=\"3.19\" background_color=\"#ffffff\" box_shadow_style=\"preset1\" border_radii=\"|10px|10px|0px|0px\" custom_padding=\"0px||0px|\"][et_pb_column type=\"4_4\"][et_pb_image src=\"http://109.199.127.251/~fastacti/socialmediaspeakerlosangeles.com/wp-content/uploads/2019/02/header-logo-2.jpg\" show_bottom_space=\"off\" align=\"center\" _builder_version=\"3.19\" custom_margin=\"||0px\" border_radii=\"on|5px|5px|5px|5px\" /][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"10px|20px|10px|20px\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#ffffff\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_image src=\"http://109.199.127.251/~fastacti/socialmediaspeakerlosangeles.com/wp-content/uploads/2019/02/slide1.jpg\" show_bottom_space=\"off\" align=\"center\" _builder_version=\"3.19\" custom_margin=\"||0px\" border_radii=\"on|5px|5px|5px|5px\" /][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|20px|30px\" _builder_version=\"3.19\" background_color=\"#28a460\" animation_style=\"slide\" animation_direction=\"right\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text: section1\" _builder_version=\"3.19\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"24px\" custom_padding=\"10px|||\"]\r\n\r\n<h1 class=\"text-center\" style=\"font-size: 30px; font-weight: bold; font-family: Arial, Helvetica, sans-serif; text-align: center;\">Tracy Repchuk is the <span class=\"txtyellow\">Top Social Media Speaker for Los <br>Angeles</span> for business branding, online marketing &amp; social <br>media strategy</h1>\r\n\r\n[/et_pb_text][et_pb_text _builder_version=\"3.19\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"24px\" background_color=\"#ffffff\" text_text_color=\"#000000\" border_radii=\"on|10px|10px|10px|10px\" custom_padding=\"30px|20px|20px|30px\" text_font=\"Arial||||||||\" text_font_size=\"17px\" text_line_height=\"21px\"]\r\n\r\n<div id=\"section-2in\">\r\n<p>Tracy has spoken in over 35 countries in audiences ranging from presidents, heads of state, businesses, corporations, associations, conventions, authors, speakers, entrepreneurs and emerging leaders and continues to enlighten, energize and educate her audiences to massive action and results.</p>\r\n<p>As a trusted TV and media resource, appearing in over 22 national networks, over 60 publications and 3 motivational movies she continues to spread her positive message and easy to understand breakdowns of technology, business, branding, and social media. </p>\r\n<p>Select Tracy Repchuk the top social media speaker for los angeles for your next event!</p>\r\n</div>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|15px|30px|false|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#eeeeee\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text: Section 2\" _builder_version=\"3.19\" header_font=\"|800|||||||\" header_text_align=\"center\" header_text_color=\"#0183fc\" custom_padding=\"20px|30px|20px|30px\" animation_style=\"slide\" animation_direction=\"left\" header_2_text_color=\"#ff3523\"]\r\n\r\n<h2 class=\"red-heading aligncenter\" style=\"font-size: 30px; text-align: center;\"><strong>Tracy Repchuk on TV ....</strong></h2>\r\n<div align=\"center\"><iframe src=\"https://player.vimeo.com/video/137569136\" width=\"700\" height=\"500\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></div>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" _builder_version=\"3.19\" background_color=\"#ffffff\" box_shadow_style=\"preset1\" animation_style=\"slide\" animation_direction=\"right\"][et_pb_column type=\"1_3\"][et_pb_image src=\"http://109.199.127.251/~fastacti/socialmediaspeakerlosangeles.com/wp-content/uploads/2019/02/book-tracy.jpg\" _builder_version=\"3.19\" module_alignment=\"center\" url=\"http://tracyrepchuk.com/booktracy/\" url_new_window=\"on\" align=\"center\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image src=\"http://109.199.127.251/~fastacti/socialmediaspeakerlosangeles.com/wp-content/uploads/2019/02/tracy-master-site.jpg\" _builder_version=\"3.19\" module_alignment=\"center\" url=\"http://tracyrepchuk.com/\" align=\"center\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image src=\"http://109.199.127.251/~fastacti/socialmediaspeakerlosangeles.com/wp-content/uploads/2019/02/in-the-media.jpg\" _builder_version=\"3.19\" module_alignment=\"center\" url=\"http://tracyrepchukmedia.com/\" url_new_window=\"on\" align=\"center\" /][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|15px|30px|false|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#eeeeee\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text: Section 4 videos\" _builder_version=\"3.19\" header_font=\"|800|||||||\" header_text_align=\"center\" header_text_color=\"#0183fc\" custom_padding=\"20px|30px|20px|30px\" animation_style=\"slide\" animation_direction=\"left\" header_2_text_color=\"#ff3523\"]\r\n\r\n<div align=\"center\" style=\"margin-top:0px; background-color:#eee; padding:0px;\">\r\n<h2 class=\"red-heading aligncenter\" style=\"font-size: 30px; text-align: center;\"><strong>Tracy Repchuk on Stage ....<br /></strong></h2>\r\n<p><iframe width=\"700\" height=\"500\" src=\"https://www.youtube.com/embed/YRVDUu8ZxvI?list=PL4ZX0knUpCzVV9IXNtdKase3zO1OehVWK\" frameborder=\"0\" allowfullscreen=\"\"></iframe></div>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|15px|30px|false|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#ffffff\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text: Section 5\" _builder_version=\"3.19\" header_font=\"|800|||||||\" header_text_align=\"center\" header_text_color=\"#0183fc\" custom_padding=\"20px|30px|20px|30px\" animation_direction=\"left\" header_2_text_color=\"#ff3523\"]\r\n\r\n<h2 class=\"red-text aligncenter\" style=\"font-size:30px; text-align:center;\"><strong>Here\'s Why You Pick Tracy For Your Next Event .....</strong></h2>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|15px|30px|false|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#ffffff\" animation_style=\"slide\" animation_direction=\"left\"][et_pb_column type=\"1_2\"][et_pb_text _builder_version=\"3.19\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"21px\" background_color=\"#eeeeee\" custom_padding=\"10px|10px|10px|10px\" border_radii=\"on|5px|5px|5px|5px\"]\r\n\r\n<div id=\"section-3\" class=\"spacing animBlock float1 viewed\" data-position=\"left\" style=\"background-color:#eee;\">\r\n<p align=\"center\"><strong>ABCs Secret Millionaire James Malinchak</strong></p>\r\n<div align=\"center\"><iframe width=\"300\" height=\"200\" src=\"https://www.youtube.com/embed/Mi45J2ao_8Q\" frameborder=\"0\" allowfullscreen=\"\"></iframe></div>\r\n</div>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text _builder_version=\"3.19\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"21px\" background_color=\"#eeeeee\" custom_padding=\"10px|10px|10px|10px\" border_radii=\"on|5px|5px|5px|5px\"]\r\n\r\n<div id=\"section-3\" class=\"spacing animBlock float1 viewed\" style=\"background-color: #eee;\" data-position=\"left\">\r\n<p style=\"text-align: center;\"><strong>Tahir Shah UK Live</strong></p>\r\n<div align=\"center\"><iframe src=\"https://www.youtube.com/embed/5r2lKAQe5uI\" width=\"300\" height=\"200\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></div>\r\n</div>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|15px|30px|false|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#ffffff\" animation_style=\"slide\" animation_direction=\"left\"][et_pb_column type=\"1_2\"][et_pb_testimonial _builder_version=\"3.19\" author=\"Amy Vegara \" job_title=\"Owner/Consultant at Vegara Consulting\" quote_icon_background_color=\"#f5f5f5\"]\r\n\r\nTracy Repchuk is an incredible speaker. Her style is entertaining, educational and really easy to understand. I would hire her as a speaker or attend one of her shows any day.\r\n\r\n[/et_pb_testimonial][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_testimonial _builder_version=\"3.19\" author=\"Maria Stevens \" job_title=\"Manager, Business Development at NetComco\" quote_icon_background_color=\"#f5f5f5\"]\r\n\r\nI don\'t often write reviews but when I saw Tracy Repchuk speak at an event I was attending and then checked out her websites, I couldn\'t believe how impressed I was by her energy and abilities and then how much she has accomplished. Book her - book her now!\r\n\r\n[/et_pb_testimonial][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" _builder_version=\"3.19\" background_color=\"#ffffff\" border_radii=\"|||30px|30px\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19\" text_font=\"||||||||\" text_text_color=\"#000000\" text_font_size=\"16px\" custom_padding=\"|||30px\"]\r\n\r\n<ul>\r\n<li> How to Get off the Treadmill and Increase Your Productivity While Reducing Your Hours</li>\r\n<li>The Secret to Getting Higher Insurance Payouts from Insurance Providers</li>\r\n<li>How to Increase Accurate Diagnosis and Accelerate Healing</li>\r\n<li>New Revenue Streams that Improve Patient Outcomes and Increase Net Profit Margins </li>\r\n</ul>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19\"]\r\n\r\n<p style=\"text-align: center;\"><span style=\"color: #000000;\"><a href=\"https://www.diagnosticsforpt.com/terms-and-conditions/\" target=\"_blank\" rel=\"noopener\" style=\"color: #000000;\">| <strong>PRIVACY POLICY &amp; TERMS Of USE</strong> |</a></span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #000000;\"><span>Created by </span><span style=\"color: #ffffff;\"><strong><a href=\"http://www.innersurf.com/\" target=\"_blank\" rel=\"noopener\" style=\"color: #10233A;\">InnerSurf Online Solutions</a></strong></span></span></p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Landing Page', '', 'inherit', 'closed', 'closed', '', '5-revision-v1', '', '', '2019-02-02 10:39:45', '2019-02-02 10:39:45', '', 5, 'http://109.199.127.251/~fastacti/socialmediaspeakerlosangeles.com/2019/02/02/5-revision-v1/', 0, 'revision', '', 0),
(215, 1, '2019-02-02 10:44:10', '2019-02-02 10:44:10', '[et_pb_section bb_built=\"1\" _builder_version=\"3.19\" background_color=\"#c9c9c9\" custom_padding=\"15px|0px|0px|0px\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" _builder_version=\"3.19\" background_color=\"#ffffff\" box_shadow_style=\"preset1\" border_radii=\"|10px|10px|0px|0px\" custom_padding=\"0px||0px|\"][et_pb_column type=\"4_4\"][et_pb_image src=\"http://109.199.127.251/~fastacti/socialmediaspeakerlosangeles.com/wp-content/uploads/2019/02/header-logo-2.jpg\" show_bottom_space=\"off\" align=\"center\" _builder_version=\"3.19\" custom_margin=\"||0px\" border_radii=\"on|5px|5px|5px|5px\" /][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"10px|20px|10px|20px\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#ffffff\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_image src=\"http://109.199.127.251/~fastacti/socialmediaspeakerlosangeles.com/wp-content/uploads/2019/02/slide1.jpg\" show_bottom_space=\"off\" align=\"center\" _builder_version=\"3.19\" custom_margin=\"||0px\" border_radii=\"on|5px|5px|5px|5px\" /][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|20px|30px\" _builder_version=\"3.19\" background_color=\"#28a460\" animation_style=\"slide\" animation_direction=\"right\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text: section1\" _builder_version=\"3.19\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"24px\" custom_padding=\"10px|||\"]\r\n\r\n<h1 class=\"text-center\" style=\"font-size: 30px; font-weight: bold; font-family: Arial, Helvetica, sans-serif; text-align: center;\">Tracy Repchuk is the <span class=\"txtyellow\">Top Social Media Speaker for Los <br>Angeles</span> for business branding, online marketing &amp; social <br>media strategy</h1>\r\n\r\n[/et_pb_text][et_pb_text _builder_version=\"3.19\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"24px\" background_color=\"#ffffff\" text_text_color=\"#000000\" border_radii=\"on|10px|10px|10px|10px\" custom_padding=\"30px|20px|20px|30px\" text_font=\"Arial||||||||\" text_font_size=\"17px\" text_line_height=\"21px\"]\r\n\r\n<div id=\"section-2in\">\r\n<p>Tracy has spoken in over 35 countries in audiences ranging from presidents, heads of state, businesses, corporations, associations, conventions, authors, speakers, entrepreneurs and emerging leaders and continues to enlighten, energize and educate her audiences to massive action and results.</p>\r\n<p>As a trusted TV and media resource, appearing in over 22 national networks, over 60 publications and 3 motivational movies she continues to spread her positive message and easy to understand breakdowns of technology, business, branding, and social media. </p>\r\n<p>Select Tracy Repchuk the top social media speaker for los angeles for your next event!</p>\r\n</div>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|15px|30px|false|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#eeeeee\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text: Section 2\" _builder_version=\"3.19\" header_font=\"|800|||||||\" header_text_align=\"center\" header_text_color=\"#0183fc\" custom_padding=\"20px|30px|20px|30px\" animation_style=\"slide\" animation_direction=\"left\" header_2_text_color=\"#ff3523\"]\r\n\r\n<h2 class=\"red-heading aligncenter\" style=\"font-size: 30px; text-align: center;\"><strong>Tracy Repchuk on TV ....</strong></h2>\r\n<div align=\"center\"><iframe src=\"https://player.vimeo.com/video/137569136\" width=\"700\" height=\"500\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></div>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" _builder_version=\"3.19\" background_color=\"#ffffff\" box_shadow_style=\"preset1\" animation_style=\"slide\" animation_direction=\"right\"][et_pb_column type=\"1_3\"][et_pb_image src=\"http://109.199.127.251/~fastacti/socialmediaspeakerlosangeles.com/wp-content/uploads/2019/02/book-tracy.jpg\" _builder_version=\"3.19\" module_alignment=\"center\" url=\"http://tracyrepchuk.com/booktracy/\" url_new_window=\"on\" align=\"center\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image src=\"http://109.199.127.251/~fastacti/socialmediaspeakerlosangeles.com/wp-content/uploads/2019/02/tracy-master-site.jpg\" _builder_version=\"3.19\" module_alignment=\"center\" url=\"http://tracyrepchuk.com/\" align=\"center\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image src=\"http://109.199.127.251/~fastacti/socialmediaspeakerlosangeles.com/wp-content/uploads/2019/02/in-the-media.jpg\" _builder_version=\"3.19\" module_alignment=\"center\" url=\"http://tracyrepchukmedia.com/\" url_new_window=\"on\" align=\"center\" /][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|15px|30px|false|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#eeeeee\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text: Section 4 videos\" _builder_version=\"3.19\" header_font=\"|800|||||||\" header_text_align=\"center\" header_text_color=\"#0183fc\" custom_padding=\"20px|30px|20px|30px\" animation_style=\"slide\" animation_direction=\"left\" header_2_text_color=\"#ff3523\"]\r\n\r\n<div align=\"center\" style=\"margin-top:0px; background-color:#eee; padding:0px;\">\r\n<h2 class=\"red-heading aligncenter\" style=\"font-size: 30px; text-align: center;\"><strong>Tracy Repchuk on Stage ....<br /></strong></h2>\r\n<p><iframe width=\"700\" height=\"500\" src=\"https://www.youtube.com/embed/YRVDUu8ZxvI?list=PL4ZX0knUpCzVV9IXNtdKase3zO1OehVWK\" frameborder=\"0\" allowfullscreen=\"\"></iframe></div>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|15px|30px|false|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#ffffff\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text: Section 5\" _builder_version=\"3.19\" header_font=\"|800|||||||\" header_text_align=\"center\" header_text_color=\"#0183fc\" custom_padding=\"20px|30px|20px|30px\" animation_direction=\"left\" header_2_text_color=\"#ff3523\"]\r\n\r\n<h2 class=\"red-text aligncenter\" style=\"font-size:30px; text-align:center;\"><strong>Here\'s Why You Pick Tracy For Your Next Event .....</strong></h2>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|15px|30px|false|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#ffffff\" animation_style=\"slide\" animation_direction=\"left\"][et_pb_column type=\"1_2\"][et_pb_text _builder_version=\"3.19\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"21px\" background_color=\"#eeeeee\" custom_padding=\"10px|10px|10px|10px\" border_radii=\"on|5px|5px|5px|5px\"]\r\n\r\n<div id=\"section-3\" class=\"spacing animBlock float1 viewed\" data-position=\"left\" style=\"background-color:#eee;\">\r\n<p align=\"center\"><strong>ABCs Secret Millionaire James Malinchak</strong></p>\r\n<div align=\"center\"><iframe width=\"300\" height=\"200\" src=\"https://www.youtube.com/embed/Mi45J2ao_8Q\" frameborder=\"0\" allowfullscreen=\"\"></iframe></div>\r\n</div>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text _builder_version=\"3.19\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"21px\" background_color=\"#eeeeee\" custom_padding=\"10px|10px|10px|10px\" border_radii=\"on|5px|5px|5px|5px\"]\r\n\r\n<div id=\"section-3\" class=\"spacing animBlock float1 viewed\" style=\"background-color: #eee;\" data-position=\"left\">\r\n<p style=\"text-align: center;\"><strong>Tahir Shah UK Live</strong></p>\r\n<div align=\"center\"><iframe src=\"https://www.youtube.com/embed/5r2lKAQe5uI\" width=\"300\" height=\"200\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></div>\r\n</div>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|15px|30px|false|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#ffffff\" animation_style=\"slide\" animation_direction=\"left\"][et_pb_column type=\"1_2\"][et_pb_testimonial _builder_version=\"3.19\" author=\"Amy Vegara \" job_title=\"Owner/Consultant at Vegara Consulting\" quote_icon_background_color=\"#f5f5f5\" box_shadow_style_image=\"preset3\" background_color=\"#af4868\" background_layout=\"dark\" body_font=\"||on||||||\"]\r\n\r\nTracy Repchuk is an incredible speaker. Her style is entertaining, educational and really easy to understand. I would hire her as a speaker or attend one of her shows any day.\r\n\r\n[/et_pb_testimonial][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_testimonial _builder_version=\"3.19\" author=\"Maria Stevens \" job_title=\"Manager, Business Development at NetComco\" quote_icon_background_color=\"#f5f5f5\" background_color=\"#f7e61d\" body_font=\"||on||||||\" box_shadow_style=\"preset3\"]\r\n\r\nI don\'t often write reviews but when I saw Tracy Repchuk speak at an event I was attending and then checked out her websites, I couldn\'t believe how impressed I was by her energy and abilities and then how much she has accomplished. Book her - book her now!\r\n\r\n[/et_pb_testimonial][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" _builder_version=\"3.19\" background_color=\"#ffffff\" border_radii=\"|||30px|30px\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19\" text_font=\"||||||||\" text_text_color=\"#000000\" text_font_size=\"16px\" custom_padding=\"|||30px\"]\r\n\r\n<ul>\r\n<li> How to Get off the Treadmill and Increase Your Productivity While Reducing Your Hours</li>\r\n<li>The Secret to Getting Higher Insurance Payouts from Insurance Providers</li>\r\n<li>How to Increase Accurate Diagnosis and Accelerate Healing</li>\r\n<li>New Revenue Streams that Improve Patient Outcomes and Increase Net Profit Margins </li>\r\n</ul>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19\"]\r\n\r\n<p style=\"text-align: center;\"><span style=\"color: #000000;\"><a href=\"https://www.diagnosticsforpt.com/terms-and-conditions/\" target=\"_blank\" rel=\"noopener\" style=\"color: #000000;\">| <strong>PRIVACY POLICY &amp; TERMS Of USE</strong> |</a></span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #000000;\"><span>Created by </span><span style=\"color: #ffffff;\"><strong><a href=\"http://www.innersurf.com/\" target=\"_blank\" rel=\"noopener\" style=\"color: #10233A;\">InnerSurf Online Solutions</a></strong></span></span></p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Landing Page', '', 'inherit', 'closed', 'closed', '', '5-revision-v1', '', '', '2019-02-02 10:44:10', '2019-02-02 10:44:10', '', 5, 'http://109.199.127.251/~fastacti/socialmediaspeakerlosangeles.com/2019/02/02/5-revision-v1/', 0, 'revision', '', 0),
(216, 1, '2019-02-02 10:46:02', '2019-02-02 10:46:02', '[et_pb_section bb_built=\"1\" _builder_version=\"3.19\" background_color=\"#c9c9c9\" custom_padding=\"15px|0px|0px|0px\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" _builder_version=\"3.19\" background_color=\"#ffffff\" box_shadow_style=\"preset1\" border_radii=\"|10px|10px|0px|0px\" custom_padding=\"0px||0px|\"][et_pb_column type=\"4_4\"][et_pb_image src=\"http://109.199.127.251/~fastacti/socialmediaspeakerlosangeles.com/wp-content/uploads/2019/02/header-logo-2.jpg\" show_bottom_space=\"off\" align=\"center\" _builder_version=\"3.19\" custom_margin=\"||0px\" border_radii=\"on|5px|5px|5px|5px\" /][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"10px|20px|10px|20px\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#ffffff\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_image src=\"http://109.199.127.251/~fastacti/socialmediaspeakerlosangeles.com/wp-content/uploads/2019/02/slide1.jpg\" show_bottom_space=\"off\" align=\"center\" _builder_version=\"3.19\" custom_margin=\"||0px\" border_radii=\"on|5px|5px|5px|5px\" /][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|20px|30px\" _builder_version=\"3.19\" background_color=\"#28a460\" animation_style=\"slide\" animation_direction=\"right\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text: section1\" _builder_version=\"3.19\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"24px\" custom_padding=\"10px|||\"]\r\n\r\n<h1 class=\"text-center\" style=\"font-size: 30px; font-weight: bold; font-family: Arial, Helvetica, sans-serif; text-align: center;\">Tracy Repchuk is the <span class=\"txtyellow\">Top Social Media Speaker for Los <br>Angeles</span> for business branding, online marketing &amp; social <br>media strategy</h1>\r\n\r\n[/et_pb_text][et_pb_text _builder_version=\"3.19\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"24px\" background_color=\"#ffffff\" text_text_color=\"#000000\" border_radii=\"on|10px|10px|10px|10px\" custom_padding=\"30px|20px|20px|30px\" text_font=\"Arial||||||||\" text_font_size=\"17px\" text_line_height=\"21px\"]\r\n\r\n<div id=\"section-2in\">\r\n<p>Tracy has spoken in over 35 countries in audiences ranging from presidents, heads of state, businesses, corporations, associations, conventions, authors, speakers, entrepreneurs and emerging leaders and continues to enlighten, energize and educate her audiences to massive action and results.</p>\r\n<p>As a trusted TV and media resource, appearing in over 22 national networks, over 60 publications and 3 motivational movies she continues to spread her positive message and easy to understand breakdowns of technology, business, branding, and social media. </p>\r\n<p>Select Tracy Repchuk the top social media speaker for los angeles for your next event!</p>\r\n</div>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|15px|30px|false|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#eeeeee\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text: Section 2\" _builder_version=\"3.19\" header_font=\"|800|||||||\" header_text_align=\"center\" header_text_color=\"#0183fc\" custom_padding=\"20px|30px|20px|30px\" animation_style=\"slide\" animation_direction=\"left\" header_2_text_color=\"#ff3523\"]\r\n\r\n<h2 class=\"red-heading aligncenter\" style=\"font-size: 30px; text-align: center;\"><strong>Tracy Repchuk on TV ....</strong></h2>\r\n<div align=\"center\"><iframe src=\"https://player.vimeo.com/video/137569136\" width=\"700\" height=\"500\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></div>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" _builder_version=\"3.19\" background_color=\"#ffffff\" box_shadow_style=\"preset1\" animation_style=\"slide\" animation_direction=\"right\"][et_pb_column type=\"1_3\"][et_pb_image src=\"http://109.199.127.251/~fastacti/socialmediaspeakerlosangeles.com/wp-content/uploads/2019/02/book-tracy.jpg\" _builder_version=\"3.19\" module_alignment=\"center\" url=\"http://tracyrepchuk.com/booktracy/\" url_new_window=\"on\" align=\"center\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image src=\"http://109.199.127.251/~fastacti/socialmediaspeakerlosangeles.com/wp-content/uploads/2019/02/tracy-master-site.jpg\" _builder_version=\"3.19\" module_alignment=\"center\" url=\"http://tracyrepchuk.com/\" align=\"center\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image src=\"http://109.199.127.251/~fastacti/socialmediaspeakerlosangeles.com/wp-content/uploads/2019/02/in-the-media.jpg\" _builder_version=\"3.19\" module_alignment=\"center\" url=\"http://tracyrepchukmedia.com/\" url_new_window=\"on\" align=\"center\" /][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|15px|30px|false|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#eeeeee\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text: Section 4 videos\" _builder_version=\"3.19\" header_font=\"|800|||||||\" header_text_align=\"center\" header_text_color=\"#0183fc\" custom_padding=\"20px|30px|20px|30px\" animation_style=\"slide\" animation_direction=\"left\" header_2_text_color=\"#ff3523\"]\r\n\r\n<div align=\"center\" style=\"margin-top:0px; background-color:#eee; padding:0px;\">\r\n<h2 class=\"red-heading aligncenter\" style=\"font-size: 30px; text-align: center;\"><strong>Tracy Repchuk on Stage ....<br /></strong></h2>\r\n<p><iframe width=\"700\" height=\"500\" src=\"https://www.youtube.com/embed/YRVDUu8ZxvI?list=PL4ZX0knUpCzVV9IXNtdKase3zO1OehVWK\" frameborder=\"0\" allowfullscreen=\"\"></iframe></div>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|15px|30px|false|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#ffffff\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text: Section 5\" _builder_version=\"3.19\" header_font=\"|800|||||||\" header_text_align=\"center\" header_text_color=\"#0183fc\" custom_padding=\"20px|30px|20px|30px\" animation_direction=\"left\" header_2_text_color=\"#ff3523\"]\r\n\r\n<h2 class=\"red-text aligncenter\" style=\"font-size:30px; text-align:center;\"><strong>Here\'s Why You Pick Tracy For Your Next Event .....</strong></h2>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|15px|30px|false|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#ffffff\" animation_style=\"slide\" animation_direction=\"right\"][et_pb_column type=\"1_2\"][et_pb_text _builder_version=\"3.19\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"21px\" background_color=\"#eeeeee\" custom_padding=\"10px|10px|10px|10px\" border_radii=\"on|5px|5px|5px|5px\"]\r\n\r\n<div id=\"section-3\" class=\"spacing animBlock float1 viewed\" data-position=\"left\" style=\"background-color:#eee;\">\r\n<p align=\"center\"><strong>ABCs Secret Millionaire James Malinchak</strong></p>\r\n<div align=\"center\"><iframe width=\"300\" height=\"200\" src=\"https://www.youtube.com/embed/Mi45J2ao_8Q\" frameborder=\"0\" allowfullscreen=\"\"></iframe></div>\r\n</div>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text _builder_version=\"3.19\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"21px\" background_color=\"#eeeeee\" custom_padding=\"10px|10px|10px|10px\" border_radii=\"on|5px|5px|5px|5px\"]\r\n\r\n<div id=\"section-3\" class=\"spacing animBlock float1 viewed\" style=\"background-color: #eee;\" data-position=\"left\">\r\n<p style=\"text-align: center;\"><strong>Tahir Shah UK Live</strong></p>\r\n<div align=\"center\"><iframe src=\"https://www.youtube.com/embed/5r2lKAQe5uI\" width=\"300\" height=\"200\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></div>\r\n</div>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|15px|30px|false|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#ffffff\" animation_style=\"slide\" animation_direction=\"left\"][et_pb_column type=\"1_2\"][et_pb_testimonial _builder_version=\"3.19\" author=\"Amy Vegara \" job_title=\"Owner/Consultant at Vegara Consulting\" quote_icon_background_color=\"#f5f5f5\" box_shadow_style_image=\"preset3\" background_color=\"#af4868\" background_layout=\"dark\" body_font=\"||on||||||\" quote_icon_color=\"#000000\"]\r\n\r\nTracy Repchuk is an incredible speaker. Her style is entertaining, educational and really easy to understand. I would hire her as a speaker or attend one of her shows any day.\r\n\r\n[/et_pb_testimonial][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_testimonial _builder_version=\"3.19\" author=\"Maria Stevens \" job_title=\"Manager, Business Development at NetComco\" quote_icon_background_color=\"#f5f5f5\" background_color=\"#f7e61d\" body_font=\"||on||||||\" box_shadow_style=\"preset3\"]\r\n\r\nI don\'t often write reviews but when I saw Tracy Repchuk speak at an event I was attending and then checked out her websites, I couldn\'t believe how impressed I was by her energy and abilities and then how much she has accomplished. Book her - book her now!\r\n\r\n[/et_pb_testimonial][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" _builder_version=\"3.19\" background_color=\"#ffffff\" border_radii=\"|||30px|30px\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19\" text_font=\"||||||||\" text_text_color=\"#000000\" text_font_size=\"16px\" custom_padding=\"|||30px\"]\r\n\r\n<ul>\r\n<li> How to Get off the Treadmill and Increase Your Productivity While Reducing Your Hours</li>\r\n<li>The Secret to Getting Higher Insurance Payouts from Insurance Providers</li>\r\n<li>How to Increase Accurate Diagnosis and Accelerate Healing</li>\r\n<li>New Revenue Streams that Improve Patient Outcomes and Increase Net Profit Margins </li>\r\n</ul>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19\"]\r\n\r\n<p style=\"text-align: center;\"><span style=\"color: #000000;\"><a href=\"https://www.diagnosticsforpt.com/terms-and-conditions/\" target=\"_blank\" rel=\"noopener\" style=\"color: #000000;\">| <strong>PRIVACY POLICY &amp; TERMS Of USE</strong> |</a></span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #000000;\"><span>Created by </span><span style=\"color: #ffffff;\"><strong><a href=\"http://www.innersurf.com/\" target=\"_blank\" rel=\"noopener\" style=\"color: #10233A;\">InnerSurf Online Solutions</a></strong></span></span></p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Landing Page', '', 'inherit', 'closed', 'closed', '', '5-revision-v1', '', '', '2019-02-02 10:46:02', '2019-02-02 10:46:02', '', 5, 'http://109.199.127.251/~fastacti/socialmediaspeakerlosangeles.com/2019/02/02/5-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(217, 1, '2019-02-02 10:48:06', '2019-02-02 10:48:06', '[et_pb_section bb_built=\"1\" _builder_version=\"3.19\" background_color=\"#c9c9c9\" custom_padding=\"15px|0px|0px|0px\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" _builder_version=\"3.19\" background_color=\"#ffffff\" box_shadow_style=\"preset1\" border_radii=\"|10px|10px|0px|0px\" custom_padding=\"0px||0px|\"][et_pb_column type=\"4_4\"][et_pb_image src=\"http://109.199.127.251/~fastacti/socialmediaspeakerlosangeles.com/wp-content/uploads/2019/02/header-logo-2.jpg\" show_bottom_space=\"off\" align=\"center\" _builder_version=\"3.19\" custom_margin=\"||0px\" border_radii=\"on|5px|5px|5px|5px\" /][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"10px|20px|10px|20px\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#ffffff\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_image src=\"http://109.199.127.251/~fastacti/socialmediaspeakerlosangeles.com/wp-content/uploads/2019/02/slide1.jpg\" show_bottom_space=\"off\" align=\"center\" _builder_version=\"3.19\" custom_margin=\"||0px\" border_radii=\"on|5px|5px|5px|5px\" /][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|20px|30px\" _builder_version=\"3.19\" background_color=\"#28a460\" animation_style=\"slide\" animation_direction=\"right\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text: section1\" _builder_version=\"3.19\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"24px\" custom_padding=\"10px|||\"]\r\n\r\n<h1 class=\"text-center\" style=\"font-size: 30px; font-weight: bold; font-family: Arial, Helvetica, sans-serif; text-align: center;\">Tracy Repchuk is the <span class=\"txtyellow\">Top Social Media Speaker for Los <br>Angeles</span> for business branding, online marketing &amp; social <br>media strategy</h1>\r\n\r\n[/et_pb_text][et_pb_text _builder_version=\"3.19\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"24px\" background_color=\"#ffffff\" text_text_color=\"#000000\" border_radii=\"on|10px|10px|10px|10px\" custom_padding=\"30px|20px|20px|30px\" text_font=\"Arial||||||||\" text_font_size=\"17px\" text_line_height=\"21px\"]\r\n\r\n<div id=\"section-2in\">\r\n<p>Tracy has spoken in over 35 countries in audiences ranging from presidents, heads of state, businesses, corporations, associations, conventions, authors, speakers, entrepreneurs and emerging leaders and continues to enlighten, energize and educate her audiences to massive action and results.</p>\r\n<p>As a trusted TV and media resource, appearing in over 22 national networks, over 60 publications and 3 motivational movies she continues to spread her positive message and easy to understand breakdowns of technology, business, branding, and social media. </p>\r\n<p>Select Tracy Repchuk the top social media speaker for los angeles for your next event!</p>\r\n</div>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|15px|30px|false|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#eeeeee\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text: Section 2\" _builder_version=\"3.19\" header_font=\"|800|||||||\" header_text_align=\"center\" header_text_color=\"#0183fc\" custom_padding=\"20px|30px|20px|30px\" animation_style=\"slide\" animation_direction=\"left\" header_2_text_color=\"#ff3523\"]\r\n\r\n<h2 class=\"red-heading aligncenter\" style=\"font-size: 30px; text-align: center;\"><strong>Tracy Repchuk on TV ....</strong></h2>\r\n<div align=\"center\"><iframe src=\"https://player.vimeo.com/video/137569136\" width=\"700\" height=\"500\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></div>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" _builder_version=\"3.19\" background_color=\"#ffffff\" box_shadow_style=\"preset1\" animation_style=\"slide\" animation_direction=\"right\"][et_pb_column type=\"1_3\"][et_pb_image src=\"http://109.199.127.251/~fastacti/socialmediaspeakerlosangeles.com/wp-content/uploads/2019/02/book-tracy.jpg\" _builder_version=\"3.19\" module_alignment=\"center\" url=\"http://tracyrepchuk.com/booktracy/\" url_new_window=\"on\" align=\"center\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image src=\"http://109.199.127.251/~fastacti/socialmediaspeakerlosangeles.com/wp-content/uploads/2019/02/tracy-master-site.jpg\" _builder_version=\"3.19\" module_alignment=\"center\" url=\"http://tracyrepchuk.com/\" align=\"center\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image src=\"http://109.199.127.251/~fastacti/socialmediaspeakerlosangeles.com/wp-content/uploads/2019/02/in-the-media.jpg\" _builder_version=\"3.19\" module_alignment=\"center\" url=\"http://tracyrepchukmedia.com/\" url_new_window=\"on\" align=\"center\" /][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|15px|30px|false|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#eeeeee\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text: Section 4 videos\" _builder_version=\"3.19\" header_font=\"|800|||||||\" header_text_align=\"center\" header_text_color=\"#0183fc\" custom_padding=\"20px|30px|20px|30px\" animation_style=\"slide\" animation_direction=\"left\" header_2_text_color=\"#ff3523\"]\r\n\r\n<div align=\"center\" style=\"margin-top:0px; background-color:#eee; padding:0px;\">\r\n<h2 class=\"red-heading aligncenter\" style=\"font-size: 30px; text-align: center;\"><strong>Tracy Repchuk on Stage ....<br /></strong></h2>\r\n<p><iframe width=\"700\" height=\"500\" src=\"https://www.youtube.com/embed/YRVDUu8ZxvI?list=PL4ZX0knUpCzVV9IXNtdKase3zO1OehVWK\" frameborder=\"0\" allowfullscreen=\"\"></iframe></div>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|15px|30px|false|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#ffffff\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text: Section 5\" _builder_version=\"3.19\" header_font=\"|800|||||||\" header_text_align=\"center\" header_text_color=\"#0183fc\" custom_padding=\"20px|30px|20px|30px\" animation_direction=\"left\" header_2_text_color=\"#ff3523\"]\r\n\r\n<h2 class=\"red-text aligncenter\" style=\"font-size:30px; text-align:center;\"><strong>Here\'s Why You Pick Tracy For Your Next Event .....</strong></h2>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|15px|30px|false|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#ffffff\" animation_style=\"slide\" animation_direction=\"right\"][et_pb_column type=\"1_2\"][et_pb_text _builder_version=\"3.19\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"21px\" background_color=\"#eeeeee\" custom_padding=\"10px|10px|10px|10px\" border_radii=\"on|5px|5px|5px|5px\"]\r\n\r\n<div id=\"section-3\" class=\"spacing animBlock float1 viewed\" data-position=\"left\" style=\"background-color:#eee;\">\r\n<p align=\"center\"><strong>ABCs Secret Millionaire James Malinchak</strong></p>\r\n<div align=\"center\"><iframe width=\"300\" height=\"200\" src=\"https://www.youtube.com/embed/Mi45J2ao_8Q\" frameborder=\"0\" allowfullscreen=\"\"></iframe></div>\r\n</div>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text _builder_version=\"3.19\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"21px\" background_color=\"#eeeeee\" custom_padding=\"10px|10px|10px|10px\" border_radii=\"on|5px|5px|5px|5px\"]\r\n\r\n<div id=\"section-3\" class=\"spacing animBlock float1 viewed\" style=\"background-color: #eee;\" data-position=\"left\">\r\n<p style=\"text-align: center;\"><strong>Tahir Shah UK Live</strong></p>\r\n<div align=\"center\"><iframe src=\"https://www.youtube.com/embed/5r2lKAQe5uI\" width=\"300\" height=\"200\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></div>\r\n</div>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|15px|30px|false|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#ffffff\" animation_style=\"slide\" animation_direction=\"left\"][et_pb_column type=\"1_2\"][et_pb_testimonial _builder_version=\"3.19\" author=\"Amy Vegara \" job_title=\"Owner/Consultant at Vegara Consulting\" quote_icon_background_color=\"#f5f5f5\" box_shadow_style_image=\"preset3\" background_color=\"#af4868\" background_layout=\"dark\" body_font=\"||on||||||\" quote_icon_color=\"#000000\" border_radii=\"|0px|0px|5px|5px\"]\r\n\r\nTracy Repchuk is an incredible speaker. Her style is entertaining, educational and really easy to understand. I would hire her as a speaker or attend one of her shows any day.\r\n\r\n[/et_pb_testimonial][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_testimonial _builder_version=\"3.19\" author=\"Maria Stevens \" job_title=\"Manager, Business Development at NetComco\" quote_icon_background_color=\"#f5f5f5\" background_color=\"#f7e61d\" body_font=\"||on||||||\" border_radii=\"|0px|0px|5px|5px\"]\r\n\r\nI don\'t often write reviews but when I saw Tracy Repchuk speak at an event I was attending and then checked out her websites, I couldn\'t believe how impressed I was by her energy and abilities and then how much she has accomplished. Book her - book her now!\r\n\r\n[/et_pb_testimonial][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" _builder_version=\"3.19\" background_color=\"#ffffff\" border_radii=\"|||30px|30px\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19\" text_font=\"||||||||\" text_text_color=\"#000000\" text_font_size=\"16px\" custom_padding=\"|||30px\"]\r\n\r\n<ul>\r\n<li> How to Get off the Treadmill and Increase Your Productivity While Reducing Your Hours</li>\r\n<li>The Secret to Getting Higher Insurance Payouts from Insurance Providers</li>\r\n<li>How to Increase Accurate Diagnosis and Accelerate Healing</li>\r\n<li>New Revenue Streams that Improve Patient Outcomes and Increase Net Profit Margins </li>\r\n</ul>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19\"]\r\n\r\n<p style=\"text-align: center;\"><span style=\"color: #000000;\"><a href=\"https://www.diagnosticsforpt.com/terms-and-conditions/\" target=\"_blank\" rel=\"noopener\" style=\"color: #000000;\">| <strong>PRIVACY POLICY &amp; TERMS Of USE</strong> |</a></span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #000000;\"><span>Created by </span><span style=\"color: #ffffff;\"><strong><a href=\"http://www.innersurf.com/\" target=\"_blank\" rel=\"noopener\" style=\"color: #10233A;\">InnerSurf Online Solutions</a></strong></span></span></p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Landing Page', '', 'inherit', 'closed', 'closed', '', '5-revision-v1', '', '', '2019-02-02 10:48:06', '2019-02-02 10:48:06', '', 5, 'http://109.199.127.251/~fastacti/socialmediaspeakerlosangeles.com/2019/02/02/5-revision-v1/', 0, 'revision', '', 0),
(218, 1, '2019-02-02 10:53:00', '2019-02-02 10:53:00', '[et_pb_section bb_built=\"1\" _builder_version=\"3.19\" background_color=\"#c9c9c9\" custom_padding=\"15px|0px|0px|0px\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" _builder_version=\"3.19\" background_color=\"#ffffff\" box_shadow_style=\"preset1\" border_radii=\"|10px|10px|0px|0px\" custom_padding=\"0px||0px|\"][et_pb_column type=\"4_4\"][et_pb_image src=\"http://109.199.127.251/~fastacti/socialmediaspeakerlosangeles.com/wp-content/uploads/2019/02/header-logo-2.jpg\" show_bottom_space=\"off\" align=\"center\" _builder_version=\"3.19\" custom_margin=\"||0px\" border_radii=\"on|5px|5px|5px|5px\" /][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"10px|20px|10px|20px\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#ffffff\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_image src=\"http://109.199.127.251/~fastacti/socialmediaspeakerlosangeles.com/wp-content/uploads/2019/02/slide1.jpg\" show_bottom_space=\"off\" align=\"center\" _builder_version=\"3.19\" custom_margin=\"||0px\" border_radii=\"on|5px|5px|5px|5px\" /][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|20px|30px\" _builder_version=\"3.19\" background_color=\"#28a460\" animation_style=\"slide\" animation_direction=\"right\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text: section1\" _builder_version=\"3.19\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"24px\" custom_padding=\"10px|||\"]\r\n\r\n<h1 class=\"text-center\" style=\"font-size: 30px; font-weight: bold; font-family: Arial, Helvetica, sans-serif; text-align: center;\">Tracy Repchuk is the <span class=\"txtyellow\">Top Social Media Speaker for Los <br>Angeles</span> for business branding, online marketing &amp; social <br>media strategy</h1>\r\n\r\n[/et_pb_text][et_pb_text _builder_version=\"3.19\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"24px\" background_color=\"#ffffff\" text_text_color=\"#000000\" border_radii=\"on|10px|10px|10px|10px\" custom_padding=\"30px|20px|20px|30px\" text_font=\"Arial||||||||\" text_font_size=\"17px\" text_line_height=\"21px\"]\r\n\r\n<div id=\"section-2in\">\r\n<p>Tracy has spoken in over 35 countries in audiences ranging from presidents, heads of state, businesses, corporations, associations, conventions, authors, speakers, entrepreneurs and emerging leaders and continues to enlighten, energize and educate her audiences to massive action and results.</p>\r\n<p>As a trusted TV and media resource, appearing in over 22 national networks, over 60 publications and 3 motivational movies she continues to spread her positive message and easy to understand breakdowns of technology, business, branding, and social media. </p>\r\n<p>Select Tracy Repchuk the top social media speaker for los angeles for your next event!</p>\r\n</div>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|15px|30px|false|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#eeeeee\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text: Section 2\" _builder_version=\"3.19\" header_font=\"|800|||||||\" header_text_align=\"center\" header_text_color=\"#0183fc\" custom_padding=\"20px|30px|20px|30px\" animation_style=\"slide\" animation_direction=\"left\" header_2_text_color=\"#ff3523\"]\r\n\r\n<h2 class=\"red-heading aligncenter\" style=\"font-size: 30px; text-align: center;\"><strong>Tracy Repchuk on TV ....</strong></h2>\r\n<div align=\"center\"><iframe src=\"https://player.vimeo.com/video/137569136\" width=\"700\" height=\"500\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></div>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" _builder_version=\"3.19\" background_color=\"#ffffff\" box_shadow_style=\"preset1\" animation_style=\"slide\" animation_direction=\"right\"][et_pb_column type=\"1_3\"][et_pb_image src=\"http://109.199.127.251/~fastacti/socialmediaspeakerlosangeles.com/wp-content/uploads/2019/02/book-tracy.jpg\" _builder_version=\"3.19\" module_alignment=\"center\" url=\"http://tracyrepchuk.com/booktracy/\" url_new_window=\"on\" align=\"center\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image src=\"http://109.199.127.251/~fastacti/socialmediaspeakerlosangeles.com/wp-content/uploads/2019/02/tracy-master-site.jpg\" _builder_version=\"3.19\" module_alignment=\"center\" url=\"http://tracyrepchuk.com/\" align=\"center\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image src=\"http://109.199.127.251/~fastacti/socialmediaspeakerlosangeles.com/wp-content/uploads/2019/02/in-the-media.jpg\" _builder_version=\"3.19\" module_alignment=\"center\" url=\"http://tracyrepchukmedia.com/\" url_new_window=\"on\" align=\"center\" /][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|15px|30px|false|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#eeeeee\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text: Section 4 videos\" _builder_version=\"3.19\" header_font=\"|800|||||||\" header_text_align=\"center\" header_text_color=\"#0183fc\" custom_padding=\"20px|30px|20px|30px\" animation_style=\"slide\" animation_direction=\"left\" header_2_text_color=\"#ff3523\"]\r\n\r\n<div align=\"center\" style=\"margin-top:0px; background-color:#eee; padding:0px;\">\r\n<h2 class=\"red-heading aligncenter\" style=\"font-size: 30px; text-align: center;\"><strong>Tracy Repchuk on Stage ....<br /></strong></h2>\r\n<p><iframe width=\"700\" height=\"500\" src=\"https://www.youtube.com/embed/YRVDUu8ZxvI?list=PL4ZX0knUpCzVV9IXNtdKase3zO1OehVWK\" frameborder=\"0\" allowfullscreen=\"\"></iframe></div>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|15px|30px|false|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#ffffff\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text: Section 5\" _builder_version=\"3.19\" header_font=\"|800|||||||\" header_text_align=\"center\" header_text_color=\"#0183fc\" custom_padding=\"20px|30px|20px|30px\" animation_direction=\"left\" header_2_text_color=\"#ff3523\"]\r\n\r\n<h2 class=\"red-text aligncenter\" style=\"font-size:30px; text-align:center;\"><strong>Here\'s Why You Pick Tracy For Your Next Event .....</strong></h2>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|15px|30px|false|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#ffffff\" animation_style=\"slide\" animation_direction=\"right\"][et_pb_column type=\"1_2\"][et_pb_text _builder_version=\"3.19\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"21px\" background_color=\"#eeeeee\" custom_padding=\"10px|10px|10px|10px\" border_radii=\"on|5px|5px|5px|5px\"]\r\n\r\n<div id=\"section-3\" class=\"spacing animBlock float1 viewed\" data-position=\"left\" style=\"background-color:#eee;\">\r\n<p align=\"center\"><strong>ABCs Secret Millionaire James Malinchak</strong></p>\r\n<div align=\"center\"><iframe width=\"300\" height=\"200\" src=\"https://www.youtube.com/embed/Mi45J2ao_8Q\" frameborder=\"0\" allowfullscreen=\"\"></iframe></div>\r\n</div>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text _builder_version=\"3.19\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"21px\" background_color=\"#eeeeee\" custom_padding=\"10px|10px|10px|10px\" border_radii=\"on|5px|5px|5px|5px\"]\r\n\r\n<div id=\"section-3\" class=\"spacing animBlock float1 viewed\" style=\"background-color: #eee;\" data-position=\"left\">\r\n<p style=\"text-align: center;\"><strong>Tahir Shah UK Live</strong></p>\r\n<div align=\"center\"><iframe src=\"https://www.youtube.com/embed/5r2lKAQe5uI\" width=\"300\" height=\"200\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></div>\r\n</div>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|15px|30px|false|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#ffffff\" animation_style=\"slide\" animation_direction=\"left\"][et_pb_column type=\"1_2\"][et_pb_testimonial _builder_version=\"3.19\" author=\"Amy Vegara \" job_title=\"Owner/Consultant at Vegara Consulting\" quote_icon_background_color=\"#f5f5f5\" box_shadow_style_image=\"preset3\" background_color=\"#af4868\" background_layout=\"dark\" body_font=\"||on||||||\" quote_icon_color=\"#000000\" border_radii=\"|0px|0px|5px|5px\"]\r\n\r\nTracy Repchuk is an incredible speaker. Her style is entertaining, educational and really easy to understand. I would hire her as a speaker or attend one of her shows any day.\r\n\r\n[/et_pb_testimonial][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_testimonial _builder_version=\"3.19\" author=\"Maria Stevens \" job_title=\"Manager, Business Development at NetComco\" quote_icon_background_color=\"#f5f5f5\" background_color=\"#f7e61d\" body_font=\"||on||||||\" border_radii=\"|0px|0px|5px|5px\"]\r\n\r\nI don\'t often write reviews but when I saw Tracy Repchuk speak at an event I was attending and then checked out her websites, I couldn\'t believe how impressed I was by her energy and abilities and then how much she has accomplished. Book her - book her now!\r\n\r\n[/et_pb_testimonial][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|15px|30px|false|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#ffffff\" animation_style=\"slide\" animation_direction=\"left\"][et_pb_column type=\"4_4\"][et_pb_testimonial _builder_version=\"3.19\" author=\"Marti Slinde \" job_title=\"Consultant at Slinde Communications\" quote_icon_background_color=\"#f5f5f5\" background_color=\"#fd7e00\" body_font=\"||on||||||\" border_radii=\"|0px|0px|5px|5px\"]\r\n\r\nI have attended a lot of events but when Tracy Repchuk hit the stage she woke us all up. She was so energetic and you could tell she loved what she was talking about (even though it is Internet and branding), and she got a standing ovation at the end of it. As a speaker I thought she was amazing and would recommend her to anyone looking for someone who can take a technical subject and make it fun and easy to understand.\r\n\r\n[/et_pb_testimonial][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" _builder_version=\"3.19\" background_color=\"#ffffff\" border_radii=\"|||30px|30px\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19\" text_font=\"||||||||\" text_text_color=\"#000000\" text_font_size=\"16px\" custom_padding=\"|||30px\"]\r\n\r\n<ul>\r\n<li> How to Get off the Treadmill and Increase Your Productivity While Reducing Your Hours</li>\r\n<li>The Secret to Getting Higher Insurance Payouts from Insurance Providers</li>\r\n<li>How to Increase Accurate Diagnosis and Accelerate Healing</li>\r\n<li>New Revenue Streams that Improve Patient Outcomes and Increase Net Profit Margins </li>\r\n</ul>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19\"]\r\n\r\n<p style=\"text-align: center;\"><span style=\"color: #000000;\"><a href=\"https://www.diagnosticsforpt.com/terms-and-conditions/\" target=\"_blank\" rel=\"noopener\" style=\"color: #000000;\">| <strong>PRIVACY POLICY &amp; TERMS Of USE</strong> |</a></span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #000000;\"><span>Created by </span><span style=\"color: #ffffff;\"><strong><a href=\"http://www.innersurf.com/\" target=\"_blank\" rel=\"noopener\" style=\"color: #10233A;\">InnerSurf Online Solutions</a></strong></span></span></p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Landing Page', '', 'inherit', 'closed', 'closed', '', '5-revision-v1', '', '', '2019-02-02 10:53:00', '2019-02-02 10:53:00', '', 5, 'http://109.199.127.251/~fastacti/socialmediaspeakerlosangeles.com/2019/02/02/5-revision-v1/', 0, 'revision', '', 0),
(219, 1, '2019-02-02 10:55:17', '2019-02-02 10:55:17', '[et_pb_section bb_built=\"1\" _builder_version=\"3.19\" background_color=\"#c9c9c9\" custom_padding=\"15px|0px|0px|0px\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" _builder_version=\"3.19\" background_color=\"#ffffff\" box_shadow_style=\"preset1\" border_radii=\"|10px|10px|0px|0px\" custom_padding=\"0px||0px|\"][et_pb_column type=\"4_4\"][et_pb_image src=\"http://109.199.127.251/~fastacti/socialmediaspeakerlosangeles.com/wp-content/uploads/2019/02/header-logo-2.jpg\" show_bottom_space=\"off\" align=\"center\" _builder_version=\"3.19\" custom_margin=\"||0px\" border_radii=\"on|5px|5px|5px|5px\" /][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"10px|20px|10px|20px\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#ffffff\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_image src=\"http://109.199.127.251/~fastacti/socialmediaspeakerlosangeles.com/wp-content/uploads/2019/02/slide1.jpg\" show_bottom_space=\"off\" align=\"center\" _builder_version=\"3.19\" custom_margin=\"||0px\" border_radii=\"on|5px|5px|5px|5px\" /][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|20px|30px\" _builder_version=\"3.19\" background_color=\"#28a460\" animation_style=\"slide\" animation_direction=\"right\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text: section1\" _builder_version=\"3.19\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"24px\" custom_padding=\"10px|||\"]\r\n\r\n<h1 class=\"text-center\" style=\"font-size: 30px; font-weight: bold; font-family: Arial, Helvetica, sans-serif; text-align: center;\">Tracy Repchuk is the <span class=\"txtyellow\">Top Social Media Speaker for Los <br>Angeles</span> for business branding, online marketing &amp; social <br>media strategy</h1>\r\n\r\n[/et_pb_text][et_pb_text _builder_version=\"3.19\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"24px\" background_color=\"#ffffff\" text_text_color=\"#000000\" border_radii=\"on|10px|10px|10px|10px\" custom_padding=\"30px|20px|20px|30px\" text_font=\"Arial||||||||\" text_font_size=\"17px\" text_line_height=\"21px\"]\r\n\r\n<div id=\"section-2in\">\r\n<p>Tracy has spoken in over 35 countries in audiences ranging from presidents, heads of state, businesses, corporations, associations, conventions, authors, speakers, entrepreneurs and emerging leaders and continues to enlighten, energize and educate her audiences to massive action and results.</p>\r\n<p>As a trusted TV and media resource, appearing in over 22 national networks, over 60 publications and 3 motivational movies she continues to spread her positive message and easy to understand breakdowns of technology, business, branding, and social media. </p>\r\n<p>Select Tracy Repchuk the top social media speaker for los angeles for your next event!</p>\r\n</div>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|15px|30px|false|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#eeeeee\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text: Section 2\" _builder_version=\"3.19\" header_font=\"|800|||||||\" header_text_align=\"center\" header_text_color=\"#0183fc\" custom_padding=\"20px|30px|20px|30px\" animation_style=\"slide\" animation_direction=\"left\" header_2_text_color=\"#ff3523\"]\r\n\r\n<h2 class=\"red-heading aligncenter\" style=\"font-size: 30px; text-align: center;\"><strong>Tracy Repchuk on TV ....</strong></h2>\r\n<div align=\"center\"><iframe src=\"https://player.vimeo.com/video/137569136\" width=\"700\" height=\"500\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></div>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" _builder_version=\"3.19\" background_color=\"#ffffff\" box_shadow_style=\"preset1\" animation_style=\"slide\" animation_direction=\"right\"][et_pb_column type=\"1_3\"][et_pb_image src=\"http://109.199.127.251/~fastacti/socialmediaspeakerlosangeles.com/wp-content/uploads/2019/02/book-tracy.jpg\" _builder_version=\"3.19\" module_alignment=\"center\" url=\"http://tracyrepchuk.com/booktracy/\" url_new_window=\"on\" align=\"center\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image src=\"http://109.199.127.251/~fastacti/socialmediaspeakerlosangeles.com/wp-content/uploads/2019/02/tracy-master-site.jpg\" _builder_version=\"3.19\" module_alignment=\"center\" url=\"http://tracyrepchuk.com/\" align=\"center\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image src=\"http://109.199.127.251/~fastacti/socialmediaspeakerlosangeles.com/wp-content/uploads/2019/02/in-the-media.jpg\" _builder_version=\"3.19\" module_alignment=\"center\" url=\"http://tracyrepchukmedia.com/\" url_new_window=\"on\" align=\"center\" /][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|15px|30px|false|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#eeeeee\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text: Section 4 videos\" _builder_version=\"3.19\" header_font=\"|800|||||||\" header_text_align=\"center\" header_text_color=\"#0183fc\" custom_padding=\"20px|30px|20px|30px\" animation_style=\"slide\" animation_direction=\"left\" header_2_text_color=\"#ff3523\"]\r\n\r\n<div align=\"center\" style=\"margin-top:0px; background-color:#eee; padding:0px;\">\r\n<h2 class=\"red-heading aligncenter\" style=\"font-size: 30px; text-align: center;\"><strong>Tracy Repchuk on Stage ....<br /></strong></h2>\r\n<p><iframe width=\"700\" height=\"500\" src=\"https://www.youtube.com/embed/YRVDUu8ZxvI?list=PL4ZX0knUpCzVV9IXNtdKase3zO1OehVWK\" frameborder=\"0\" allowfullscreen=\"\"></iframe></div>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|15px|30px|false|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#ffffff\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text: Section 5\" _builder_version=\"3.19\" header_font=\"|800|||||||\" header_text_align=\"center\" header_text_color=\"#0183fc\" custom_padding=\"20px|30px|20px|30px\" animation_direction=\"left\" header_2_text_color=\"#ff3523\"]\r\n\r\n<h2 class=\"red-text aligncenter\" style=\"font-size:30px; text-align:center;\"><strong>Here\'s Why You Pick Tracy For Your Next Event .....</strong></h2>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|15px|30px|false|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#ffffff\" animation_style=\"slide\" animation_direction=\"right\"][et_pb_column type=\"1_2\"][et_pb_text _builder_version=\"3.19\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"21px\" background_color=\"#eeeeee\" custom_padding=\"10px|10px|10px|10px\" border_radii=\"on|5px|5px|5px|5px\"]\r\n\r\n<div id=\"section-3\" class=\"spacing animBlock float1 viewed\" data-position=\"left\" style=\"background-color:#eee;\">\r\n<p align=\"center\"><strong>ABCs Secret Millionaire James Malinchak</strong></p>\r\n<div align=\"center\"><iframe width=\"300\" height=\"200\" src=\"https://www.youtube.com/embed/Mi45J2ao_8Q\" frameborder=\"0\" allowfullscreen=\"\"></iframe></div>\r\n</div>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text _builder_version=\"3.19\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"21px\" background_color=\"#eeeeee\" custom_padding=\"10px|10px|10px|10px\" border_radii=\"on|5px|5px|5px|5px\"]\r\n\r\n<div id=\"section-3\" class=\"spacing animBlock float1 viewed\" style=\"background-color: #eee;\" data-position=\"left\">\r\n<p style=\"text-align: center;\"><strong>Tahir Shah UK Live</strong></p>\r\n<div align=\"center\"><iframe src=\"https://www.youtube.com/embed/5r2lKAQe5uI\" width=\"300\" height=\"200\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></div>\r\n</div>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|15px|30px|false|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#ffffff\" animation_style=\"slide\" animation_direction=\"left\"][et_pb_column type=\"1_2\"][et_pb_testimonial _builder_version=\"3.19\" author=\"Amy Vegara \" job_title=\"Owner/Consultant at Vegara Consulting\" quote_icon_background_color=\"#f5f5f5\" box_shadow_style_image=\"preset3\" background_color=\"#af4868\" background_layout=\"dark\" body_font=\"||on||||||\" quote_icon_color=\"#000000\"]\r\n\r\nTracy Repchuk is an incredible speaker. Her style is entertaining, educational and really easy to understand. I would hire her as a speaker or attend one of her shows any day.\r\n\r\n[/et_pb_testimonial][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_testimonial _builder_version=\"3.19\" author=\"Maria Stevens \" job_title=\"Manager, Business Development at NetComco\" quote_icon_background_color=\"#f5f5f5\" background_color=\"#f7e61d\" body_font=\"||on||||||\"]\r\n\r\nI don\'t often write reviews but when I saw Tracy Repchuk speak at an event I was attending and then checked out her websites, I couldn\'t believe how impressed I was by her energy and abilities and then how much she has accomplished. Book her - book her now!\r\n\r\n[/et_pb_testimonial][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|15px|30px|false|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#ffffff\" animation_style=\"slide\" animation_direction=\"left\"][et_pb_column type=\"4_4\"][et_pb_testimonial _builder_version=\"3.19\" author=\"Marti Slinde \" job_title=\"Consultant at Slinde Communications\" quote_icon_background_color=\"#f5f5f5\" background_color=\"#fd7e00\" body_font=\"||on||||||\"]\r\n\r\nI have attended a lot of events but when Tracy Repchuk hit the stage she woke us all up. She was so energetic and you could tell she loved what she was talking about (even though it is Internet and branding), and she got a standing ovation at the end of it. As a speaker I thought she was amazing and would recommend her to anyone looking for someone who can take a technical subject and make it fun and easy to understand.\r\n\r\n[/et_pb_testimonial][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" _builder_version=\"3.19\" background_color=\"#ffffff\" border_radii=\"|||30px|30px\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19\" text_font=\"||||||||\" text_text_color=\"#000000\" text_font_size=\"16px\" custom_padding=\"|||30px\"]\r\n\r\n<ul>\r\n<li> How to Get off the Treadmill and Increase Your Productivity While Reducing Your Hours</li>\r\n<li>The Secret to Getting Higher Insurance Payouts from Insurance Providers</li>\r\n<li>How to Increase Accurate Diagnosis and Accelerate Healing</li>\r\n<li>New Revenue Streams that Improve Patient Outcomes and Increase Net Profit Margins </li>\r\n</ul>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19\"]\r\n\r\n<p style=\"text-align: center;\"><span style=\"color: #000000;\"><a href=\"https://www.diagnosticsforpt.com/terms-and-conditions/\" target=\"_blank\" rel=\"noopener\" style=\"color: #000000;\">| <strong>PRIVACY POLICY &amp; TERMS Of USE</strong> |</a></span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #000000;\"><span>Created by </span><span style=\"color: #ffffff;\"><strong><a href=\"http://www.innersurf.com/\" target=\"_blank\" rel=\"noopener\" style=\"color: #10233A;\">InnerSurf Online Solutions</a></strong></span></span></p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Landing Page', '', 'inherit', 'closed', 'closed', '', '5-revision-v1', '', '', '2019-02-02 10:55:17', '2019-02-02 10:55:17', '', 5, 'http://109.199.127.251/~fastacti/socialmediaspeakerlosangeles.com/2019/02/02/5-revision-v1/', 0, 'revision', '', 0),
(220, 1, '2019-02-02 10:57:31', '2019-02-02 10:57:31', '', 'tracy-media', '', 'inherit', 'open', 'closed', '', 'tracy-media', '', '', '2019-02-02 10:57:31', '2019-02-02 10:57:31', '', 5, 'http://109.199.127.251/~fastacti/socialmediaspeakerlosangeles.com/wp-content/uploads/2019/02/tracy-media.jpg', 0, 'attachment', 'image/jpeg', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(221, 1, '2019-02-02 10:58:05', '2019-02-02 10:58:05', '[et_pb_section bb_built=\"1\" _builder_version=\"3.19\" background_color=\"#c9c9c9\" custom_padding=\"15px|0px|0px|0px\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" _builder_version=\"3.19\" background_color=\"#ffffff\" box_shadow_style=\"preset1\" border_radii=\"|10px|10px|0px|0px\" custom_padding=\"0px||0px|\"][et_pb_column type=\"4_4\"][et_pb_image src=\"http://109.199.127.251/~fastacti/socialmediaspeakerlosangeles.com/wp-content/uploads/2019/02/header-logo-2.jpg\" show_bottom_space=\"off\" align=\"center\" _builder_version=\"3.19\" custom_margin=\"||0px\" border_radii=\"on|5px|5px|5px|5px\" /][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"10px|20px|10px|20px\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#ffffff\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_image src=\"http://109.199.127.251/~fastacti/socialmediaspeakerlosangeles.com/wp-content/uploads/2019/02/slide1.jpg\" show_bottom_space=\"off\" align=\"center\" _builder_version=\"3.19\" custom_margin=\"||0px\" border_radii=\"on|5px|5px|5px|5px\" /][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|20px|30px\" _builder_version=\"3.19\" background_color=\"#28a460\" animation_style=\"slide\" animation_direction=\"right\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text: section1\" _builder_version=\"3.19\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"24px\" custom_padding=\"10px|||\"]\r\n\r\n<h1 class=\"text-center\" style=\"font-size: 30px; font-weight: bold; font-family: Arial, Helvetica, sans-serif; text-align: center;\">Tracy Repchuk is the <span class=\"txtyellow\">Top Social Media Speaker for Los <br>Angeles</span> for business branding, online marketing &amp; social <br>media strategy</h1>\r\n\r\n[/et_pb_text][et_pb_text _builder_version=\"3.19\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"24px\" background_color=\"#ffffff\" text_text_color=\"#000000\" border_radii=\"on|10px|10px|10px|10px\" custom_padding=\"30px|20px|20px|30px\" text_font=\"Arial||||||||\" text_font_size=\"17px\" text_line_height=\"21px\"]\r\n\r\n<div id=\"section-2in\">\r\n<p>Tracy has spoken in over 35 countries in audiences ranging from presidents, heads of state, businesses, corporations, associations, conventions, authors, speakers, entrepreneurs and emerging leaders and continues to enlighten, energize and educate her audiences to massive action and results.</p>\r\n<p>As a trusted TV and media resource, appearing in over 22 national networks, over 60 publications and 3 motivational movies she continues to spread her positive message and easy to understand breakdowns of technology, business, branding, and social media. </p>\r\n<p>Select Tracy Repchuk the top social media speaker for los angeles for your next event!</p>\r\n</div>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|15px|30px|false|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#eeeeee\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text: Section 2\" _builder_version=\"3.19\" header_font=\"|800|||||||\" header_text_align=\"center\" header_text_color=\"#0183fc\" custom_padding=\"20px|30px|20px|30px\" animation_style=\"slide\" animation_direction=\"left\" header_2_text_color=\"#ff3523\"]\r\n\r\n<h2 class=\"red-heading aligncenter\" style=\"font-size: 30px; text-align: center;\"><strong>Tracy Repchuk on TV ....</strong></h2>\r\n<div align=\"center\"><iframe src=\"https://player.vimeo.com/video/137569136\" width=\"700\" height=\"500\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></div>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" _builder_version=\"3.19\" background_color=\"#ffffff\" box_shadow_style=\"preset1\" animation_style=\"slide\" animation_direction=\"right\"][et_pb_column type=\"1_3\"][et_pb_image src=\"http://109.199.127.251/~fastacti/socialmediaspeakerlosangeles.com/wp-content/uploads/2019/02/book-tracy.jpg\" _builder_version=\"3.19\" module_alignment=\"center\" url=\"http://tracyrepchuk.com/booktracy/\" url_new_window=\"on\" align=\"center\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image src=\"http://109.199.127.251/~fastacti/socialmediaspeakerlosangeles.com/wp-content/uploads/2019/02/tracy-master-site.jpg\" _builder_version=\"3.19\" module_alignment=\"center\" url=\"http://tracyrepchuk.com/\" align=\"center\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image src=\"http://109.199.127.251/~fastacti/socialmediaspeakerlosangeles.com/wp-content/uploads/2019/02/in-the-media.jpg\" _builder_version=\"3.19\" module_alignment=\"center\" url=\"http://tracyrepchukmedia.com/\" url_new_window=\"on\" align=\"center\" /][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|15px|30px|false|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#eeeeee\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text: Section 4 videos\" _builder_version=\"3.19\" header_font=\"|800|||||||\" header_text_align=\"center\" header_text_color=\"#0183fc\" custom_padding=\"20px|30px|20px|30px\" animation_style=\"slide\" animation_direction=\"left\" header_2_text_color=\"#ff3523\"]\r\n\r\n<div align=\"center\" style=\"margin-top:0px; background-color:#eee; padding:0px;\">\r\n<h2 class=\"red-heading aligncenter\" style=\"font-size: 30px; text-align: center;\"><strong>Tracy Repchuk on Stage ....<br /></strong></h2>\r\n<p><iframe width=\"700\" height=\"500\" src=\"https://www.youtube.com/embed/YRVDUu8ZxvI?list=PL4ZX0knUpCzVV9IXNtdKase3zO1OehVWK\" frameborder=\"0\" allowfullscreen=\"\"></iframe></div>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|15px|30px|false|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#ffffff\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text: Section 5\" _builder_version=\"3.19\" header_font=\"|800|||||||\" header_text_align=\"center\" header_text_color=\"#0183fc\" custom_padding=\"20px|30px|20px|30px\" animation_direction=\"left\" header_2_text_color=\"#ff3523\"]\r\n\r\n<h2 class=\"red-text aligncenter\" style=\"font-size:30px; text-align:center;\"><strong>Here\'s Why You Pick Tracy For Your Next Event .....</strong></h2>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|15px|30px|false|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#ffffff\" animation_style=\"slide\" animation_direction=\"right\"][et_pb_column type=\"1_2\"][et_pb_text _builder_version=\"3.19\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"21px\" background_color=\"#eeeeee\" custom_padding=\"10px|10px|10px|10px\" border_radii=\"on|5px|5px|5px|5px\"]\r\n\r\n<div id=\"section-3\" class=\"spacing animBlock float1 viewed\" data-position=\"left\" style=\"background-color:#eee;\">\r\n<p align=\"center\"><strong>ABCs Secret Millionaire James Malinchak</strong></p>\r\n<div align=\"center\"><iframe width=\"300\" height=\"200\" src=\"https://www.youtube.com/embed/Mi45J2ao_8Q\" frameborder=\"0\" allowfullscreen=\"\"></iframe></div>\r\n</div>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text _builder_version=\"3.19\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"21px\" background_color=\"#eeeeee\" custom_padding=\"10px|10px|10px|10px\" border_radii=\"on|5px|5px|5px|5px\"]\r\n\r\n<div id=\"section-3\" class=\"spacing animBlock float1 viewed\" style=\"background-color: #eee;\" data-position=\"left\">\r\n<p style=\"text-align: center;\"><strong>Tahir Shah UK Live</strong></p>\r\n<div align=\"center\"><iframe src=\"https://www.youtube.com/embed/5r2lKAQe5uI\" width=\"300\" height=\"200\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></div>\r\n</div>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|15px|30px|false|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#ffffff\" animation_style=\"slide\" animation_direction=\"left\"][et_pb_column type=\"1_2\"][et_pb_testimonial _builder_version=\"3.19\" author=\"Amy Vegara \" job_title=\"Owner/Consultant at Vegara Consulting\" quote_icon_background_color=\"#f5f5f5\" box_shadow_style_image=\"preset3\" background_color=\"#af4868\" background_layout=\"dark\" body_font=\"||on||||||\" quote_icon_color=\"#000000\"]\r\n\r\nTracy Repchuk is an incredible speaker. Her style is entertaining, educational and really easy to understand. I would hire her as a speaker or attend one of her shows any day.\r\n\r\n[/et_pb_testimonial][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_testimonial _builder_version=\"3.19\" author=\"Maria Stevens \" job_title=\"Manager, Business Development at NetComco\" quote_icon_background_color=\"#f5f5f5\" background_color=\"#f7e61d\" body_font=\"||on||||||\"]\r\n\r\nI don\'t often write reviews but when I saw Tracy Repchuk speak at an event I was attending and then checked out her websites, I couldn\'t believe how impressed I was by her energy and abilities and then how much she has accomplished. Book her - book her now!\r\n\r\n[/et_pb_testimonial][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|15px|30px|false|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#ffffff\" animation_style=\"slide\" animation_direction=\"left\"][et_pb_column type=\"4_4\"][et_pb_testimonial _builder_version=\"3.19\" author=\"Marti Slinde \" job_title=\"Consultant at Slinde Communications\" quote_icon_background_color=\"#f5f5f5\" background_color=\"#fd7e00\" body_font=\"||on||||||\"]\r\n\r\nI have attended a lot of events but when Tracy Repchuk hit the stage she woke us all up. She was so energetic and you could tell she loved what she was talking about (even though it is Internet and branding), and she got a standing ovation at the end of it. As a speaker I thought she was amazing and would recommend her to anyone looking for someone who can take a technical subject and make it fun and easy to understand.\r\n\r\n[/et_pb_testimonial][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" _builder_version=\"3.19\" background_color=\"#ffffff\" border_radii=\"|||30px|30px\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19\" text_text_color=\"#000000\" text_font_size=\"16px\" custom_padding=\"|||30px\"]\r\n\r\n<h2 class=\"red-heading aligncenter\" style=\"font-size: 30px; margin-bottom: 15px; text-align: center;\"><strong>Tracy Repchuk - Trusted TV Resource As Seen On …</strong></h2><p><img class=\"size-full wp-image-220 aligncenter\" src=\"http://109.199.127.251/~fastacti/socialmediaspeakerlosangeles.com/wp-content/uploads/2019/02/tracy-media.jpg\" alt=\"\" width=\"703\" height=\"1167\" /></p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19\"]\r\n\r\n<p style=\"text-align: center;\"><span style=\"color: #000000;\"><a href=\"https://www.diagnosticsforpt.com/terms-and-conditions/\" target=\"_blank\" rel=\"noopener\" style=\"color: #000000;\">| <strong>PRIVACY POLICY &amp; TERMS Of USE</strong> |</a></span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #000000;\"><span>Created by </span><span style=\"color: #ffffff;\"><strong><a href=\"http://www.innersurf.com/\" target=\"_blank\" rel=\"noopener\" style=\"color: #10233A;\">InnerSurf Online Solutions</a></strong></span></span></p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Landing Page', '', 'inherit', 'closed', 'closed', '', '5-revision-v1', '', '', '2019-02-02 10:58:05', '2019-02-02 10:58:05', '', 5, 'http://109.199.127.251/~fastacti/socialmediaspeakerlosangeles.com/2019/02/02/5-revision-v1/', 0, 'revision', '', 0),
(222, 1, '2019-02-02 10:59:43', '2019-02-02 10:59:43', '[et_pb_section bb_built=\"1\" _builder_version=\"3.19\" background_color=\"#c9c9c9\" custom_padding=\"15px|0px|0px|0px\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" _builder_version=\"3.19\" background_color=\"#ffffff\" box_shadow_style=\"preset1\" border_radii=\"|10px|10px|0px|0px\" custom_padding=\"0px||0px|\"][et_pb_column type=\"4_4\"][et_pb_image src=\"http://109.199.127.251/~fastacti/socialmediaspeakerlosangeles.com/wp-content/uploads/2019/02/header-logo-2.jpg\" show_bottom_space=\"off\" align=\"center\" _builder_version=\"3.19\" custom_margin=\"||0px\" border_radii=\"on|5px|5px|5px|5px\" /][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"10px|20px|10px|20px\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#ffffff\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_image src=\"http://109.199.127.251/~fastacti/socialmediaspeakerlosangeles.com/wp-content/uploads/2019/02/slide1.jpg\" show_bottom_space=\"off\" align=\"center\" _builder_version=\"3.19\" custom_margin=\"||0px\" border_radii=\"on|5px|5px|5px|5px\" /][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|20px|30px\" _builder_version=\"3.19\" background_color=\"#28a460\" animation_style=\"slide\" animation_direction=\"right\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text: section1\" _builder_version=\"3.19\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"24px\" custom_padding=\"10px|||\"]\r\n\r\n<h1 class=\"text-center\" style=\"font-size: 30px; font-weight: bold; font-family: Arial, Helvetica, sans-serif; text-align: center;\">Tracy Repchuk is the <span class=\"txtyellow\">Top Social Media Speaker for Los <br>Angeles</span> for business branding, online marketing &amp; social <br>media strategy</h1>\r\n\r\n[/et_pb_text][et_pb_text _builder_version=\"3.19\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"24px\" background_color=\"#ffffff\" text_text_color=\"#000000\" border_radii=\"on|10px|10px|10px|10px\" custom_padding=\"30px|20px|20px|30px\" text_font=\"Arial||||||||\" text_font_size=\"17px\" text_line_height=\"21px\"]\r\n\r\n<div id=\"section-2in\">\r\n<p>Tracy has spoken in over 35 countries in audiences ranging from presidents, heads of state, businesses, corporations, associations, conventions, authors, speakers, entrepreneurs and emerging leaders and continues to enlighten, energize and educate her audiences to massive action and results.</p>\r\n<p>As a trusted TV and media resource, appearing in over 22 national networks, over 60 publications and 3 motivational movies she continues to spread her positive message and easy to understand breakdowns of technology, business, branding, and social media. </p>\r\n<p>Select Tracy Repchuk the top social media speaker for los angeles for your next event!</p>\r\n</div>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|15px|30px|false|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#eeeeee\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text: Section 2\" _builder_version=\"3.19\" header_font=\"|800|||||||\" header_text_align=\"center\" header_text_color=\"#0183fc\" custom_padding=\"20px|30px|20px|30px\" animation_style=\"slide\" animation_direction=\"left\" header_2_text_color=\"#ff3523\"]\r\n\r\n<h2 class=\"red-heading aligncenter\" style=\"font-size: 30px; text-align: center;\"><strong>Tracy Repchuk on TV ....</strong></h2>\r\n<div align=\"center\"><iframe src=\"https://player.vimeo.com/video/137569136\" width=\"700\" height=\"500\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></div>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" _builder_version=\"3.19\" background_color=\"#ffffff\" box_shadow_style=\"preset1\" animation_style=\"slide\" animation_direction=\"right\"][et_pb_column type=\"1_3\"][et_pb_image src=\"http://109.199.127.251/~fastacti/socialmediaspeakerlosangeles.com/wp-content/uploads/2019/02/book-tracy.jpg\" _builder_version=\"3.19\" module_alignment=\"center\" url=\"http://tracyrepchuk.com/booktracy/\" url_new_window=\"on\" align=\"center\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image src=\"http://109.199.127.251/~fastacti/socialmediaspeakerlosangeles.com/wp-content/uploads/2019/02/tracy-master-site.jpg\" _builder_version=\"3.19\" module_alignment=\"center\" url=\"http://tracyrepchuk.com/\" align=\"center\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image src=\"http://109.199.127.251/~fastacti/socialmediaspeakerlosangeles.com/wp-content/uploads/2019/02/in-the-media.jpg\" _builder_version=\"3.19\" module_alignment=\"center\" url=\"http://tracyrepchukmedia.com/\" url_new_window=\"on\" align=\"center\" /][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|15px|30px|false|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#eeeeee\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text: Section 4 videos\" _builder_version=\"3.19\" header_font=\"|800|||||||\" header_text_align=\"center\" header_text_color=\"#0183fc\" custom_padding=\"20px|30px|20px|30px\" animation_style=\"slide\" animation_direction=\"left\" header_2_text_color=\"#ff3523\"]\r\n\r\n<div align=\"center\" style=\"margin-top:0px; background-color:#eee; padding:0px;\">\r\n<h2 class=\"red-heading aligncenter\" style=\"font-size: 30px; text-align: center;\"><strong>Tracy Repchuk on Stage ....<br /></strong></h2>\r\n<p><iframe width=\"700\" height=\"500\" src=\"https://www.youtube.com/embed/YRVDUu8ZxvI?list=PL4ZX0knUpCzVV9IXNtdKase3zO1OehVWK\" frameborder=\"0\" allowfullscreen=\"\"></iframe></div>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|15px|30px|false|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#ffffff\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text: Section 5\" _builder_version=\"3.19\" header_font=\"|800|||||||\" header_text_align=\"center\" header_text_color=\"#0183fc\" custom_padding=\"20px|30px|20px|30px\" animation_direction=\"left\" header_2_text_color=\"#ff3523\"]\r\n\r\n<h2 class=\"red-text aligncenter\" style=\"font-size:30px; text-align:center;\"><strong>Here\'s Why You Pick Tracy For Your Next Event .....</strong></h2>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|15px|30px|false|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#ffffff\" animation_style=\"slide\" animation_direction=\"right\"][et_pb_column type=\"1_2\"][et_pb_text _builder_version=\"3.19\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"21px\" background_color=\"#eeeeee\" custom_padding=\"10px|10px|10px|10px\" border_radii=\"on|5px|5px|5px|5px\"]\r\n\r\n<div id=\"section-3\" class=\"spacing animBlock float1 viewed\" data-position=\"left\" style=\"background-color:#eee;\">\r\n<p align=\"center\"><strong>ABCs Secret Millionaire James Malinchak</strong></p>\r\n<div align=\"center\"><iframe width=\"300\" height=\"200\" src=\"https://www.youtube.com/embed/Mi45J2ao_8Q\" frameborder=\"0\" allowfullscreen=\"\"></iframe></div>\r\n</div>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text _builder_version=\"3.19\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"21px\" background_color=\"#eeeeee\" custom_padding=\"10px|10px|10px|10px\" border_radii=\"on|5px|5px|5px|5px\"]\r\n\r\n<div id=\"section-3\" class=\"spacing animBlock float1 viewed\" style=\"background-color: #eee;\" data-position=\"left\">\r\n<p style=\"text-align: center;\"><strong>Tahir Shah UK Live</strong></p>\r\n<div align=\"center\"><iframe src=\"https://www.youtube.com/embed/5r2lKAQe5uI\" width=\"300\" height=\"200\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></div>\r\n</div>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|15px|30px|false|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#ffffff\" animation_style=\"slide\" animation_direction=\"left\"][et_pb_column type=\"1_2\"][et_pb_testimonial _builder_version=\"3.19\" author=\"Amy Vegara \" job_title=\"Owner/Consultant at Vegara Consulting\" quote_icon_background_color=\"#f5f5f5\" box_shadow_style_image=\"preset3\" background_color=\"#af4868\" background_layout=\"dark\" body_font=\"||on||||||\" quote_icon_color=\"#000000\"]\r\n\r\n<p>\r\nTracy Repchuk is an incredible speaker. Her style is entertaining, educational and really easy to understand. I would hire her as a speaker or attend one of her shows any day.</p>\r\n\r\n[/et_pb_testimonial][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_testimonial _builder_version=\"3.19\" author=\"Maria Stevens \" job_title=\"Manager, Business Development at NetComco\" quote_icon_background_color=\"#f5f5f5\" background_color=\"#f7e61d\" body_font=\"||on||||||\"]\r\n\r\n<p>\r\nI don\'t often write reviews but when I saw Tracy Repchuk speak at an event I was attending and then checked out her websites, I couldn\'t believe how impressed I was by her energy and abilities and then how much she has accomplished. Book her - book her now!</p>\r\n\r\n[/et_pb_testimonial][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|15px|30px|false|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#ffffff\" animation_style=\"slide\" animation_direction=\"left\"][et_pb_column type=\"4_4\"][et_pb_testimonial _builder_version=\"3.19\" author=\"Marti Slinde \" job_title=\"Consultant at Slinde Communications\" quote_icon_background_color=\"#f5f5f5\" background_color=\"#fd7e00\" body_font=\"||on||||||\"]\r\n\r\n<p>\r\nI have attended a lot of events but when Tracy Repchuk hit the stage she woke us all up. She was so energetic and you could tell she loved what she was talking about (even though it is Internet and branding), and she got a standing ovation at the end of it. As a speaker I thought she was amazing and would recommend her to anyone looking for someone who can take a technical subject and make it fun and easy to understand.</p>\r\n\r\n[/et_pb_testimonial][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" _builder_version=\"3.19\" background_color=\"#ffffff\" border_radii=\"|||30px|30px\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19\" text_text_color=\"#000000\" text_font_size=\"16px\" custom_padding=\"|||30px\"]\r\n\r\n<h2 class=\"red-heading aligncenter\" style=\"font-size: 30px; margin-bottom: 15px; text-align: center;\"><strong>Tracy Repchuk - Trusted TV Resource As Seen On …</strong></h2>\r\n<p><img class=\"size-full wp-image-220 aligncenter\" src=\"http://109.199.127.251/~fastacti/socialmediaspeakerlosangeles.com/wp-content/uploads/2019/02/tracy-media.jpg\" alt=\"\" width=\"703\" height=\"1167\" /></p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19\" /][/et_pb_column][/et_pb_row][/et_pb_section]', 'Landing Page', '', 'inherit', 'closed', 'closed', '', '5-revision-v1', '', '', '2019-02-02 10:59:43', '2019-02-02 10:59:43', '', 5, 'http://109.199.127.251/~fastacti/socialmediaspeakerlosangeles.com/2019/02/02/5-revision-v1/', 0, 'revision', '', 0),
(223, 1, '2019-02-02 11:01:48', '2019-02-02 11:01:48', '[et_pb_section bb_built=\"1\" _builder_version=\"3.19\" background_color=\"#c9c9c9\" custom_padding=\"15px|0px|0px|0px\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" _builder_version=\"3.19\" background_color=\"#ffffff\" box_shadow_style=\"preset1\" border_radii=\"|10px|10px|0px|0px\" custom_padding=\"0px||0px|\"][et_pb_column type=\"4_4\"][et_pb_image src=\"http://109.199.127.251/~fastacti/socialmediaspeakerlosangeles.com/wp-content/uploads/2019/02/header-logo-2.jpg\" show_bottom_space=\"off\" align=\"center\" _builder_version=\"3.19\" custom_margin=\"||0px\" border_radii=\"on|5px|5px|5px|5px\" /][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"10px|20px|10px|20px\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#ffffff\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_image src=\"http://109.199.127.251/~fastacti/socialmediaspeakerlosangeles.com/wp-content/uploads/2019/02/slide1.jpg\" show_bottom_space=\"off\" align=\"center\" _builder_version=\"3.19\" custom_margin=\"||0px\" border_radii=\"on|5px|5px|5px|5px\" /][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|20px|30px\" _builder_version=\"3.19\" background_color=\"#28a460\" animation_direction=\"right\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text: section1\" _builder_version=\"3.19\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"24px\" custom_padding=\"10px|||\" animation_style=\"slide\" animation_direction=\"right\"]\r\n\r\n<h1 class=\"text-center\" style=\"font-size: 30px; font-weight: bold; font-family: Arial, Helvetica, sans-serif; text-align: center;\">Tracy Repchuk is the <span class=\"txtyellow\">Top Social Media Speaker for Los <br>Angeles</span> for business branding, online marketing &amp; social <br>media strategy</h1>\r\n\r\n[/et_pb_text][et_pb_text _builder_version=\"3.19\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"24px\" background_color=\"#ffffff\" text_text_color=\"#000000\" border_radii=\"on|10px|10px|10px|10px\" custom_padding=\"30px|20px|20px|30px\" text_font=\"Arial||||||||\" text_font_size=\"17px\" text_line_height=\"21px\" animation_style=\"slide\" animation_direction=\"right\"]\r\n\r\n<div id=\"section-2in\">\r\n<p>Tracy has spoken in over 35 countries in audiences ranging from presidents, heads of state, businesses, corporations, associations, conventions, authors, speakers, entrepreneurs and emerging leaders and continues to enlighten, energize and educate her audiences to massive action and results.</p>\r\n<p>As a trusted TV and media resource, appearing in over 22 national networks, over 60 publications and 3 motivational movies she continues to spread her positive message and easy to understand breakdowns of technology, business, branding, and social media. </p>\r\n<p>Select Tracy Repchuk the top social media speaker for los angeles for your next event!</p>\r\n</div>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|15px|30px|false|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#eeeeee\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text: Section 2\" _builder_version=\"3.19\" header_font=\"|800|||||||\" header_text_align=\"center\" header_text_color=\"#0183fc\" custom_padding=\"20px|30px|20px|30px\" animation_style=\"slide\" animation_direction=\"left\" header_2_text_color=\"#ff3523\"]\r\n\r\n<h2 class=\"red-heading aligncenter\" style=\"font-size: 30px; text-align: center;\"><strong>Tracy Repchuk on TV ....</strong></h2>\r\n<div align=\"center\"><iframe src=\"https://player.vimeo.com/video/137569136\" width=\"700\" height=\"500\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></div>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" _builder_version=\"3.19\" background_color=\"#ffffff\" box_shadow_style=\"preset1\" animation_style=\"slide\" animation_direction=\"right\"][et_pb_column type=\"1_3\"][et_pb_image src=\"http://109.199.127.251/~fastacti/socialmediaspeakerlosangeles.com/wp-content/uploads/2019/02/book-tracy.jpg\" _builder_version=\"3.19\" module_alignment=\"center\" url=\"http://tracyrepchuk.com/booktracy/\" url_new_window=\"on\" align=\"center\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image src=\"http://109.199.127.251/~fastacti/socialmediaspeakerlosangeles.com/wp-content/uploads/2019/02/tracy-master-site.jpg\" _builder_version=\"3.19\" module_alignment=\"center\" url=\"http://tracyrepchuk.com/\" align=\"center\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image src=\"http://109.199.127.251/~fastacti/socialmediaspeakerlosangeles.com/wp-content/uploads/2019/02/in-the-media.jpg\" _builder_version=\"3.19\" module_alignment=\"center\" url=\"http://tracyrepchukmedia.com/\" url_new_window=\"on\" align=\"center\" /][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|15px|30px|false|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#eeeeee\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text: Section 4 videos\" _builder_version=\"3.19\" header_font=\"|800|||||||\" header_text_align=\"center\" header_text_color=\"#0183fc\" custom_padding=\"20px|30px|20px|30px\" animation_style=\"slide\" animation_direction=\"left\" header_2_text_color=\"#ff3523\"]\r\n\r\n<div align=\"center\" style=\"margin-top:0px; background-color:#eee; padding:0px;\">\r\n<h2 class=\"red-heading aligncenter\" style=\"font-size: 30px; text-align: center;\"><strong>Tracy Repchuk on Stage ....<br /></strong></h2>\r\n<p><iframe width=\"700\" height=\"500\" src=\"https://www.youtube.com/embed/YRVDUu8ZxvI?list=PL4ZX0knUpCzVV9IXNtdKase3zO1OehVWK\" frameborder=\"0\" allowfullscreen=\"\"></iframe></div>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|15px|30px|false|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#ffffff\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text: Section 5\" _builder_version=\"3.19\" header_font=\"|800|||||||\" header_text_align=\"center\" header_text_color=\"#0183fc\" custom_padding=\"20px|30px|20px|30px\" animation_direction=\"left\" header_2_text_color=\"#ff3523\"]\r\n\r\n<h2 class=\"red-text aligncenter\" style=\"font-size:30px; text-align:center;\"><strong>Here\'s Why You Pick Tracy For Your Next Event .....</strong></h2>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|15px|30px|false|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#ffffff\" animation_style=\"slide\" animation_direction=\"right\"][et_pb_column type=\"1_2\"][et_pb_text _builder_version=\"3.19\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"21px\" background_color=\"#eeeeee\" custom_padding=\"10px|10px|10px|10px\" border_radii=\"on|5px|5px|5px|5px\"]\r\n\r\n<div id=\"section-3\" class=\"spacing animBlock float1 viewed\" data-position=\"left\" style=\"background-color:#eee;\">\r\n<p align=\"center\"><strong>ABCs Secret Millionaire James Malinchak</strong></p>\r\n<div align=\"center\"><iframe width=\"300\" height=\"200\" src=\"https://www.youtube.com/embed/Mi45J2ao_8Q\" frameborder=\"0\" allowfullscreen=\"\"></iframe></div>\r\n</div>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text _builder_version=\"3.19\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"21px\" background_color=\"#eeeeee\" custom_padding=\"10px|10px|10px|10px\" border_radii=\"on|5px|5px|5px|5px\"]\r\n\r\n<div id=\"section-3\" class=\"spacing animBlock float1 viewed\" style=\"background-color: #eee;\" data-position=\"left\">\r\n<p style=\"text-align: center;\"><strong>Tahir Shah UK Live</strong></p>\r\n<div align=\"center\"><iframe src=\"https://www.youtube.com/embed/5r2lKAQe5uI\" width=\"300\" height=\"200\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></div>\r\n</div>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|15px|30px|false|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#ffffff\" animation_style=\"slide\" animation_direction=\"left\"][et_pb_column type=\"1_2\"][et_pb_testimonial _builder_version=\"3.19\" author=\"Amy Vegara \" job_title=\"Owner/Consultant at Vegara Consulting\" quote_icon_background_color=\"#f5f5f5\" box_shadow_style_image=\"preset3\" background_color=\"#af4868\" background_layout=\"dark\" body_font=\"||on||||||\" quote_icon_color=\"#000000\"]\r\n\r\n<p>\r\nTracy Repchuk is an incredible speaker. Her style is entertaining, educational and really easy to understand. I would hire her as a speaker or attend one of her shows any day.</p>\r\n\r\n[/et_pb_testimonial][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_testimonial _builder_version=\"3.19\" author=\"Maria Stevens \" job_title=\"Manager, Business Development at NetComco\" quote_icon_background_color=\"#f5f5f5\" background_color=\"#f7e61d\" body_font=\"||on||||||\"]\r\n\r\n<p>\r\nI don\'t often write reviews but when I saw Tracy Repchuk speak at an event I was attending and then checked out her websites, I couldn\'t believe how impressed I was by her energy and abilities and then how much she has accomplished. Book her - book her now!</p>\r\n\r\n[/et_pb_testimonial][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|15px|30px|false|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#ffffff\" animation_style=\"slide\" animation_direction=\"left\"][et_pb_column type=\"4_4\"][et_pb_testimonial _builder_version=\"3.19\" author=\"Marti Slinde \" job_title=\"Consultant at Slinde Communications\" quote_icon_background_color=\"#f5f5f5\" background_color=\"#fd7e00\" body_font=\"||on||||||\"]\r\n\r\n<p>\r\nI have attended a lot of events but when Tracy Repchuk hit the stage she woke us all up. She was so energetic and you could tell she loved what she was talking about (even though it is Internet and branding), and she got a standing ovation at the end of it. As a speaker I thought she was amazing and would recommend her to anyone looking for someone who can take a technical subject and make it fun and easy to understand.</p>\r\n\r\n[/et_pb_testimonial][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" _builder_version=\"3.19\" background_color=\"#ffffff\" border_radii=\"|||30px|30px\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19\" text_text_color=\"#000000\" text_font_size=\"16px\" custom_padding=\"|||30px\"]\r\n\r\n<h2 class=\"red-heading aligncenter\" style=\"font-size: 30px; margin-bottom: 15px; text-align: center;\"><strong>Tracy Repchuk - Trusted TV Resource As Seen On …</strong></h2>\r\n<p><img class=\"size-full wp-image-220 aligncenter\" src=\"http://109.199.127.251/~fastacti/socialmediaspeakerlosangeles.com/wp-content/uploads/2019/02/tracy-media.jpg\" alt=\"\" width=\"703\" height=\"1167\" /></p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19\" /][/et_pb_column][/et_pb_row][/et_pb_section]', 'Landing Page', '', 'inherit', 'closed', 'closed', '', '5-revision-v1', '', '', '2019-02-02 11:01:48', '2019-02-02 11:01:48', '', 5, 'http://109.199.127.251/~fastacti/socialmediaspeakerlosangeles.com/2019/02/02/5-revision-v1/', 0, 'revision', '', 0),
(224, 1, '2019-02-02 11:03:57', '2019-02-02 11:03:57', '[et_pb_section bb_built=\"1\" _builder_version=\"3.19\" background_color=\"#c9c9c9\" custom_padding=\"15px|0px|0px|0px\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" _builder_version=\"3.19\" background_color=\"#ffffff\" box_shadow_style=\"preset1\" border_radii=\"|10px|10px|0px|0px\" custom_padding=\"0px||0px|\"][et_pb_column type=\"4_4\"][et_pb_image src=\"http://109.199.127.251/~fastacti/socialmediaspeakerlosangeles.com/wp-content/uploads/2019/02/header-logo-2.jpg\" show_bottom_space=\"off\" align=\"center\" _builder_version=\"3.19\" custom_margin=\"||0px\" border_radii=\"on|5px|5px|5px|5px\" /][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"10px|20px|10px|20px\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#ffffff\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_image src=\"http://109.199.127.251/~fastacti/socialmediaspeakerlosangeles.com/wp-content/uploads/2019/02/slide1.jpg\" show_bottom_space=\"off\" align=\"center\" _builder_version=\"3.19\" custom_margin=\"||0px\" border_radii=\"on|5px|5px|5px|5px\" /][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|20px|30px\" _builder_version=\"3.19\" background_color=\"#28a460\" animation_direction=\"right\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text: section1\" _builder_version=\"3.19\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"24px\" custom_padding=\"10px|||\" animation_style=\"slide\" animation_direction=\"right\"]\r\n\r\n<h1 class=\"text-center\" style=\"font-size: 30px; font-weight: bold; font-family: Arial, Helvetica, sans-serif; text-align: center;\">Tracy Repchuk is the <span class=\"txtyellow\">Top Social Media Speaker for Los <br>Angeles</span> for business branding, online marketing &amp; social <br>media strategy</h1>\r\n\r\n[/et_pb_text][et_pb_text _builder_version=\"3.19\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"24px\" background_color=\"#ffffff\" text_text_color=\"#000000\" border_radii=\"on|10px|10px|10px|10px\" custom_padding=\"30px|20px|20px|30px\" text_font=\"Arial||||||||\" text_font_size=\"17px\" text_line_height=\"21px\" animation_style=\"slide\" animation_direction=\"right\"]\r\n\r\n<div id=\"section-2in\">\r\n<p>Tracy has spoken in over 35 countries in audiences ranging from presidents, heads of state, businesses, corporations, associations, conventions, authors, speakers, entrepreneurs and emerging leaders and continues to enlighten, energize and educate her audiences to massive action and results.</p>\r\n<p>As a trusted TV and media resource, appearing in over 22 national networks, over 60 publications and 3 motivational movies she continues to spread her positive message and easy to understand breakdowns of technology, business, branding, and social media. </p>\r\n<p>Select Tracy Repchuk the top social media speaker for los angeles for your next event!</p>\r\n</div>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|15px|30px|false|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#eeeeee\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text: Section 2\" _builder_version=\"3.19\" header_font=\"|800|||||||\" header_text_align=\"center\" header_text_color=\"#0183fc\" custom_padding=\"20px|30px|20px|30px\" animation_style=\"slide\" animation_direction=\"left\" header_2_text_color=\"#ff3523\"]\r\n\r\n<h2 class=\"red-heading aligncenter\" style=\"font-size: 30px; text-align: center;\"><strong>Tracy Repchuk on TV ....</strong></h2>\r\n<div align=\"center\"><iframe src=\"https://player.vimeo.com/video/137569136\" width=\"700\" height=\"500\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></div>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" _builder_version=\"3.19\" background_color=\"#ffffff\" box_shadow_style=\"preset1\" animation_direction=\"right\"][et_pb_column type=\"1_3\"][et_pb_image src=\"http://109.199.127.251/~fastacti/socialmediaspeakerlosangeles.com/wp-content/uploads/2019/02/book-tracy.jpg\" _builder_version=\"3.19\" module_alignment=\"center\" url=\"http://tracyrepchuk.com/booktracy/\" url_new_window=\"on\" align=\"center\" animation_style=\"slide\" animation_direction=\"right\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image src=\"http://109.199.127.251/~fastacti/socialmediaspeakerlosangeles.com/wp-content/uploads/2019/02/tracy-master-site.jpg\" _builder_version=\"3.19\" module_alignment=\"center\" url=\"http://tracyrepchuk.com/\" align=\"center\" animation_style=\"slide\" animation_direction=\"right\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image src=\"http://109.199.127.251/~fastacti/socialmediaspeakerlosangeles.com/wp-content/uploads/2019/02/in-the-media.jpg\" _builder_version=\"3.19\" module_alignment=\"center\" url=\"http://tracyrepchukmedia.com/\" url_new_window=\"on\" align=\"center\" animation_style=\"slide\" animation_direction=\"right\" /][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|15px|30px|false|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#eeeeee\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text: Section 4 videos\" _builder_version=\"3.19\" header_font=\"|800|||||||\" header_text_align=\"center\" header_text_color=\"#0183fc\" custom_padding=\"20px|30px|20px|30px\" animation_style=\"slide\" animation_direction=\"left\" header_2_text_color=\"#ff3523\"]\r\n\r\n<div align=\"center\" style=\"margin-top:0px; background-color:#eee; padding:0px;\">\r\n<h2 class=\"red-heading aligncenter\" style=\"font-size: 30px; text-align: center;\"><strong>Tracy Repchuk on Stage ....<br /></strong></h2>\r\n<p><iframe width=\"700\" height=\"500\" src=\"https://www.youtube.com/embed/YRVDUu8ZxvI?list=PL4ZX0knUpCzVV9IXNtdKase3zO1OehVWK\" frameborder=\"0\" allowfullscreen=\"\"></iframe></div>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|15px|30px|false|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#ffffff\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text: Section 5\" _builder_version=\"3.19\" header_font=\"|800|||||||\" header_text_align=\"center\" header_text_color=\"#0183fc\" custom_padding=\"20px|30px|20px|30px\" animation_direction=\"left\" header_2_text_color=\"#ff3523\"]\r\n\r\n<h2 class=\"red-text aligncenter\" style=\"font-size:30px; text-align:center;\"><strong>Here\'s Why You Pick Tracy For Your Next Event .....</strong></h2>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|15px|30px|false|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#ffffff\" animation_style=\"slide\" animation_direction=\"right\"][et_pb_column type=\"1_2\"][et_pb_text _builder_version=\"3.19\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"21px\" background_color=\"#eeeeee\" custom_padding=\"10px|10px|10px|10px\" border_radii=\"on|5px|5px|5px|5px\"]\r\n\r\n<div id=\"section-3\" class=\"spacing animBlock float1 viewed\" data-position=\"left\" style=\"background-color:#eee;\">\r\n<p align=\"center\"><strong>ABCs Secret Millionaire James Malinchak</strong></p>\r\n<div align=\"center\"><iframe width=\"300\" height=\"200\" src=\"https://www.youtube.com/embed/Mi45J2ao_8Q\" frameborder=\"0\" allowfullscreen=\"\"></iframe></div>\r\n</div>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text _builder_version=\"3.19\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"21px\" background_color=\"#eeeeee\" custom_padding=\"10px|10px|10px|10px\" border_radii=\"on|5px|5px|5px|5px\"]\r\n\r\n<div id=\"section-3\" class=\"spacing animBlock float1 viewed\" style=\"background-color: #eee;\" data-position=\"left\">\r\n<p style=\"text-align: center;\"><strong>Tahir Shah UK Live</strong></p>\r\n<div align=\"center\"><iframe src=\"https://www.youtube.com/embed/5r2lKAQe5uI\" width=\"300\" height=\"200\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></div>\r\n</div>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|15px|30px|false|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#ffffff\" animation_style=\"slide\" animation_direction=\"left\"][et_pb_column type=\"1_2\"][et_pb_testimonial _builder_version=\"3.19\" author=\"Amy Vegara \" job_title=\"Owner/Consultant at Vegara Consulting\" quote_icon_background_color=\"#f5f5f5\" box_shadow_style_image=\"preset3\" background_color=\"#af4868\" background_layout=\"dark\" body_font=\"||on||||||\" quote_icon_color=\"#000000\"]\r\n\r\n<p>\r\nTracy Repchuk is an incredible speaker. Her style is entertaining, educational and really easy to understand. I would hire her as a speaker or attend one of her shows any day.</p>\r\n\r\n[/et_pb_testimonial][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_testimonial _builder_version=\"3.19\" author=\"Maria Stevens \" job_title=\"Manager, Business Development at NetComco\" quote_icon_background_color=\"#f5f5f5\" background_color=\"#f7e61d\" body_font=\"||on||||||\"]\r\n\r\n<p>\r\nI don\'t often write reviews but when I saw Tracy Repchuk speak at an event I was attending and then checked out her websites, I couldn\'t believe how impressed I was by her energy and abilities and then how much she has accomplished. Book her - book her now!</p>\r\n\r\n[/et_pb_testimonial][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|15px|30px|false|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#ffffff\" animation_style=\"slide\" animation_direction=\"left\"][et_pb_column type=\"4_4\"][et_pb_testimonial _builder_version=\"3.19\" author=\"Marti Slinde \" job_title=\"Consultant at Slinde Communications\" quote_icon_background_color=\"#f5f5f5\" background_color=\"#fd7e00\" body_font=\"||on||||||\"]\r\n\r\n<p>\r\nI have attended a lot of events but when Tracy Repchuk hit the stage she woke us all up. She was so energetic and you could tell she loved what she was talking about (even though it is Internet and branding), and she got a standing ovation at the end of it. As a speaker I thought she was amazing and would recommend her to anyone looking for someone who can take a technical subject and make it fun and easy to understand.</p>\r\n\r\n[/et_pb_testimonial][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" _builder_version=\"3.19\" background_color=\"#ffffff\" border_radii=\"|||30px|30px\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19\" text_text_color=\"#000000\" text_font_size=\"16px\" custom_padding=\"|||30px\"]\r\n\r\n<h2 class=\"red-heading aligncenter\" style=\"font-size: 30px; margin-bottom: 15px; text-align: center;\"><strong>Tracy Repchuk - Trusted TV Resource As Seen On …</strong></h2>\r\n<p><img class=\"size-full wp-image-220 aligncenter\" src=\"http://109.199.127.251/~fastacti/socialmediaspeakerlosangeles.com/wp-content/uploads/2019/02/tracy-media.jpg\" alt=\"\" width=\"703\" height=\"1167\" /></p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19\" /][/et_pb_column][/et_pb_row][/et_pb_section]', 'Landing Page', '', 'inherit', 'closed', 'closed', '', '5-revision-v1', '', '', '2019-02-02 11:03:57', '2019-02-02 11:03:57', '', 5, 'http://109.199.127.251/~fastacti/socialmediaspeakerlosangeles.com/2019/02/02/5-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(228, 1, '2019-02-04 08:09:34', '2019-02-04 08:09:34', '[et_pb_section bb_built=\"1\" _builder_version=\"3.19\" background_color=\"#c9c9c9\" custom_padding=\"15px|0px|0px|0px\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" _builder_version=\"3.19\" background_color=\"#ffffff\" box_shadow_style=\"preset1\" border_radii=\"|10px|10px|0px|0px\" custom_padding=\"0px||0px|\"][et_pb_column type=\"4_4\"][et_pb_image src=\"http://109.199.127.251/~fastacti/socialmediaspeakerlosangeles.com/wp-content/uploads/2019/02/header-logo-2.jpg\" show_bottom_space=\"off\" align=\"center\" _builder_version=\"3.19\" custom_margin=\"||0px\" border_radii=\"on|5px|5px|5px|5px\" /][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"10px|20px|10px|20px\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#ffffff\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_image src=\"http://109.199.127.251/~fastacti/socialmediaspeakerlosangeles.com/wp-content/uploads/2019/02/slide1.jpg\" show_bottom_space=\"off\" align=\"center\" _builder_version=\"3.19\" custom_margin=\"||0px\" border_radii=\"on|5px|5px|5px|5px\" /][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|20px|30px\" _builder_version=\"3.19\" background_color=\"#28a460\" animation_direction=\"right\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text: section1\" _builder_version=\"3.19\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"24px\" custom_padding=\"10px|||\" animation_style=\"slide\" animation_direction=\"right\"]\r\n\r\n<h1 class=\"text-center\" style=\"font-size: 30px; font-weight: bold; font-family: Arial, Helvetica, sans-serif; text-align: center;\">Tracy Repchuk is the <span class=\"txtyellow\">Top Social Media Speaker for Los <br>Angeles</span> for business branding, online marketing &amp; social <br>media strategy</h1>\r\n\r\n[/et_pb_text][et_pb_text _builder_version=\"3.19\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"24px\" background_color=\"#ffffff\" text_text_color=\"#000000\" border_radii=\"on|10px|10px|10px|10px\" custom_padding=\"30px|20px|20px|30px\" text_font=\"Arial||||||||\" text_font_size=\"17px\" text_line_height=\"21px\" animation_style=\"slide\" animation_direction=\"right\"]\r\n\r\n<div id=\"section-2in\">\r\n<p>Tracy has spoken in over 35 countries in audiences ranging from presidents, heads of state, businesses, corporations, associations, conventions, authors, speakers, entrepreneurs and emerging leaders and continues to enlighten, energize and educate her audiences to massive action and results.</p>\r\n<p>As a trusted TV and media resource, appearing in over 22 national networks, over 60 publications and 3 motivational movies she continues to spread her positive message and easy to understand breakdowns of technology, business, branding, and social media. </p>\r\n<p>Select Tracy Repchuk the top social media speaker for los angeles for your next event!</p>\r\n</div>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|15px|30px|false|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#eeeeee\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text: Section 2\" _builder_version=\"3.19\" header_font=\"|800|||||||\" header_text_align=\"center\" header_text_color=\"#0183fc\" custom_padding=\"20px|30px|20px|30px\" animation_style=\"slide\" animation_direction=\"left\" header_2_text_color=\"#ff3523\"]\r\n\r\n<h2 class=\"red-heading aligncenter\" style=\"font-size: 30px; text-align: center;\"><strong>Tracy Repchuk on TV ....</strong></h2>\r\n<div align=\"center\"><iframe src=\"https://player.vimeo.com/video/137569136\" width=\"700\" height=\"500\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></div>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" _builder_version=\"3.19\" background_color=\"#ffffff\" box_shadow_style=\"preset1\" animation_direction=\"right\"][et_pb_column type=\"1_3\"][et_pb_image src=\"http://109.199.127.251/~fastacti/socialmediaspeakerlosangeles.com/wp-content/uploads/2019/02/book-tracy.jpg\" _builder_version=\"3.19\" module_alignment=\"center\" url=\"http://tracyrepchuk.com/booktracy/\" url_new_window=\"on\" align=\"center\" animation_style=\"slide\" animation_direction=\"right\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image src=\"http://109.199.127.251/~fastacti/socialmediaspeakerlosangeles.com/wp-content/uploads/2019/02/tracy-master-site.jpg\" _builder_version=\"3.19\" module_alignment=\"center\" url=\"http://tracyrepchuk.com/\" align=\"center\" animation_style=\"slide\" animation_direction=\"right\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image src=\"http://109.199.127.251/~fastacti/socialmediaspeakerlosangeles.com/wp-content/uploads/2019/02/in-the-media.jpg\" _builder_version=\"3.19\" module_alignment=\"center\" url=\"http://tracyrepchukmedia.com/\" url_new_window=\"on\" align=\"center\" animation_style=\"slide\" animation_direction=\"right\" /][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|15px|30px|false|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#eeeeee\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text: Section 4 videos\" _builder_version=\"3.19\" header_font=\"|800|||||||\" header_text_align=\"center\" header_text_color=\"#0183fc\" custom_padding=\"20px|30px|20px|30px\" animation_style=\"slide\" animation_direction=\"left\" header_2_text_color=\"#ff3523\"]\r\n\r\n<div align=\"center\" style=\"margin-top:0px; background-color:#eee; padding:0px;\">\r\n<h2 class=\"red-heading aligncenter\" style=\"font-size: 30px; text-align: center;\"><strong>Tracy Repchuk on Stage ....<br /></strong></h2>\r\n<p><iframe width=\"700\" height=\"500\" src=\"https://www.youtube.com/embed/YRVDUu8ZxvI?list=PL4ZX0knUpCzVV9IXNtdKase3zO1OehVWK\" frameborder=\"0\" allowfullscreen=\"\"></iframe></div>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|15px|30px|false|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#ffffff\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text: Section 5\" _builder_version=\"3.19\" header_font=\"|800|||||||\" header_text_align=\"center\" header_text_color=\"#0183fc\" custom_padding=\"20px|30px|20px|30px\" animation_direction=\"left\" header_2_text_color=\"#ff3523\"]\r\n\r\n<h2 class=\"red-text aligncenter\" style=\"font-size:30px; text-align:center;\"><strong>Here\'s Why You Pick Tracy For Your Next Event .....</strong></h2>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|15px|30px|false|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#ffffff\" animation_style=\"slide\" animation_direction=\"right\"][et_pb_column type=\"1_2\"][et_pb_text _builder_version=\"3.19\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"21px\" background_color=\"#eeeeee\" custom_padding=\"10px|10px|10px|10px\" border_radii=\"on|5px|5px|5px|5px\"]\r\n\r\n<div id=\"section-3\" class=\"spacing animBlock float1 viewed\" data-position=\"left\" style=\"background-color:#eee;\">\r\n<p align=\"center\"><strong>ABCs Secret Millionaire James Malinchak</strong></p>\r\n<div align=\"center\"><iframe width=\"300\" height=\"200\" src=\"https://www.youtube.com/embed/Mi45J2ao_8Q\" frameborder=\"0\" allowfullscreen=\"\"></iframe></div>\r\n</div>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text _builder_version=\"3.19\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"21px\" background_color=\"#eeeeee\" custom_padding=\"10px|10px|10px|10px\" border_radii=\"on|5px|5px|5px|5px\"]\r\n\r\n<div id=\"section-3\" class=\"spacing animBlock float1 viewed\" style=\"background-color: #eee;\" data-position=\"left\">\r\n<p style=\"text-align: center;\"><strong>Tahir Shah UK Live</strong></p>\r\n<div align=\"center\"><iframe src=\"https://www.youtube.com/embed/5r2lKAQe5uI\" width=\"300\" height=\"200\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></div>\r\n</div>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|15px|30px|false|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#ffffff\" animation_style=\"slide\" animation_direction=\"left\"][et_pb_column type=\"1_2\"][et_pb_testimonial _builder_version=\"3.19\" author=\"Amy Vegara \" job_title=\"Owner/Consultant at Vegara Consulting\" quote_icon_background_color=\"#f5f5f5\" box_shadow_style_image=\"preset3\" background_color=\"#af4868\" background_layout=\"dark\" body_font=\"||on||||||\" quote_icon_color=\"#000000\"]\r\n\r\n<p>\r\nTracy Repchuk is an incredible speaker. Her style is entertaining, educational and really easy to understand. I would hire her as a speaker or attend one of her shows any day.</p>\r\n\r\n[/et_pb_testimonial][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_testimonial _builder_version=\"3.19\" author=\"Maria Stevens \" job_title=\"Manager, Business Development at NetComco\" quote_icon_background_color=\"#f5f5f5\" background_color=\"#f7e61d\" body_font=\"||on||||||\"]\r\n\r\n<p>\r\nI don\'t often write reviews but when I saw Tracy Repchuk speak at an event I was attending and then checked out her websites, I couldn\'t believe how impressed I was by her energy and abilities and then how much she has accomplished. Book her - book her now!</p>\r\n\r\n[/et_pb_testimonial][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|15px|30px|false|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#ffffff\" animation_style=\"slide\" animation_direction=\"left\"][et_pb_column type=\"4_4\"][et_pb_testimonial _builder_version=\"3.19\" author=\"Marti Slinde \" job_title=\"Consultant at Slinde Communications\" quote_icon_background_color=\"#f5f5f5\" background_color=\"#fd7e00\" body_font=\"||on||||||\"]\r\n\r\n<p>\r\nI have attended a lot of events but when Tracy Repchuk hit the stage she woke us all up. She was so energetic and you could tell she loved what she was talking about (even though it is Internet and branding), and she got a standing ovation at the end of it. As a speaker I thought she was amazing and would recommend her to anyone looking for someone who can take a technical subject and make it fun and easy to understand.</p>\r\n\r\n[/et_pb_testimonial][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" _builder_version=\"3.19\" background_color=\"#ffffff\" border_radii=\"|||30px|30px\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19\" text_text_color=\"#000000\" text_font_size=\"16px\" custom_padding=\"|||30px\"]\r\n\r\n<h2 class=\"red-heading aligncenter\" style=\"font-size: 30px; margin-bottom: 15px; text-align: center;\"><strong>Tracy Repchuk - Trusted TV Resource As Seen On …</strong></h2>\r\n<p><img class=\"size-full wp-image-220 aligncenter\" src=\"http://109.199.127.251/~fastacti/socialmediaspeakerlosangeles.com/wp-content/uploads/2019/02/tracy-media.jpg\" alt=\"\" width=\"703\" height=\"1167\" /></p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19\" /][/et_pb_column][/et_pb_row][/et_pb_section]', 'Home', '', 'inherit', 'closed', 'closed', '', '5-revision-v1', '', '', '2019-02-04 08:09:34', '2019-02-04 08:09:34', '', 5, 'http://109.199.127.251/~fastacti/speakerforinternetmarketing.com/2019/02/04/5-revision-v1/', 0, 'revision', '', 0),
(229, 1, '2019-02-04 08:12:46', '2019-02-04 08:12:46', '[et_pb_section bb_built=\"1\" _builder_version=\"3.19\" background_color=\"#c9c9c9\" custom_padding=\"15px|0px|0px|0px\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" _builder_version=\"3.19\" background_color=\"#ffffff\" box_shadow_style=\"preset1\" border_radii=\"|10px|10px|0px|0px\" custom_padding=\"0px||0px|\"][et_pb_column type=\"4_4\"][et_pb_image src=\"http://109.199.127.251/~fastacti/socialmediaspeakerlosangeles.com/wp-content/uploads/2019/02/header-logo-2.jpg\" show_bottom_space=\"off\" align=\"center\" _builder_version=\"3.19\" custom_margin=\"||0px\" border_radii=\"on|5px|5px|5px|5px\" /][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"10px|20px|10px|20px\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#ffffff\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_image src=\"http://109.199.127.251/~fastacti/socialmediaspeakerlosangeles.com/wp-content/uploads/2019/02/slide1.jpg\" show_bottom_space=\"off\" align=\"center\" _builder_version=\"3.19\" custom_margin=\"||0px\" border_radii=\"on|5px|5px|5px|5px\" /][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|20px|30px\" _builder_version=\"3.19\" background_color=\"#28a460\" animation_direction=\"right\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text: section1\" _builder_version=\"3.19\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"24px\" custom_padding=\"10px|||\" animation_style=\"slide\" animation_direction=\"right\"]\r\n\r\n<h1 class=\"text-center\" style=\"font-size: 30px; font-weight: bold; font-family: Arial, Helvetica, sans-serif; text-align: center;\">Tracy Repchuk is the <span class=\"txtyellow\">Top Speaker for Internet Marketing</span> for business branding, online marketing &amp; social\r\nmedia strategy</h1>\r\n\r\n[/et_pb_text][et_pb_text _builder_version=\"3.19\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"24px\" background_color=\"#ffffff\" text_text_color=\"#000000\" border_radii=\"on|10px|10px|10px|10px\" custom_padding=\"30px|20px|20px|30px\" text_font=\"Arial||||||||\" text_font_size=\"17px\" text_line_height=\"21px\" animation_style=\"slide\" animation_direction=\"right\"]\r\n\r\n<div id=\"section-2in\"><p>Tracy has spoken in over 35 countries in audiences ranging from presidents, heads of state, businesses, corporations, associations, conventions, authors, speakers, entrepreneurs and emerging leaders and continues to enlighten, energize and educate her audiences to massive action and results.</p><p>As a trusted TV and media resource, appearing in over 22 national networks, over 60 publications and 3 motivational movies she continues to spread her positive message and easy to understand breakdowns of technology, business, branding, and social media.</p><p>Select Tracy Repchuk the top speaker for internet marketing for your next event!</p></div>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|15px|30px|false|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#eeeeee\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text: Section 2\" _builder_version=\"3.19\" header_font=\"|800|||||||\" header_text_align=\"center\" header_text_color=\"#0183fc\" custom_padding=\"20px|30px|20px|30px\" animation_style=\"slide\" animation_direction=\"left\" header_2_text_color=\"#ff3523\"]\r\n\r\n<h2 class=\"red-heading aligncenter\" style=\"font-size: 30px; text-align: center;\"><strong>Tracy Repchuk on TV ....</strong></h2>\r\n<div align=\"center\"><iframe src=\"https://player.vimeo.com/video/137569136\" width=\"700\" height=\"500\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></div>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" _builder_version=\"3.19\" background_color=\"#ffffff\" box_shadow_style=\"preset1\" animation_direction=\"right\"][et_pb_column type=\"1_3\"][et_pb_image src=\"http://109.199.127.251/~fastacti/socialmediaspeakerlosangeles.com/wp-content/uploads/2019/02/book-tracy.jpg\" _builder_version=\"3.19\" module_alignment=\"center\" url=\"http://tracyrepchuk.com/booktracy/\" url_new_window=\"on\" align=\"center\" animation_style=\"slide\" animation_direction=\"right\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image src=\"http://109.199.127.251/~fastacti/socialmediaspeakerlosangeles.com/wp-content/uploads/2019/02/tracy-master-site.jpg\" _builder_version=\"3.19\" module_alignment=\"center\" url=\"http://tracyrepchuk.com/\" align=\"center\" animation_style=\"slide\" animation_direction=\"right\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image src=\"http://109.199.127.251/~fastacti/socialmediaspeakerlosangeles.com/wp-content/uploads/2019/02/in-the-media.jpg\" _builder_version=\"3.19\" module_alignment=\"center\" url=\"http://tracyrepchukmedia.com/\" url_new_window=\"on\" align=\"center\" animation_style=\"slide\" animation_direction=\"right\" /][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|15px|30px|false|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#eeeeee\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text: Section 4 videos\" _builder_version=\"3.19\" header_font=\"|800|||||||\" header_text_align=\"center\" header_text_color=\"#0183fc\" custom_padding=\"20px|30px|20px|30px\" animation_style=\"slide\" animation_direction=\"left\" header_2_text_color=\"#ff3523\"]\r\n\r\n<div align=\"center\" style=\"margin-top:0px; background-color:#eee; padding:0px;\">\r\n<h2 class=\"red-heading aligncenter\" style=\"font-size: 30px; text-align: center;\"><strong>Tracy Repchuk on Stage ....<br /></strong></h2>\r\n<p><iframe width=\"700\" height=\"500\" src=\"https://www.youtube.com/embed/YRVDUu8ZxvI?list=PL4ZX0knUpCzVV9IXNtdKase3zO1OehVWK\" frameborder=\"0\" allowfullscreen=\"\"></iframe></div>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|15px|30px|false|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#ffffff\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text: Section 5\" _builder_version=\"3.19\" header_font=\"|800|||||||\" header_text_align=\"center\" header_text_color=\"#0183fc\" custom_padding=\"20px|30px|20px|30px\" animation_direction=\"left\" header_2_text_color=\"#ff3523\"]\r\n\r\n<h2 class=\"red-text aligncenter\" style=\"font-size:30px; text-align:center;\"><strong>Here\'s Why You Pick Tracy For Your Next Event .....</strong></h2>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|15px|30px|false|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#ffffff\" animation_style=\"slide\" animation_direction=\"right\"][et_pb_column type=\"1_2\"][et_pb_text _builder_version=\"3.19\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"21px\" background_color=\"#eeeeee\" custom_padding=\"10px|10px|10px|10px\" border_radii=\"on|5px|5px|5px|5px\"]\r\n\r\n<div id=\"section-3\" class=\"spacing animBlock float1 viewed\" data-position=\"left\" style=\"background-color:#eee;\">\r\n<p align=\"center\"><strong>ABCs Secret Millionaire James Malinchak</strong></p>\r\n<div align=\"center\"><iframe width=\"300\" height=\"200\" src=\"https://www.youtube.com/embed/Mi45J2ao_8Q\" frameborder=\"0\" allowfullscreen=\"\"></iframe></div>\r\n</div>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text _builder_version=\"3.19\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"21px\" background_color=\"#eeeeee\" custom_padding=\"10px|10px|10px|10px\" border_radii=\"on|5px|5px|5px|5px\"]\r\n\r\n<div id=\"section-3\" class=\"spacing animBlock float1 viewed\" style=\"background-color: #eee;\" data-position=\"left\">\r\n<p style=\"text-align: center;\"><strong>Tahir Shah UK Live</strong></p>\r\n<div align=\"center\"><iframe src=\"https://www.youtube.com/embed/5r2lKAQe5uI\" width=\"300\" height=\"200\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></div>\r\n</div>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|15px|30px|false|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#ffffff\" animation_style=\"slide\" animation_direction=\"left\"][et_pb_column type=\"1_2\"][et_pb_testimonial _builder_version=\"3.19\" author=\"Amy Vegara \" job_title=\"Owner/Consultant at Vegara Consulting\" quote_icon_background_color=\"#f5f5f5\" box_shadow_style_image=\"preset3\" background_color=\"#af4868\" background_layout=\"dark\" body_font=\"||on||||||\" quote_icon_color=\"#000000\"]\r\n\r\n<p>\r\nTracy Repchuk is an incredible speaker. Her style is entertaining, educational and really easy to understand. I would hire her as a speaker or attend one of her shows any day.</p>\r\n\r\n[/et_pb_testimonial][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_testimonial _builder_version=\"3.19\" author=\"Maria Stevens \" job_title=\"Manager, Business Development at NetComco\" quote_icon_background_color=\"#f5f5f5\" background_color=\"#f7e61d\" body_font=\"||on||||||\"]\r\n\r\n<p>\r\nI don\'t often write reviews but when I saw Tracy Repchuk speak at an event I was attending and then checked out her websites, I couldn\'t believe how impressed I was by her energy and abilities and then how much she has accomplished. Book her - book her now!</p>\r\n\r\n[/et_pb_testimonial][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|15px|30px|false|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#ffffff\" animation_style=\"slide\" animation_direction=\"left\"][et_pb_column type=\"4_4\"][et_pb_testimonial _builder_version=\"3.19\" author=\"Marti Slinde \" job_title=\"Consultant at Slinde Communications\" quote_icon_background_color=\"#f5f5f5\" background_color=\"#fd7e00\" body_font=\"||on||||||\"]\r\n\r\n<p>\r\nI have attended a lot of events but when Tracy Repchuk hit the stage she woke us all up. She was so energetic and you could tell she loved what she was talking about (even though it is Internet and branding), and she got a standing ovation at the end of it. As a speaker I thought she was amazing and would recommend her to anyone looking for someone who can take a technical subject and make it fun and easy to understand.</p>\r\n\r\n[/et_pb_testimonial][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" _builder_version=\"3.19\" background_color=\"#ffffff\" border_radii=\"|||30px|30px\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19\" text_text_color=\"#000000\" text_font_size=\"16px\" custom_padding=\"|||30px\"]\r\n\r\n<h2 class=\"red-heading aligncenter\" style=\"font-size: 30px; margin-bottom: 15px; text-align: center;\"><strong>Tracy Repchuk - Trusted TV Resource As Seen On …</strong></h2>\r\n<p><img class=\"size-full wp-image-220 aligncenter\" src=\"http://109.199.127.251/~fastacti/socialmediaspeakerlosangeles.com/wp-content/uploads/2019/02/tracy-media.jpg\" alt=\"\" width=\"703\" height=\"1167\" /></p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19\" /][/et_pb_column][/et_pb_row][/et_pb_section]', 'Home', '', 'inherit', 'closed', 'closed', '', '5-revision-v1', '', '', '2019-02-04 08:12:46', '2019-02-04 08:12:46', '', 5, 'http://109.199.127.251/~fastacti/speakerforinternetmarketing.com/2019/02/04/5-revision-v1/', 0, 'revision', '', 0),
(230, 1, '2019-02-04 08:45:06', '2019-02-04 08:45:06', '[et_pb_section bb_built=\"1\" _builder_version=\"3.19\" background_color=\"#c9c9c9\" custom_padding=\"15px|0px|0px|0px\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" _builder_version=\"3.19\" background_color=\"#ffffff\" box_shadow_style=\"preset1\" border_radii=\"|10px|10px|0px|0px\" custom_padding=\"0px||0px|\"][et_pb_column type=\"4_4\"][et_pb_image src=\"http://109.199.127.251/~fastacti/socialmediaspeakerlosangeles.com/wp-content/uploads/2019/02/header-logo-2.jpg\" show_bottom_space=\"off\" align=\"center\" _builder_version=\"3.19\" custom_margin=\"||0px\" border_radii=\"on|5px|5px|5px|5px\" /][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"10px|20px|10px|20px\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#ffffff\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_image src=\"http://109.199.127.251/~fastacti/socialmediaspeakerlosangeles.com/wp-content/uploads/2019/02/slide1.jpg\" show_bottom_space=\"off\" align=\"center\" _builder_version=\"3.19\" custom_margin=\"||0px\" border_radii=\"on|5px|5px|5px|5px\" /][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|20px|30px\" _builder_version=\"3.19\" background_color=\"#28a460\" animation_direction=\"right\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text: section1\" _builder_version=\"3.19\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"24px\" custom_padding=\"10px|||\" animation_style=\"slide\" animation_direction=\"right\"]\r\n\r\n<h1 class=\"text-center\" style=\"font-size: 30px; font-weight: bold; font-family: Arial, Helvetica, sans-serif; text-align: center;\">Tracy Repchuk is the <span class=\"txtyellow\">Top Inspirational Speaker</span> for business branding, online marketing &amp; social\r\nmedia strategy</h1>\r\n\r\n[/et_pb_text][et_pb_text _builder_version=\"3.19\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"24px\" background_color=\"#ffffff\" text_text_color=\"#000000\" border_radii=\"on|10px|10px|10px|10px\" custom_padding=\"30px|20px|20px|30px\" text_font=\"Arial||||||||\" text_font_size=\"17px\" text_line_height=\"21px\" animation_style=\"slide\" animation_direction=\"right\"]\r\n\r\n<div id=\"section-2in\">\r\n\r\nTracy has spoken in over 35 countries in audiences ranging from presidents, heads of state, businesses, corporations, associations, conventions, authors, speakers, entrepreneurs and emerging leaders and continues to enlighten, energize and educate her audiences to massive action and results.\r\n\r\nAs a trusted TV and media resource, appearing in over 22 national networks, over 60 publications and 3 motivational movies she continues to spread her positive message and easy to understand breakdowns of technology, business, branding, and social media.\r\n\r\nSelect Tracy Repchuk the Top Inspirational Speaker for your next event!\r\n\r\n</div>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|15px|30px|false|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#eeeeee\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text: Section 2\" _builder_version=\"3.19\" header_font=\"|800|||||||\" header_text_align=\"center\" header_text_color=\"#0183fc\" custom_padding=\"20px|30px|20px|30px\" animation_style=\"slide\" animation_direction=\"left\" header_2_text_color=\"#ff3523\"]\r\n\r\n<h2 class=\"red-heading aligncenter\" style=\"font-size: 30px; text-align: center;\"><strong>Tracy Repchuk on TV ....</strong></h2>\r\n<div align=\"center\"><iframe src=\"https://player.vimeo.com/video/137569136\" width=\"700\" height=\"500\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></div>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" _builder_version=\"3.19\" background_color=\"#ffffff\" box_shadow_style=\"preset1\" animation_direction=\"right\"][et_pb_column type=\"1_3\"][et_pb_image src=\"http://109.199.127.251/~fastacti/socialmediaspeakerlosangeles.com/wp-content/uploads/2019/02/book-tracy.jpg\" _builder_version=\"3.19\" module_alignment=\"center\" url=\"http://tracyrepchuk.com/booktracy/\" url_new_window=\"on\" align=\"center\" animation_style=\"slide\" animation_direction=\"right\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image src=\"http://109.199.127.251/~fastacti/socialmediaspeakerlosangeles.com/wp-content/uploads/2019/02/tracy-master-site.jpg\" _builder_version=\"3.19\" module_alignment=\"center\" url=\"http://tracyrepchuk.com/\" align=\"center\" animation_style=\"slide\" animation_direction=\"right\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image src=\"http://109.199.127.251/~fastacti/socialmediaspeakerlosangeles.com/wp-content/uploads/2019/02/in-the-media.jpg\" _builder_version=\"3.19\" module_alignment=\"center\" url=\"http://tracyrepchukmedia.com/\" url_new_window=\"on\" align=\"center\" animation_style=\"slide\" animation_direction=\"right\" /][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|15px|30px|false|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#eeeeee\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text: Section 4 videos\" _builder_version=\"3.19\" header_font=\"|800|||||||\" header_text_align=\"center\" header_text_color=\"#0183fc\" custom_padding=\"20px|30px|20px|30px\" animation_style=\"slide\" animation_direction=\"left\" header_2_text_color=\"#ff3523\"]\r\n\r\n<div align=\"center\" style=\"margin-top:0px; background-color:#eee; padding:0px;\">\r\n<h2 class=\"red-heading aligncenter\" style=\"font-size: 30px; text-align: center;\"><strong>Tracy Repchuk on Stage ....<br /></strong></h2>\r\n<p><iframe width=\"700\" height=\"500\" src=\"https://www.youtube.com/embed/YRVDUu8ZxvI?list=PL4ZX0knUpCzVV9IXNtdKase3zO1OehVWK\" frameborder=\"0\" allowfullscreen=\"\"></iframe></div>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|15px|30px|false|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#ffffff\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text: Section 5\" _builder_version=\"3.19\" header_font=\"|800|||||||\" header_text_align=\"center\" header_text_color=\"#0183fc\" custom_padding=\"20px|30px|20px|30px\" animation_direction=\"left\" header_2_text_color=\"#ff3523\"]\r\n\r\n<h2 class=\"red-text aligncenter\" style=\"font-size:30px; text-align:center;\"><strong>Here\'s Why You Pick Tracy For Your Next Event .....</strong></h2>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|15px|30px|false|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#ffffff\" animation_style=\"slide\" animation_direction=\"right\"][et_pb_column type=\"1_2\"][et_pb_text _builder_version=\"3.19\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"21px\" background_color=\"#eeeeee\" custom_padding=\"10px|10px|10px|10px\" border_radii=\"on|5px|5px|5px|5px\"]\r\n\r\n<div id=\"section-3\" class=\"spacing animBlock float1 viewed\" data-position=\"left\" style=\"background-color:#eee;\">\r\n<p align=\"center\"><strong>ABCs Secret Millionaire James Malinchak</strong></p>\r\n<div align=\"center\"><iframe width=\"300\" height=\"200\" src=\"https://www.youtube.com/embed/Mi45J2ao_8Q\" frameborder=\"0\" allowfullscreen=\"\"></iframe></div>\r\n</div>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text _builder_version=\"3.19\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"21px\" background_color=\"#eeeeee\" custom_padding=\"10px|10px|10px|10px\" border_radii=\"on|5px|5px|5px|5px\"]\r\n\r\n<div id=\"section-3\" class=\"spacing animBlock float1 viewed\" style=\"background-color: #eee;\" data-position=\"left\">\r\n<p style=\"text-align: center;\"><strong>Tahir Shah UK Live</strong></p>\r\n<div align=\"center\"><iframe src=\"https://www.youtube.com/embed/5r2lKAQe5uI\" width=\"300\" height=\"200\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></div>\r\n</div>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|15px|30px|false|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#ffffff\" animation_style=\"slide\" animation_direction=\"left\"][et_pb_column type=\"1_2\"][et_pb_testimonial _builder_version=\"3.19\" author=\"Amy Vegara \" job_title=\"Owner/Consultant at Vegara Consulting\" quote_icon_background_color=\"#f5f5f5\" box_shadow_style_image=\"preset3\" background_color=\"#af4868\" background_layout=\"dark\" body_font=\"||on||||||\" quote_icon_color=\"#000000\"]\r\n\r\n<p>\r\nTracy Repchuk is an incredible speaker. Her style is entertaining, educational and really easy to understand. I would hire her as a speaker or attend one of her shows any day.</p>\r\n\r\n[/et_pb_testimonial][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_testimonial _builder_version=\"3.19\" author=\"Maria Stevens \" job_title=\"Manager, Business Development at NetComco\" quote_icon_background_color=\"#f5f5f5\" background_color=\"#f7e61d\" body_font=\"||on||||||\"]\r\n\r\n<p>\r\nI don\'t often write reviews but when I saw Tracy Repchuk speak at an event I was attending and then checked out her websites, I couldn\'t believe how impressed I was by her energy and abilities and then how much she has accomplished. Book her - book her now!</p>\r\n\r\n[/et_pb_testimonial][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|15px|30px|false|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#ffffff\" animation_style=\"slide\" animation_direction=\"left\"][et_pb_column type=\"4_4\"][et_pb_testimonial _builder_version=\"3.19\" author=\"Marti Slinde \" job_title=\"Consultant at Slinde Communications\" quote_icon_background_color=\"#f5f5f5\" background_color=\"#fd7e00\" body_font=\"||on||||||\"]\r\n\r\n<p>\r\nI have attended a lot of events but when Tracy Repchuk hit the stage she woke us all up. She was so energetic and you could tell she loved what she was talking about (even though it is Internet and branding), and she got a standing ovation at the end of it. As a speaker I thought she was amazing and would recommend her to anyone looking for someone who can take a technical subject and make it fun and easy to understand.</p>\r\n\r\n[/et_pb_testimonial][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" _builder_version=\"3.19\" background_color=\"#ffffff\" border_radii=\"|||30px|30px\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19\" text_text_color=\"#000000\" text_font_size=\"16px\" custom_padding=\"|||30px\"]\r\n\r\n<h2 class=\"red-heading aligncenter\" style=\"font-size: 30px; margin-bottom: 15px; text-align: center;\"><strong>Tracy Repchuk - Trusted TV Resource As Seen On …</strong></h2>\r\n<p><img class=\"size-full wp-image-220 aligncenter\" src=\"http://109.199.127.251/~fastacti/socialmediaspeakerlosangeles.com/wp-content/uploads/2019/02/tracy-media.jpg\" alt=\"\" width=\"703\" height=\"1167\" /></p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19\" /][/et_pb_column][/et_pb_row][/et_pb_section]', 'Home', '', 'inherit', 'closed', 'closed', '', '5-revision-v1', '', '', '2019-02-04 08:45:06', '2019-02-04 08:45:06', '', 5, 'https://topwomensocialmediaspeaker.com/2019/02/04/5-revision-v1/', 0, 'revision', '', 0),
(231, 1, '2019-02-05 11:28:29', '2019-02-05 11:28:29', '', 'tracy-repchuk2', '', 'inherit', 'open', 'closed', '', 'tracy-repchuk2', '', '', '2019-02-05 11:28:29', '2019-02-05 11:28:29', '', 0, 'https://topwomensocialmediaspeaker.com/wp-content/uploads/2019/02/tracy-repchuk2.png', 0, 'attachment', 'image/png', 0),
(232, 1, '2019-02-05 11:28:29', '2019-02-05 11:28:29', '', 'logo-1', '', 'inherit', 'open', 'closed', '', 'logo-1', '', '', '2019-02-05 11:28:29', '2019-02-05 11:28:29', '', 0, 'https://topwomensocialmediaspeaker.com/wp-content/uploads/2019/02/logo-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(320, 1, '2019-02-05 11:26:26', '2019-02-05 11:26:26', '[et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" _builder_version=\"3.19\" background_color=\"#ffffff\" border_radii=\"|10px|10px|0px|0px\" custom_padding=\"0px||0px|\" module_id=\"stick\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#ffffff\" background_color_gradient_end=\"#efefef\" background_color_gradient_direction=\"233deg\" background_color_gradient_start_position=\"44%\" template_type=\"row\"][et_pb_column type=\"2_5\"][et_pb_image _builder_version=\"3.19\" src=\"https://topwomensocialmediaspeaker.com/wp-content/uploads/2019/02/tracy-repchuk2.png\" /][/et_pb_column][et_pb_column type=\"3_5\"][et_pb_divider _builder_version=\"3.19\" color=\"#ffffff\" show_divider=\"off\" /][et_pb_image src=\"https://topwomensocialmediaspeaker.com/wp-content/uploads/2019/02/logo-1.jpg\" show_bottom_space=\"off\" align=\"center\" _builder_version=\"3.19\" custom_margin=\"|40px||0px\" border_radii=\"on|5px|5px|5px|5px\" custom_margin_tablet=\"|0px||0px\" custom_margin_last_edited=\"on|desktop\" /][et_pb_text _builder_version=\"3.19\" custom_margin=\"|40px||\" custom_margin_tablet=\"|0px||\" custom_margin_last_edited=\"on|desktop\" background_color_gradient_start=\"#f7f7f7\" background_color_gradient_end=\"#ffffff\" background_color_gradient_direction=\"97deg\" background_color_gradient_start_position=\"46%\"]\n\n[metaslider id=\"266\"]\n\n[/et_pb_text][/et_pb_column][/et_pb_row]', 'top-header', '', 'publish', 'closed', 'closed', '', 'top-header', '', '', '2019-02-05 11:26:26', '2019-02-05 11:26:26', '', 0, 'https://topwomensocialmediaspeaker.com/et_pb_layout/top-header/', 0, 'et_pb_layout', '', 0),
(321, 1, '2019-02-05 11:29:55', '2019-02-05 11:29:55', '', 'New Slideshow', '', 'publish', 'closed', 'closed', '', 'new-slideshow', '', '', '2019-02-05 11:36:02', '2019-02-05 11:36:02', '', 0, 'https://topwomensocialmediaspeaker.com/?post_type=ml-slider&#038;p=321', 0, 'ml-slider', '', 0),
(322, 1, '2019-02-05 11:29:55', '2019-02-05 11:29:55', '', 'slide8', '', 'inherit', 'open', 'closed', '', 'slide8', '', '', '2019-02-05 11:29:55', '2019-02-05 11:29:55', '', 0, 'https://topwomensocialmediaspeaker.com/wp-content/uploads/2019/02/slide8.jpg', 0, 'attachment', 'image/jpeg', 0),
(323, 1, '2019-02-05 11:29:55', '2019-02-05 11:29:55', '', 'slide9', '', 'inherit', 'open', 'closed', '', 'slide9', '', '', '2019-02-05 11:29:55', '2019-02-05 11:29:55', '', 0, 'https://topwomensocialmediaspeaker.com/wp-content/uploads/2019/02/slide9.jpg', 0, 'attachment', 'image/jpeg', 0),
(324, 1, '2019-02-05 11:29:55', '2019-02-05 11:29:55', '', 'slide10', '', 'inherit', 'open', 'closed', '', 'slide10', '', '', '2019-02-05 11:29:55', '2019-02-05 11:29:55', '', 0, 'https://topwomensocialmediaspeaker.com/wp-content/uploads/2019/02/slide10.jpg', 0, 'attachment', 'image/jpeg', 0),
(325, 1, '2019-02-05 11:29:56', '2019-02-05 11:29:56', '', 'slide11-1', '', 'inherit', 'open', 'closed', '', 'slide11-1', '', '', '2019-02-05 11:29:56', '2019-02-05 11:29:56', '', 0, 'https://topwomensocialmediaspeaker.com/wp-content/uploads/2019/02/slide11-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(326, 1, '2019-02-05 11:29:56', '2019-02-05 11:29:56', '', 'slide12', '', 'inherit', 'open', 'closed', '', 'slide12', '', '', '2019-02-05 11:29:56', '2019-02-05 11:29:56', '', 0, 'https://topwomensocialmediaspeaker.com/wp-content/uploads/2019/02/slide12.jpg', 0, 'attachment', 'image/jpeg', 0),
(327, 1, '2019-02-05 11:29:56', '2019-02-05 11:29:56', '', 'slide1-1', '', 'inherit', 'open', 'closed', '', 'slide1-1', '', '', '2019-02-05 11:29:56', '2019-02-05 11:29:56', '', 0, 'https://topwomensocialmediaspeaker.com/wp-content/uploads/2019/02/slide1-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(328, 1, '2019-02-05 11:29:56', '2019-02-05 11:29:56', '', 'slide3', '', 'inherit', 'open', 'closed', '', 'slide3', '', '', '2019-02-05 11:29:56', '2019-02-05 11:29:56', '', 0, 'https://topwomensocialmediaspeaker.com/wp-content/uploads/2019/02/slide3.jpg', 0, 'attachment', 'image/jpeg', 0),
(329, 1, '2019-02-05 11:29:56', '2019-02-05 11:29:56', '', 'slide5', '', 'inherit', 'open', 'closed', '', 'slide5', '', '', '2019-02-05 11:29:56', '2019-02-05 11:29:56', '', 0, 'https://topwomensocialmediaspeaker.com/wp-content/uploads/2019/02/slide5.jpg', 0, 'attachment', 'image/jpeg', 0),
(330, 1, '2019-02-05 11:29:56', '2019-02-05 11:29:56', '', 'slide6', '', 'inherit', 'open', 'closed', '', 'slide6', '', '', '2019-02-05 11:29:56', '2019-02-05 11:29:56', '', 0, 'https://topwomensocialmediaspeaker.com/wp-content/uploads/2019/02/slide6.jpg', 0, 'attachment', 'image/jpeg', 0),
(331, 1, '2019-02-05 11:29:56', '2019-02-05 11:29:56', '', 'slide7', '', 'inherit', 'open', 'closed', '', 'slide7', '', '', '2019-02-05 11:29:56', '2019-02-05 11:29:56', '', 0, 'https://topwomensocialmediaspeaker.com/wp-content/uploads/2019/02/slide7.jpg', 0, 'attachment', 'image/jpeg', 0),
(332, 1, '2019-02-05 11:29:56', '2019-02-05 11:29:56', '', 'Slider 321 - image', '', 'publish', 'closed', 'closed', '', 'slider-321-image', '', '', '2019-02-05 11:36:02', '2019-02-05 11:36:02', '', 0, 'https://topwomensocialmediaspeaker.com/?post_type=ml-slide&#038;p=332', 0, 'ml-slide', '', 0),
(333, 1, '2019-02-05 11:29:56', '2019-02-05 11:29:56', '', 'Slider 321 - image', '', 'publish', 'closed', 'closed', '', 'slider-321-image-2', '', '', '2019-02-05 11:36:02', '2019-02-05 11:36:02', '', 0, 'https://topwomensocialmediaspeaker.com/?post_type=ml-slide&#038;p=333', 1, 'ml-slide', '', 0),
(334, 1, '2019-02-05 11:29:56', '2019-02-05 11:29:56', '', 'Slider 321 - image', '', 'publish', 'closed', 'closed', '', 'slider-321-image-3', '', '', '2019-02-05 11:36:02', '2019-02-05 11:36:02', '', 0, 'https://topwomensocialmediaspeaker.com/?post_type=ml-slide&#038;p=334', 2, 'ml-slide', '', 0),
(335, 1, '2019-02-05 11:29:56', '2019-02-05 11:29:56', '', 'Slider 321 - image', '', 'publish', 'closed', 'closed', '', 'slider-321-image-4', '', '', '2019-02-05 11:36:02', '2019-02-05 11:36:02', '', 0, 'https://topwomensocialmediaspeaker.com/?post_type=ml-slide&#038;p=335', 3, 'ml-slide', '', 0),
(336, 1, '2019-02-05 11:29:56', '2019-02-05 11:29:56', '', 'Slider 321 - image', '', 'publish', 'closed', 'closed', '', 'slider-321-image-5', '', '', '2019-02-05 11:36:02', '2019-02-05 11:36:02', '', 0, 'https://topwomensocialmediaspeaker.com/?post_type=ml-slide&#038;p=336', 9, 'ml-slide', '', 0),
(337, 1, '2019-02-05 11:29:56', '2019-02-05 11:29:56', '', 'Slider 321 - image', '', 'publish', 'closed', 'closed', '', 'slider-321-image-6', '', '', '2019-02-05 11:36:02', '2019-02-05 11:36:02', '', 0, 'https://topwomensocialmediaspeaker.com/?post_type=ml-slide&#038;p=337', 4, 'ml-slide', '', 0),
(338, 1, '2019-02-05 11:29:56', '2019-02-05 11:29:56', '', 'Slider 321 - image', '', 'publish', 'closed', 'closed', '', 'slider-321-image-7', '', '', '2019-02-05 11:36:02', '2019-02-05 11:36:02', '', 0, 'https://topwomensocialmediaspeaker.com/?post_type=ml-slide&#038;p=338', 5, 'ml-slide', '', 0),
(339, 1, '2019-02-05 11:29:56', '2019-02-05 11:29:56', '', 'Slider 321 - image', '', 'publish', 'closed', 'closed', '', 'slider-321-image-8', '', '', '2019-02-05 11:36:02', '2019-02-05 11:36:02', '', 0, 'https://topwomensocialmediaspeaker.com/?post_type=ml-slide&#038;p=339', 6, 'ml-slide', '', 0),
(340, 1, '2019-02-05 11:29:56', '2019-02-05 11:29:56', '', 'Slider 321 - image', '', 'publish', 'closed', 'closed', '', 'slider-321-image-9', '', '', '2019-02-05 11:36:02', '2019-02-05 11:36:02', '', 0, 'https://topwomensocialmediaspeaker.com/?post_type=ml-slide&#038;p=340', 7, 'ml-slide', '', 0),
(341, 1, '2019-02-05 11:29:56', '2019-02-05 11:29:56', '', 'Slider 321 - image', '', 'publish', 'closed', 'closed', '', 'slider-321-image-10', '', '', '2019-02-05 11:36:02', '2019-02-05 11:36:02', '', 0, 'https://topwomensocialmediaspeaker.com/?post_type=ml-slide&#038;p=341', 8, 'ml-slide', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(342, 1, '2019-02-05 11:32:11', '2019-02-05 11:32:11', '[et_pb_section bb_built=\"1\" _builder_version=\"3.19\" background_color=\"#c9c9c9\" custom_padding=\"15px|0px|0px|0px\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" _builder_version=\"3.19\" background_color=\"#ffffff\" border_radii=\"|10px|10px|0px|0px\" custom_padding=\"0px||0px|\" module_id=\"stick\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#ffffff\" background_color_gradient_end=\"#efefef\" background_color_gradient_direction=\"233deg\" background_color_gradient_start_position=\"44%\"][et_pb_column type=\"2_5\"][et_pb_image _builder_version=\"3.19\" src=\"https://topwomensocialmediaspeaker.com/wp-content/uploads/2019/02/tracy-repchuk2.png\" /][/et_pb_column][et_pb_column type=\"3_5\"][et_pb_divider _builder_version=\"3.19\" color=\"#ffffff\" show_divider=\"off\" /][et_pb_image src=\"https://topwomensocialmediaspeaker.com/wp-content/uploads/2019/02/logo-1.jpg\" show_bottom_space=\"off\" align=\"center\" _builder_version=\"3.19\" custom_margin=\"|40px||0px\" border_radii=\"on|5px|5px|5px|5px\" custom_margin_tablet=\"|0px||0px\" custom_margin_last_edited=\"on|desktop\" /][et_pb_text _builder_version=\"3.19\" custom_margin=\"|40px||\" custom_margin_tablet=\"|0px||\" custom_margin_last_edited=\"on|desktop\" background_color_gradient_start=\"#f7f7f7\" background_color_gradient_end=\"#ffffff\" background_color_gradient_direction=\"97deg\" background_color_gradient_start_position=\"46%\"]\r\n\r\n[metaslider id=\"266\"]\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|20px|30px\" _builder_version=\"3.19\" background_color=\"#28a460\" animation_direction=\"right\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text: section1\" _builder_version=\"3.19\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"24px\" custom_padding=\"10px|||\" animation_style=\"slide\" animation_direction=\"right\"]\r\n\r\n<h1 class=\"text-center\" style=\"font-size: 30px; font-weight: bold; font-family: Arial, Helvetica, sans-serif; text-align: center;\">Tracy Repchuk is the <span class=\"txtyellow\">Top Inspirational Speaker</span> for business branding, online marketing &amp; social\r\nmedia strategy</h1>\r\n\r\n[/et_pb_text][et_pb_text _builder_version=\"3.19\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"24px\" background_color=\"#ffffff\" text_text_color=\"#000000\" border_radii=\"on|10px|10px|10px|10px\" custom_padding=\"30px|20px|20px|30px\" text_font=\"Arial||||||||\" text_font_size=\"17px\" text_line_height=\"21px\" animation_style=\"slide\" animation_direction=\"right\"]\r\n\r\n<div id=\"section-2in\">\r\n\r\nTracy has spoken in over 35 countries in audiences ranging from presidents, heads of state, businesses, corporations, associations, conventions, authors, speakers, entrepreneurs and emerging leaders and continues to enlighten, energize and educate her audiences to massive action and results.\r\n\r\nAs a trusted TV and media resource, appearing in over 22 national networks, over 60 publications and 3 motivational movies she continues to spread her positive message and easy to understand breakdowns of technology, business, branding, and social media.\r\n\r\nSelect Tracy Repchuk the Top Inspirational Speaker for your next event!\r\n\r\n</div>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|15px|30px|false|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#eeeeee\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text: Section 2\" _builder_version=\"3.19\" header_font=\"|800|||||||\" header_text_align=\"center\" header_text_color=\"#0183fc\" custom_padding=\"20px|30px|20px|30px\" animation_style=\"slide\" animation_direction=\"left\" header_2_text_color=\"#ff3523\"]\r\n\r\n<h2 class=\"red-heading aligncenter\" style=\"font-size: 30px; text-align: center;\"><strong>Tracy Repchuk on TV ....</strong></h2>\r\n<div align=\"center\"><iframe src=\"https://player.vimeo.com/video/137569136\" width=\"700\" height=\"500\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></div>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" _builder_version=\"3.19\" background_color=\"#ffffff\" box_shadow_style=\"preset1\" animation_direction=\"right\"][et_pb_column type=\"1_3\"][et_pb_image src=\"http://109.199.127.251/~fastacti/socialmediaspeakerlosangeles.com/wp-content/uploads/2019/02/book-tracy.jpg\" _builder_version=\"3.19\" module_alignment=\"center\" url=\"http://tracyrepchuk.com/booktracy/\" url_new_window=\"on\" align=\"center\" animation_style=\"slide\" animation_direction=\"right\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image src=\"http://109.199.127.251/~fastacti/socialmediaspeakerlosangeles.com/wp-content/uploads/2019/02/tracy-master-site.jpg\" _builder_version=\"3.19\" module_alignment=\"center\" url=\"http://tracyrepchuk.com/\" align=\"center\" animation_style=\"slide\" animation_direction=\"right\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image src=\"http://109.199.127.251/~fastacti/socialmediaspeakerlosangeles.com/wp-content/uploads/2019/02/in-the-media.jpg\" _builder_version=\"3.19\" module_alignment=\"center\" url=\"http://tracyrepchukmedia.com/\" url_new_window=\"on\" align=\"center\" animation_style=\"slide\" animation_direction=\"right\" /][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|15px|30px|false|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#eeeeee\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text: Section 4 videos\" _builder_version=\"3.19\" header_font=\"|800|||||||\" header_text_align=\"center\" header_text_color=\"#0183fc\" custom_padding=\"20px|30px|20px|30px\" animation_style=\"slide\" animation_direction=\"left\" header_2_text_color=\"#ff3523\"]\r\n\r\n<div align=\"center\" style=\"margin-top:0px; background-color:#eee; padding:0px;\">\r\n<h2 class=\"red-heading aligncenter\" style=\"font-size: 30px; text-align: center;\"><strong>Tracy Repchuk on Stage ....<br /></strong></h2>\r\n<p><iframe width=\"700\" height=\"500\" src=\"https://www.youtube.com/embed/YRVDUu8ZxvI?list=PL4ZX0knUpCzVV9IXNtdKase3zO1OehVWK\" frameborder=\"0\" allowfullscreen=\"\"></iframe></div>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|15px|30px|false|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#ffffff\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text: Section 5\" _builder_version=\"3.19\" header_font=\"|800|||||||\" header_text_align=\"center\" header_text_color=\"#0183fc\" custom_padding=\"20px|30px|20px|30px\" animation_direction=\"left\" header_2_text_color=\"#ff3523\"]\r\n\r\n<h2 class=\"red-text aligncenter\" style=\"font-size:30px; text-align:center;\"><strong>Here\'s Why You Pick Tracy For Your Next Event .....</strong></h2>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|15px|30px|false|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#ffffff\" animation_style=\"slide\" animation_direction=\"right\"][et_pb_column type=\"1_2\"][et_pb_text _builder_version=\"3.19\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"21px\" background_color=\"#eeeeee\" custom_padding=\"10px|10px|10px|10px\" border_radii=\"on|5px|5px|5px|5px\"]\r\n\r\n<div id=\"section-3\" class=\"spacing animBlock float1 viewed\" data-position=\"left\" style=\"background-color:#eee;\">\r\n<p align=\"center\"><strong>ABCs Secret Millionaire James Malinchak</strong></p>\r\n<div align=\"center\"><iframe width=\"300\" height=\"200\" src=\"https://www.youtube.com/embed/Mi45J2ao_8Q\" frameborder=\"0\" allowfullscreen=\"\"></iframe></div>\r\n</div>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text _builder_version=\"3.19\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"21px\" background_color=\"#eeeeee\" custom_padding=\"10px|10px|10px|10px\" border_radii=\"on|5px|5px|5px|5px\"]\r\n\r\n<div id=\"section-3\" class=\"spacing animBlock float1 viewed\" style=\"background-color: #eee;\" data-position=\"left\">\r\n<p style=\"text-align: center;\"><strong>Tahir Shah UK Live</strong></p>\r\n<div align=\"center\"><iframe src=\"https://www.youtube.com/embed/5r2lKAQe5uI\" width=\"300\" height=\"200\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></div>\r\n</div>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|15px|30px|false|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#ffffff\" animation_style=\"slide\" animation_direction=\"left\"][et_pb_column type=\"1_2\"][et_pb_testimonial _builder_version=\"3.19\" author=\"Amy Vegara \" job_title=\"Owner/Consultant at Vegara Consulting\" quote_icon_background_color=\"#f5f5f5\" box_shadow_style_image=\"preset3\" background_color=\"#af4868\" background_layout=\"dark\" body_font=\"||on||||||\" quote_icon_color=\"#000000\"]\r\n\r\n<p>\r\nTracy Repchuk is an incredible speaker. Her style is entertaining, educational and really easy to understand. I would hire her as a speaker or attend one of her shows any day.</p>\r\n\r\n[/et_pb_testimonial][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_testimonial _builder_version=\"3.19\" author=\"Maria Stevens \" job_title=\"Manager, Business Development at NetComco\" quote_icon_background_color=\"#f5f5f5\" background_color=\"#f7e61d\" body_font=\"||on||||||\"]\r\n\r\n<p>\r\nI don\'t often write reviews but when I saw Tracy Repchuk speak at an event I was attending and then checked out her websites, I couldn\'t believe how impressed I was by her energy and abilities and then how much she has accomplished. Book her - book her now!</p>\r\n\r\n[/et_pb_testimonial][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|15px|30px|false|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#ffffff\" animation_style=\"slide\" animation_direction=\"left\"][et_pb_column type=\"4_4\"][et_pb_testimonial _builder_version=\"3.19\" author=\"Marti Slinde \" job_title=\"Consultant at Slinde Communications\" quote_icon_background_color=\"#f5f5f5\" background_color=\"#fd7e00\" body_font=\"||on||||||\"]\r\n\r\n<p>\r\nI have attended a lot of events but when Tracy Repchuk hit the stage she woke us all up. She was so energetic and you could tell she loved what she was talking about (even though it is Internet and branding), and she got a standing ovation at the end of it. As a speaker I thought she was amazing and would recommend her to anyone looking for someone who can take a technical subject and make it fun and easy to understand.</p>\r\n\r\n[/et_pb_testimonial][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" _builder_version=\"3.19\" background_color=\"#ffffff\" border_radii=\"|||30px|30px\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19\" text_text_color=\"#000000\" text_font_size=\"16px\" custom_padding=\"|||30px\"]\r\n\r\n<h2 class=\"red-heading aligncenter\" style=\"font-size: 30px; margin-bottom: 15px; text-align: center;\"><strong>Tracy Repchuk - Trusted TV Resource As Seen On …</strong></h2>\r\n<p><img class=\"size-full wp-image-220 aligncenter\" src=\"http://109.199.127.251/~fastacti/socialmediaspeakerlosangeles.com/wp-content/uploads/2019/02/tracy-media.jpg\" alt=\"\" width=\"703\" height=\"1167\" /></p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19\" /][/et_pb_column][/et_pb_row][/et_pb_section]', 'Home', '', 'inherit', 'closed', 'closed', '', '5-revision-v1', '', '', '2019-02-05 11:32:11', '2019-02-05 11:32:11', '', 5, 'https://topwomensocialmediaspeaker.com/2019/02/05/5-revision-v1/', 0, 'revision', '', 0),
(343, 1, '2019-02-05 11:32:50', '2019-02-05 11:32:50', '[et_pb_section bb_built=\"1\" _builder_version=\"3.19\" background_color=\"#c9c9c9\" custom_padding=\"15px|0px|0px|0px\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" _builder_version=\"3.19\" background_color=\"#ffffff\" border_radii=\"|10px|10px|0px|0px\" custom_padding=\"0px||0px|\" module_id=\"stick\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#ffffff\" background_color_gradient_end=\"#efefef\" background_color_gradient_direction=\"233deg\" background_color_gradient_start_position=\"44%\"][et_pb_column type=\"2_5\"][et_pb_image _builder_version=\"3.19\" src=\"https://topwomensocialmediaspeaker.com/wp-content/uploads/2019/02/tracy-repchuk2.png\" /][/et_pb_column][et_pb_column type=\"3_5\"][et_pb_divider _builder_version=\"3.19\" color=\"#ffffff\" show_divider=\"off\" /][et_pb_image src=\"https://topwomensocialmediaspeaker.com/wp-content/uploads/2019/02/logo-1.jpg\" show_bottom_space=\"off\" align=\"center\" _builder_version=\"3.19\" custom_margin=\"|40px||0px\" border_radii=\"on|5px|5px|5px|5px\" custom_margin_tablet=\"|0px||0px\" custom_margin_last_edited=\"on|desktop\" /][et_pb_text _builder_version=\"3.19\" custom_margin=\"|40px||\" custom_margin_tablet=\"|0px||\" custom_margin_last_edited=\"on|desktop\" background_color_gradient_start=\"#f7f7f7\" background_color_gradient_end=\"#ffffff\" background_color_gradient_direction=\"97deg\" background_color_gradient_start_position=\"46%\"]\r\n\r\n[metaslider id=321]\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|20px|30px\" _builder_version=\"3.19\" background_color=\"#28a460\" animation_direction=\"right\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text: section1\" _builder_version=\"3.19\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"24px\" custom_padding=\"10px|||\" animation_style=\"slide\" animation_direction=\"right\"]\r\n\r\n<h1 class=\"text-center\" style=\"font-size: 30px; font-weight: bold; font-family: Arial, Helvetica, sans-serif; text-align: center;\">Tracy Repchuk is the <span class=\"txtyellow\">Top Inspirational Speaker</span> for business branding, online marketing &amp; social\r\nmedia strategy</h1>\r\n\r\n[/et_pb_text][et_pb_text _builder_version=\"3.19\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"24px\" background_color=\"#ffffff\" text_text_color=\"#000000\" border_radii=\"on|10px|10px|10px|10px\" custom_padding=\"30px|20px|20px|30px\" text_font=\"Arial||||||||\" text_font_size=\"17px\" text_line_height=\"21px\" animation_style=\"slide\" animation_direction=\"right\"]\r\n\r\n<div id=\"section-2in\">\r\n\r\nTracy has spoken in over 35 countries in audiences ranging from presidents, heads of state, businesses, corporations, associations, conventions, authors, speakers, entrepreneurs and emerging leaders and continues to enlighten, energize and educate her audiences to massive action and results.\r\n\r\nAs a trusted TV and media resource, appearing in over 22 national networks, over 60 publications and 3 motivational movies she continues to spread her positive message and easy to understand breakdowns of technology, business, branding, and social media.\r\n\r\nSelect Tracy Repchuk the Top Inspirational Speaker for your next event!\r\n\r\n</div>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|15px|30px|false|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#eeeeee\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text: Section 2\" _builder_version=\"3.19\" header_font=\"|800|||||||\" header_text_align=\"center\" header_text_color=\"#0183fc\" custom_padding=\"20px|30px|20px|30px\" animation_style=\"slide\" animation_direction=\"left\" header_2_text_color=\"#ff3523\"]\r\n\r\n<h2 class=\"red-heading aligncenter\" style=\"font-size: 30px; text-align: center;\"><strong>Tracy Repchuk on TV ....</strong></h2>\r\n<div align=\"center\"><iframe src=\"https://player.vimeo.com/video/137569136\" width=\"700\" height=\"500\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></div>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" _builder_version=\"3.19\" background_color=\"#ffffff\" box_shadow_style=\"preset1\" animation_direction=\"right\"][et_pb_column type=\"1_3\"][et_pb_image src=\"http://109.199.127.251/~fastacti/socialmediaspeakerlosangeles.com/wp-content/uploads/2019/02/book-tracy.jpg\" _builder_version=\"3.19\" module_alignment=\"center\" url=\"http://tracyrepchuk.com/booktracy/\" url_new_window=\"on\" align=\"center\" animation_style=\"slide\" animation_direction=\"right\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image src=\"http://109.199.127.251/~fastacti/socialmediaspeakerlosangeles.com/wp-content/uploads/2019/02/tracy-master-site.jpg\" _builder_version=\"3.19\" module_alignment=\"center\" url=\"http://tracyrepchuk.com/\" align=\"center\" animation_style=\"slide\" animation_direction=\"right\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image src=\"http://109.199.127.251/~fastacti/socialmediaspeakerlosangeles.com/wp-content/uploads/2019/02/in-the-media.jpg\" _builder_version=\"3.19\" module_alignment=\"center\" url=\"http://tracyrepchukmedia.com/\" url_new_window=\"on\" align=\"center\" animation_style=\"slide\" animation_direction=\"right\" /][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|15px|30px|false|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#eeeeee\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text: Section 4 videos\" _builder_version=\"3.19\" header_font=\"|800|||||||\" header_text_align=\"center\" header_text_color=\"#0183fc\" custom_padding=\"20px|30px|20px|30px\" animation_style=\"slide\" animation_direction=\"left\" header_2_text_color=\"#ff3523\"]\r\n\r\n<div align=\"center\" style=\"margin-top:0px; background-color:#eee; padding:0px;\">\r\n<h2 class=\"red-heading aligncenter\" style=\"font-size: 30px; text-align: center;\"><strong>Tracy Repchuk on Stage ....<br /></strong></h2>\r\n<p><iframe width=\"700\" height=\"500\" src=\"https://www.youtube.com/embed/YRVDUu8ZxvI?list=PL4ZX0knUpCzVV9IXNtdKase3zO1OehVWK\" frameborder=\"0\" allowfullscreen=\"\"></iframe></div>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|15px|30px|false|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#ffffff\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text: Section 5\" _builder_version=\"3.19\" header_font=\"|800|||||||\" header_text_align=\"center\" header_text_color=\"#0183fc\" custom_padding=\"20px|30px|20px|30px\" animation_direction=\"left\" header_2_text_color=\"#ff3523\"]\r\n\r\n<h2 class=\"red-text aligncenter\" style=\"font-size:30px; text-align:center;\"><strong>Here\'s Why You Pick Tracy For Your Next Event .....</strong></h2>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|15px|30px|false|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#ffffff\" animation_style=\"slide\" animation_direction=\"right\"][et_pb_column type=\"1_2\"][et_pb_text _builder_version=\"3.19\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"21px\" background_color=\"#eeeeee\" custom_padding=\"10px|10px|10px|10px\" border_radii=\"on|5px|5px|5px|5px\"]\r\n\r\n<div id=\"section-3\" class=\"spacing animBlock float1 viewed\" data-position=\"left\" style=\"background-color:#eee;\">\r\n<p align=\"center\"><strong>ABCs Secret Millionaire James Malinchak</strong></p>\r\n<div align=\"center\"><iframe width=\"300\" height=\"200\" src=\"https://www.youtube.com/embed/Mi45J2ao_8Q\" frameborder=\"0\" allowfullscreen=\"\"></iframe></div>\r\n</div>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text _builder_version=\"3.19\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"21px\" background_color=\"#eeeeee\" custom_padding=\"10px|10px|10px|10px\" border_radii=\"on|5px|5px|5px|5px\"]\r\n\r\n<div id=\"section-3\" class=\"spacing animBlock float1 viewed\" style=\"background-color: #eee;\" data-position=\"left\">\r\n<p style=\"text-align: center;\"><strong>Tahir Shah UK Live</strong></p>\r\n<div align=\"center\"><iframe src=\"https://www.youtube.com/embed/5r2lKAQe5uI\" width=\"300\" height=\"200\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></div>\r\n</div>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|15px|30px|false|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#ffffff\" animation_style=\"slide\" animation_direction=\"left\"][et_pb_column type=\"1_2\"][et_pb_testimonial _builder_version=\"3.19\" author=\"Amy Vegara \" job_title=\"Owner/Consultant at Vegara Consulting\" quote_icon_background_color=\"#f5f5f5\" box_shadow_style_image=\"preset3\" background_color=\"#af4868\" background_layout=\"dark\" body_font=\"||on||||||\" quote_icon_color=\"#000000\"]\r\n\r\n<p>\r\nTracy Repchuk is an incredible speaker. Her style is entertaining, educational and really easy to understand. I would hire her as a speaker or attend one of her shows any day.</p>\r\n\r\n[/et_pb_testimonial][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_testimonial _builder_version=\"3.19\" author=\"Maria Stevens \" job_title=\"Manager, Business Development at NetComco\" quote_icon_background_color=\"#f5f5f5\" background_color=\"#f7e61d\" body_font=\"||on||||||\"]\r\n\r\n<p>\r\nI don\'t often write reviews but when I saw Tracy Repchuk speak at an event I was attending and then checked out her websites, I couldn\'t believe how impressed I was by her energy and abilities and then how much she has accomplished. Book her - book her now!</p>\r\n\r\n[/et_pb_testimonial][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|15px|30px|false|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#ffffff\" animation_style=\"slide\" animation_direction=\"left\"][et_pb_column type=\"4_4\"][et_pb_testimonial _builder_version=\"3.19\" author=\"Marti Slinde \" job_title=\"Consultant at Slinde Communications\" quote_icon_background_color=\"#f5f5f5\" background_color=\"#fd7e00\" body_font=\"||on||||||\"]\r\n\r\n<p>\r\nI have attended a lot of events but when Tracy Repchuk hit the stage she woke us all up. She was so energetic and you could tell she loved what she was talking about (even though it is Internet and branding), and she got a standing ovation at the end of it. As a speaker I thought she was amazing and would recommend her to anyone looking for someone who can take a technical subject and make it fun and easy to understand.</p>\r\n\r\n[/et_pb_testimonial][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" _builder_version=\"3.19\" background_color=\"#ffffff\" border_radii=\"|||30px|30px\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19\" text_text_color=\"#000000\" text_font_size=\"16px\" custom_padding=\"|||30px\"]\r\n\r\n<h2 class=\"red-heading aligncenter\" style=\"font-size: 30px; margin-bottom: 15px; text-align: center;\"><strong>Tracy Repchuk - Trusted TV Resource As Seen On …</strong></h2>\r\n<p><img class=\"size-full wp-image-220 aligncenter\" src=\"http://109.199.127.251/~fastacti/socialmediaspeakerlosangeles.com/wp-content/uploads/2019/02/tracy-media.jpg\" alt=\"\" width=\"703\" height=\"1167\" /></p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19\" /][/et_pb_column][/et_pb_row][/et_pb_section]', 'Home', '', 'inherit', 'closed', 'closed', '', '5-revision-v1', '', '', '2019-02-05 11:32:50', '2019-02-05 11:32:50', '', 5, 'https://topwomensocialmediaspeaker.com/2019/02/05/5-revision-v1/', 0, 'revision', '', 0),
(345, 1, '2019-02-05 11:35:10', '2019-02-05 11:35:10', '.red_text{\n	/*color: #800000;*/\n	color:red;\n	font-weight:800;\n	font-size: 19px !important;\n}\n.red_heading{\n	/*color: #800000;*/\n	color: red;\n	font-weight: 600;\n}\n\n.txtyellow{ color:#FDF018;}\n\n.head-blue{background:#3c85ca; padding:15px; margin:10px 0px;}\n.head-gold{background:#DEB963; padding:0px; margin:0px 0px; clear:both;}\n\n.white_heading{color: #fff; font-size:40px;\n	font-weight: 800; text-shadow: 1px 1px 0px rgba(0,0,0,0.5);}\n\n.tex-bold{\n	font-weight:800;	\n}\n#section-1{ \n	\n}\n#section-1 h1{\n	/*font-family: \'Open Sans\';*/\n	  font-family: Arial, Helvetica, sans-serif;\n	/*color:#0b4294;*/\n	color:#000;\n	text-shadow: 1px 1px 0px rgba(0,0,0,0.5);	\n	font-size: 32px;\n	line-height: 1.5;\n}\n\n.txtblue{ color:#0B73BA;}\n\n.list{\n	list-style-image:url(images/list_03.png);\n	margin:0;	\n}\n.list li{\n	margin:5px 0 5px 0;\n}\n.list-arrow{\n	list-style-image:url(images/list_07.png);\n	margin:0;\n}\n.list-arrow li{\n	margin: 5px 0 5px 25px;\n}\n.img1{\n	float:left;\n	margin-right:17px;	\n}\n#section-2{\n	margin: 0 25px;\n	background-color:#28A460;\n	border-radius:10px;		\n}\n\n#section-2 h1{ color:#fff;}\n\n#section-2 p{\n		padding:0;\n		font-size:17px;\n		\n}\n#section-2 img{\n	margin-right:5px;	\n}\n#section-3{\n	/*width: 700px;*/\n	margin: 10px 25px;\n	background-color:#DEDEDE;\n	border-radius:10px;\n}\n\n.videos{\n	/*width: 700px;*/\n	margin: 10px 25px;\n	background-color:#DEDEDE;\n	border-radius:10px;\n}\n\n#section-3 h2{\n	/*color:#800000;*/\n	color: #fff;\n}\n#section-3 p{\n	font-size: 17px;\n}\n.container{\n	padding-right: 39px;\n	padding-left: 39px;\n}\n.order{\n	text-align:center;\n}\n.order h2{\n	color:#ff0000 !important;\n	\n}\n.order h1{\n	color:#ff4a4a;\n	margin-top:-14px;\n}\n.order h4{\n	color:#ff0000;\n	margin-top:-14px;\n	margin-bottom:-14px;\n}\n.slider-321{border-radius:10px}', 'Divi', '', 'inherit', 'closed', 'closed', '', '181-revision-v1', '', '', '2019-02-05 11:35:10', '2019-02-05 11:35:10', '', 181, 'https://topwomensocialmediaspeaker.com/2019/02/05/181-revision-v1/', 0, 'revision', '', 0),
(346, 1, '2019-02-09 06:20:12', '2019-02-09 06:20:12', '[et_pb_section bb_built=\"1\" _builder_version=\"3.19\" background_color=\"#c9c9c9\" custom_padding=\"15px|0px|0px|0px\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" _builder_version=\"3.19\" background_color=\"#ffffff\" border_radii=\"|10px|10px|0px|0px\" custom_padding=\"0px||0px|\" module_id=\"stick\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#ffffff\" background_color_gradient_end=\"#efefef\" background_color_gradient_direction=\"233deg\" background_color_gradient_start_position=\"44%\"][et_pb_column type=\"2_5\"][et_pb_image _builder_version=\"3.19\" src=\"https://topwomensocialmediaspeaker.com/wp-content/uploads/2019/02/tracy-repchuk2.png\" /][/et_pb_column][et_pb_column type=\"3_5\"][et_pb_divider _builder_version=\"3.19\" color=\"#ffffff\" show_divider=\"off\" /][et_pb_image src=\"https://topwomensocialmediaspeaker.com/wp-content/uploads/2019/02/logo-1.jpg\" show_bottom_space=\"off\" align=\"center\" _builder_version=\"3.19\" custom_margin=\"|40px||0px\" border_radii=\"on|5px|5px|5px|5px\" custom_margin_tablet=\"|0px||0px\" custom_margin_last_edited=\"on|desktop\" /][et_pb_text _builder_version=\"3.19\" custom_margin=\"|40px||\" custom_margin_tablet=\"|0px||\" custom_margin_last_edited=\"on|desktop\" background_color_gradient_start=\"#f7f7f7\" background_color_gradient_end=\"#ffffff\" background_color_gradient_direction=\"97deg\" background_color_gradient_start_position=\"46%\"]\r\n\r\n[metaslider id=321]\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|20px|30px\" _builder_version=\"3.19\" background_color=\"#28a460\" animation_direction=\"right\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text: section1\" _builder_version=\"3.19\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"24px\" custom_padding=\"10px|||\" animation_style=\"slide\" animation_direction=\"right\"]\r\n\r\n<h1 class=\"text-center\" style=\"font-size: 30px; font-weight: bold; font-family: Arial, Helvetica, sans-serif; text-align: center;\">Tracy Repchuk is the <span class=\"txtyellow\">Top Woman Speaker</span> for business branding, online marketing &amp; social\r\nmedia strategy</h1>\r\n\r\n[/et_pb_text][et_pb_text _builder_version=\"3.19\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"24px\" background_color=\"#ffffff\" text_text_color=\"#000000\" border_radii=\"on|10px|10px|10px|10px\" custom_padding=\"30px|20px|20px|30px\" text_font=\"Arial||||||||\" text_font_size=\"17px\" text_line_height=\"21px\" animation_style=\"slide\" animation_direction=\"right\"]\r\n\r\n<div id=\"section-2in\">\r\n\r\nTracy has spoken in over 35 countries in audiences ranging from presidents, heads of state, businesses, corporations, associations, conventions, authors, speakers, entrepreneurs and emerging leaders and continues to enlighten, energize and educate her audiences to massive action and results.\r\n\r\nAs a trusted TV and media resource, appearing in over 22 national networks, over 60 publications and 3 motivational movies she continues to spread her positive message and easy to understand breakdowns of technology, business, branding, and social media.\r\n\r\nSelect Tracy Repchuk&nbsp;the Top Woman Speaker for your next event!\r\n\r\n</div>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|15px|30px|false|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#eeeeee\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text: Section 2\" _builder_version=\"3.19\" header_font=\"|800|||||||\" header_text_align=\"center\" header_text_color=\"#0183fc\" custom_padding=\"20px|30px|20px|30px\" animation_style=\"slide\" animation_direction=\"left\" header_2_text_color=\"#ff3523\"]\r\n\r\n<h2 class=\"red-heading aligncenter\" style=\"font-size: 30px; text-align: center;\"><strong>Tracy Repchuk on TV ....</strong></h2>\r\n<div align=\"center\"><iframe src=\"https://player.vimeo.com/video/137569136\" width=\"700\" height=\"500\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></div>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" _builder_version=\"3.19\" background_color=\"#ffffff\" box_shadow_style=\"preset1\" animation_direction=\"right\"][et_pb_column type=\"1_3\"][et_pb_image src=\"http://109.199.127.251/~fastacti/socialmediaspeakerlosangeles.com/wp-content/uploads/2019/02/book-tracy.jpg\" _builder_version=\"3.19\" module_alignment=\"center\" url=\"http://tracyrepchuk.com/booktracy/\" url_new_window=\"on\" align=\"center\" animation_style=\"slide\" animation_direction=\"right\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image src=\"http://109.199.127.251/~fastacti/socialmediaspeakerlosangeles.com/wp-content/uploads/2019/02/tracy-master-site.jpg\" _builder_version=\"3.19\" module_alignment=\"center\" url=\"http://tracyrepchuk.com/\" align=\"center\" animation_style=\"slide\" animation_direction=\"right\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image src=\"http://109.199.127.251/~fastacti/socialmediaspeakerlosangeles.com/wp-content/uploads/2019/02/in-the-media.jpg\" _builder_version=\"3.19\" module_alignment=\"center\" url=\"http://tracyrepchukmedia.com/\" url_new_window=\"on\" align=\"center\" animation_style=\"slide\" animation_direction=\"right\" /][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|15px|30px|false|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#eeeeee\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text: Section 4 videos\" _builder_version=\"3.19\" header_font=\"|800|||||||\" header_text_align=\"center\" header_text_color=\"#0183fc\" custom_padding=\"20px|30px|20px|30px\" animation_style=\"slide\" animation_direction=\"left\" header_2_text_color=\"#ff3523\"]\r\n\r\n<div align=\"center\" style=\"margin-top:0px; background-color:#eee; padding:0px;\">\r\n<h2 class=\"red-heading aligncenter\" style=\"font-size: 30px; text-align: center;\"><strong>Tracy Repchuk on Stage ....<br /></strong></h2>\r\n<p><iframe width=\"700\" height=\"500\" src=\"https://www.youtube.com/embed/YRVDUu8ZxvI?list=PL4ZX0knUpCzVV9IXNtdKase3zO1OehVWK\" frameborder=\"0\" allowfullscreen=\"\"></iframe></div>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|15px|30px|false|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#ffffff\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text: Section 5\" _builder_version=\"3.19\" header_font=\"|800|||||||\" header_text_align=\"center\" header_text_color=\"#0183fc\" custom_padding=\"20px|30px|20px|30px\" animation_direction=\"left\" header_2_text_color=\"#ff3523\"]\r\n\r\n<h2 class=\"red-text aligncenter\" style=\"font-size:30px; text-align:center;\"><strong>Here\'s Why You Pick Tracy For Your Next Event .....</strong></h2>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|15px|30px|false|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#ffffff\" animation_style=\"slide\" animation_direction=\"right\"][et_pb_column type=\"1_2\"][et_pb_text _builder_version=\"3.19\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"21px\" background_color=\"#eeeeee\" custom_padding=\"10px|10px|10px|10px\" border_radii=\"on|5px|5px|5px|5px\"]\r\n\r\n<div id=\"section-3\" class=\"spacing animBlock float1 viewed\" data-position=\"left\" style=\"background-color:#eee;\">\r\n<p align=\"center\"><strong>ABCs Secret Millionaire James Malinchak</strong></p>\r\n<div align=\"center\"><iframe width=\"300\" height=\"200\" src=\"https://www.youtube.com/embed/Mi45J2ao_8Q\" frameborder=\"0\" allowfullscreen=\"\"></iframe></div>\r\n</div>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text _builder_version=\"3.19\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"21px\" background_color=\"#eeeeee\" custom_padding=\"10px|10px|10px|10px\" border_radii=\"on|5px|5px|5px|5px\"]\r\n\r\n<div id=\"section-3\" class=\"spacing animBlock float1 viewed\" style=\"background-color: #eee;\" data-position=\"left\">\r\n<p style=\"text-align: center;\"><strong>Tahir Shah UK Live</strong></p>\r\n<div align=\"center\"><iframe src=\"https://www.youtube.com/embed/5r2lKAQe5uI\" width=\"300\" height=\"200\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></div>\r\n</div>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|15px|30px|false|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#ffffff\" animation_style=\"slide\" animation_direction=\"left\"][et_pb_column type=\"1_2\"][et_pb_testimonial _builder_version=\"3.19\" author=\"Amy Vegara \" job_title=\"Owner/Consultant at Vegara Consulting\" quote_icon_background_color=\"#f5f5f5\" box_shadow_style_image=\"preset3\" background_color=\"#af4868\" background_layout=\"dark\" body_font=\"||on||||||\" quote_icon_color=\"#000000\"]\r\n\r\n<p>\r\nTracy Repchuk is an incredible speaker. Her style is entertaining, educational and really easy to understand. I would hire her as a speaker or attend one of her shows any day.</p>\r\n\r\n[/et_pb_testimonial][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_testimonial _builder_version=\"3.19\" author=\"Maria Stevens \" job_title=\"Manager, Business Development at NetComco\" quote_icon_background_color=\"#f5f5f5\" background_color=\"#f7e61d\" body_font=\"||on||||||\"]\r\n\r\n<p>\r\nI don\'t often write reviews but when I saw Tracy Repchuk speak at an event I was attending and then checked out her websites, I couldn\'t believe how impressed I was by her energy and abilities and then how much she has accomplished. Book her - book her now!</p>\r\n\r\n[/et_pb_testimonial][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|15px|30px|false|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#ffffff\" animation_style=\"slide\" animation_direction=\"left\"][et_pb_column type=\"4_4\"][et_pb_testimonial _builder_version=\"3.19\" author=\"Marti Slinde \" job_title=\"Consultant at Slinde Communications\" quote_icon_background_color=\"#f5f5f5\" background_color=\"#fd7e00\" body_font=\"||on||||||\"]\r\n\r\n<p>\r\nI have attended a lot of events but when Tracy Repchuk hit the stage she woke us all up. She was so energetic and you could tell she loved what she was talking about (even though it is Internet and branding), and she got a standing ovation at the end of it. As a speaker I thought she was amazing and would recommend her to anyone looking for someone who can take a technical subject and make it fun and easy to understand.</p>\r\n\r\n[/et_pb_testimonial][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" _builder_version=\"3.19\" background_color=\"#ffffff\" border_radii=\"|||30px|30px\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19\" text_text_color=\"#000000\" text_font_size=\"16px\" custom_padding=\"|||30px\"]\r\n\r\n<h2 class=\"red-heading aligncenter\" style=\"font-size: 30px; margin-bottom: 15px; text-align: center;\"><strong>Tracy Repchuk - Trusted TV Resource As Seen On …</strong></h2>\r\n<p><img class=\"size-full wp-image-220 aligncenter\" src=\"http://109.199.127.251/~fastacti/socialmediaspeakerlosangeles.com/wp-content/uploads/2019/02/tracy-media.jpg\" alt=\"\" width=\"703\" height=\"1167\" /></p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19\" /][/et_pb_column][/et_pb_row][/et_pb_section]', 'Home', '', 'inherit', 'closed', 'closed', '', '5-revision-v1', '', '', '2019-02-09 06:20:12', '2019-02-09 06:20:12', '', 5, 'https://topwomensocialmediaspeaker.com/2019/02/09/5-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(349, 1, '2019-05-29 02:27:50', '2019-05-29 02:27:50', '[et_pb_section fb_built=\"1\" _builder_version=\"3.19\" background_color=\"#c9c9c9\" custom_padding=\"15px|0px|0px|0px\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"0px||0px|\" module_id=\"stick\" _builder_version=\"3.19\" background_color=\"#ffffff\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#ffffff\" background_color_gradient_end=\"#efefef\" background_color_gradient_direction=\"233deg\" background_color_gradient_start_position=\"44%\" border_radii=\"|10px|10px|0px|0px\"][et_pb_column type=\"2_5\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"https://topwomensocialmediaspeaker.com/wp-content/uploads/2019/02/tracy-repchuk2.png\" _builder_version=\"3.19\"][/et_pb_image][/et_pb_column][et_pb_column type=\"3_5\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_divider show_divider=\"off\" _builder_version=\"3.19\"][/et_pb_divider][et_pb_image src=\"https://topwomensocialmediaspeaker.com/wp-content/uploads/2019/02/logo-1.jpg\" show_bottom_space=\"off\" align=\"center\" _builder_version=\"3.19\" border_radii=\"on|5px|5px|5px|5px\" custom_margin=\"|40px||0px\" custom_margin_tablet=\"|0px||0px\" custom_margin_last_edited=\"on|desktop\"][/et_pb_image][et_pb_text _builder_version=\"3.19\" background_color_gradient_direction=\"97deg\" custom_margin=\"|40px||\" custom_margin_tablet=\"|0px||\" custom_margin_last_edited=\"on|desktop\"][metaslider id=321]\r[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|20px|30px\" _builder_version=\"3.19\" background_color=\"#28a460\" animation_direction=\"right\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text admin_label=\"Text: section1\" _builder_version=\"3.19\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"24px\" custom_padding=\"10px|||\" animation_style=\"slide\" animation_direction=\"right\"]<h1 class=\"text-center\" style=\"font-size: 30px; font-weight: bold; font-family: Arial, Helvetica, sans-serif; text-align: center;\">Tracy Repchuk is the <span class=\"txtyellow\">Top Woman Speaker</span> for business branding, online marketing &amp; social\r\nmedia strategy</h1>\r[/et_pb_text][et_pb_text _builder_version=\"3.19\" text_font=\"Arial||||||||\" text_text_color=\"#000000\" text_font_size=\"17px\" text_line_height=\"21px\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"24px\" background_color=\"#ffffff\" border_radii=\"on|10px|10px|10px|10px\" custom_padding=\"30px|20px|20px|30px\" animation_style=\"slide\" animation_direction=\"right\"]<div id=\"section-2in\">\r\n\r\nTracy has spoken in over 35 countries in audiences ranging from presidents, heads of state, businesses, corporations, associations, conventions, authors, speakers, entrepreneurs and emerging leaders and continues to enlighten, energize and educate her audiences to massive action and results.\r\n\r\nAs a trusted TV and media resource, appearing in over 22 national networks, over 60 publications and 3 motivational movies she continues to spread her positive message and easy to understand breakdowns of technology, business, branding, and social media.\r\n\r\nSelect Tracy Repchuk&nbsp;the Top Woman Speaker for your next event!\r\n\r\n</div>\r[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|15px|30px|false|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#eeeeee\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text admin_label=\"Text: Section 2\" _builder_version=\"3.19\" header_font=\"|800|||||||\" header_text_align=\"center\" header_text_color=\"#0183fc\" header_2_text_color=\"#ff3523\" custom_padding=\"20px|30px|20px|30px\" animation_style=\"slide\" animation_direction=\"left\"]<h2 class=\"red-heading aligncenter\" style=\"font-size: 30px; text-align: center;\"><strong>Tracy Repchuk on TV ....</strong></h2>\r\n<div align=\"center\"><iframe src=\"https://player.vimeo.com/video/137569136\" width=\"700\" height=\"500\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></div>\r[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" _builder_version=\"3.19\" background_color=\"#ffffff\" box_shadow_style=\"preset1\" animation_direction=\"right\"][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"https://topwomensocialmediaspeaker.com/wp-content/uploads/2019/02/book-tracy.jpg\" url=\"https://tracyrepchuk.com/booktracy/\" url_new_window=\"on\" align=\"center\" _builder_version=\"3.19\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"right\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"https://topwomensocialmediaspeaker.com/wp-content/uploads/2019/02/tracy-master-site.jpg\" url=\"https://tracyrepchuk.com/\" url_new_window=\"on\" align=\"center\" _builder_version=\"3.19\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"right\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"https://topwomensocialmediaspeaker.com/wp-content/uploads/2019/02/in-the-media.jpg\" url=\"https://tracyrepchuk.com/media/\" url_new_window=\"on\" align=\"center\" _builder_version=\"3.19\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"right\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|15px|30px|false|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#eeeeee\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text admin_label=\"Text: Section 4 videos\" _builder_version=\"3.19\" header_font=\"|800|||||||\" header_text_align=\"center\" header_text_color=\"#0183fc\" header_2_text_color=\"#ff3523\" custom_padding=\"20px|30px|20px|30px\" animation_style=\"slide\" animation_direction=\"left\"]<div align=\"center\" style=\"margin-top:0px; background-color:#eee; padding:0px;\">\r\n<h2 class=\"red-heading aligncenter\" style=\"font-size: 30px; text-align: center;\"><strong>Tracy Repchuk on Stage ....<br /></strong></h2>\r\n<p><iframe width=\"700\" height=\"500\" src=\"https://www.youtube.com/embed/YRVDUu8ZxvI?list=PL4ZX0knUpCzVV9IXNtdKase3zO1OehVWK\" frameborder=\"0\" allowfullscreen=\"\"></iframe></div>\r[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|15px|30px|false|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#ffffff\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text admin_label=\"Text: Section 5\" _builder_version=\"3.19\" header_font=\"|800|||||||\" header_text_align=\"center\" header_text_color=\"#0183fc\" header_2_text_color=\"#ff3523\" custom_padding=\"20px|30px|20px|30px\" animation_direction=\"left\"]<h2 class=\"red-text aligncenter\" style=\"font-size:30px; text-align:center;\"><strong>Here\'s Why You Pick Tracy For Your Next Event .....</strong></h2>\r[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|15px|30px|false|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#ffffff\" animation_style=\"slide\" animation_direction=\"right\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"21px\" background_color=\"#eeeeee\" border_radii=\"on|5px|5px|5px|5px\" custom_padding=\"10px|10px|10px|10px\"]<div id=\"section-3\" class=\"spacing animBlock float1 viewed\" data-position=\"left\" style=\"background-color:#eee;\">\r\n<p align=\"center\"><strong>ABCs Secret Millionaire James Malinchak</strong></p>\r\n<div align=\"center\"><iframe width=\"300\" height=\"200\" src=\"https://www.youtube.com/embed/Mi45J2ao_8Q\" frameborder=\"0\" allowfullscreen=\"\"></iframe></div>\r\n</div>\r[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"21px\" background_color=\"#eeeeee\" border_radii=\"on|5px|5px|5px|5px\" custom_padding=\"10px|10px|10px|10px\"]<div id=\"section-3\" class=\"spacing animBlock float1 viewed\" style=\"background-color: #eee;\" data-position=\"left\">\r\n<p style=\"text-align: center;\"><strong>Tahir Shah UK Live</strong></p>\r\n<div align=\"center\"><iframe src=\"https://www.youtube.com/embed/5r2lKAQe5uI\" width=\"300\" height=\"200\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></div>\r\n</div>\r[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|15px|30px|false|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#ffffff\" animation_style=\"slide\" animation_direction=\"left\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_testimonial author=\"Amy Vegara \" job_title=\"Owner/Consultant at Vegara Consulting\" quote_icon_color=\"#000000\" _builder_version=\"3.19\" body_font=\"||on||||||\" background_color=\"#af4868\" box_shadow_style_image=\"preset3\" background_layout=\"dark\"]<p>\r\nTracy Repchuk is an incredible speaker. Her style is entertaining, educational and really easy to understand. I would hire her as a speaker or attend one of her shows any day.</p>\r[/et_pb_testimonial][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_testimonial author=\"Maria Stevens \" job_title=\"Manager, Business Development at NetComco\" _builder_version=\"3.19\" body_font=\"||on||||||\" background_color=\"#f7e61d\"]<p>\r\nI don\'t often write reviews but when I saw Tracy Repchuk speak at an event I was attending and then checked out her websites, I couldn\'t believe how impressed I was by her energy and abilities and then how much she has accomplished. Book her - book her now!</p>\r[/et_pb_testimonial][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|15px|30px|false|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#ffffff\" animation_style=\"slide\" animation_direction=\"left\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_testimonial author=\"Marti Slinde \" job_title=\"Consultant at Slinde Communications\" _builder_version=\"3.19\" body_font=\"||on||||||\" background_color=\"#fd7e00\"]<p>\r\nI have attended a lot of events but when Tracy Repchuk hit the stage she woke us all up. She was so energetic and you could tell she loved what she was talking about (even though it is Internet and branding), and she got a standing ovation at the end of it. As a speaker I thought she was amazing and would recommend her to anyone looking for someone who can take a technical subject and make it fun and easy to understand.</p>\r[/et_pb_testimonial][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" _builder_version=\"3.19\" background_color=\"#ffffff\" border_radii=\"|||30px|30px\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19\" text_text_color=\"#000000\" text_font_size=\"16px\" custom_padding=\"|||30px\"]<h2 class=\"red-heading aligncenter\" style=\"font-size: 30px; margin-bottom: 15px; text-align: center;\"><strong>Tracy Repchuk - Trusted TV Resource As Seen On …</strong></h2>\r\n<p><img class=\"size-full wp-image-220 aligncenter\" src=\"http://109.199.127.251/~fastacti/socialmediaspeakerlosangeles.com/wp-content/uploads/2019/02/tracy-media.jpg\" alt=\"\" width=\"703\" height=\"1167\" /></p>\r[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19\"][/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Home', '', 'inherit', 'closed', 'closed', '', '5-revision-v1', '', '', '2019-05-29 02:27:50', '2019-05-29 02:27:50', '', 5, 'https://topwomensocialmediaspeaker.com/2019/05/29/5-revision-v1/', 0, 'revision', '', 0),
(352, 1, '2019-05-29 02:47:21', '2019-05-29 02:47:21', '[et_pb_section fb_built=\"1\" _builder_version=\"3.19\" background_color=\"#c9c9c9\" custom_padding=\"15px|0px|0px|0px\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"0px||0px|\" module_id=\"stick\" _builder_version=\"3.19\" background_color=\"#ffffff\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#ffffff\" background_color_gradient_end=\"#efefef\" background_color_gradient_direction=\"233deg\" background_color_gradient_start_position=\"44%\" border_radii=\"|10px|10px|0px|0px\"][et_pb_column type=\"2_5\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"https://topwomensocialmediaspeaker.com/wp-content/uploads/2019/02/tracy-repchuk2.png\" _builder_version=\"3.19\"][/et_pb_image][/et_pb_column][et_pb_column type=\"3_5\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_divider show_divider=\"off\" _builder_version=\"3.19\"][/et_pb_divider][et_pb_image src=\"https://topwomensocialmediaspeaker.com/wp-content/uploads/2019/02/logo-1.jpg\" show_bottom_space=\"off\" align=\"center\" _builder_version=\"3.19\" border_radii=\"on|5px|5px|5px|5px\" custom_margin=\"|40px||0px\" custom_margin_tablet=\"|0px||0px\" custom_margin_last_edited=\"on|desktop\"][/et_pb_image][et_pb_text _builder_version=\"3.19\" background_color_gradient_direction=\"97deg\" custom_margin=\"|40px||\" custom_margin_tablet=\"|0px||\" custom_margin_last_edited=\"on|desktop\"][metaslider id=321]\r[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|20px|30px\" _builder_version=\"3.19\" background_color=\"#28a460\" animation_direction=\"right\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text admin_label=\"Text: section1\" _builder_version=\"3.19\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"24px\" custom_padding=\"10px|||\" animation_style=\"slide\" animation_direction=\"right\"]<h1 class=\"text-center\" style=\"font-size: 30px; font-weight: bold; font-family: Arial, Helvetica, sans-serif; text-align: center;\">Tracy Repchuk is the <span class=\"txtyellow\">Top Woman Speaker</span> for business branding, online marketing &amp; social\r\nmedia strategy</h1>\r[/et_pb_text][et_pb_text _builder_version=\"3.19\" text_font=\"Arial||||||||\" text_text_color=\"#000000\" text_font_size=\"17px\" text_line_height=\"21px\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"24px\" background_color=\"#ffffff\" border_radii=\"on|10px|10px|10px|10px\" custom_padding=\"30px|20px|20px|30px\" animation_style=\"slide\" animation_direction=\"right\"]<div id=\"section-2in\">\r\n\r\nTracy has spoken in over 35 countries in audiences ranging from presidents, heads of state, businesses, corporations, associations, conventions, authors, speakers, entrepreneurs and emerging leaders and continues to enlighten, energize and educate her audiences to massive action and results.\r\n\r\nAs a trusted TV and media resource, appearing in over 22 national networks, over 60 publications and 3 motivational movies she continues to spread her positive message and easy to understand breakdowns of technology, business, branding, and social media.\r\n\r\nSelect Tracy Repchuk&nbsp;the Top Woman Speaker for your next event!\r\n\r\n</div>\r[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|15px|30px|false|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#eeeeee\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text admin_label=\"Text: Section 2\" _builder_version=\"3.19\" header_font=\"|800|||||||\" header_text_align=\"center\" header_text_color=\"#0183fc\" header_2_text_color=\"#ff3523\" custom_padding=\"20px|30px|20px|30px\" animation_style=\"slide\" animation_direction=\"left\"]<h2 class=\"red-heading aligncenter\" style=\"font-size: 30px; text-align: center;\"><strong>Tracy Repchuk on TV ....</strong></h2>\r\n<div align=\"center\"><iframe src=\"https://player.vimeo.com/video/137569136\" width=\"700\" height=\"500\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></div>\r[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" _builder_version=\"3.19\" background_color=\"#ffffff\" box_shadow_style=\"preset1\" animation_direction=\"right\"][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"https://topwomensocialmediaspeaker.com/wp-content/uploads/2019/02/book-tracy.jpg\" url=\"https://tracyrepchuk.com/booktracy/\" url_new_window=\"on\" align=\"center\" _builder_version=\"3.19\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"right\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"https://topwomensocialmediaspeaker.com/wp-content/uploads/2019/02/tracy-master-site.jpg\" url=\"https://tracyrepchuk.com/\" url_new_window=\"on\" align=\"center\" _builder_version=\"3.19\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"right\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"https://topwomensocialmediaspeaker.com/wp-content/uploads/2019/02/in-the-media.jpg\" url=\"https://tracyrepchuk.com/media/\" url_new_window=\"on\" align=\"center\" _builder_version=\"3.19\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"right\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|15px|30px|false|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#eeeeee\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text admin_label=\"Text: Section 4 videos\" _builder_version=\"3.19\" header_font=\"|800|||||||\" header_text_align=\"center\" header_text_color=\"#0183fc\" header_2_text_color=\"#ff3523\" custom_padding=\"20px|30px|20px|30px\" animation_style=\"slide\" animation_direction=\"left\"]<div align=\"center\" style=\"margin-top:0px; background-color:#eee; padding:0px;\">\r\n<h2 class=\"red-heading aligncenter\" style=\"font-size: 30px; text-align: center;\"><strong>Tracy Repchuk on Stage ....<br /></strong></h2>\r\n<p><iframe width=\"700\" height=\"500\" src=\"https://www.youtube.com/embed/YRVDUu8ZxvI?list=PL4ZX0knUpCzVV9IXNtdKase3zO1OehVWK\" frameborder=\"0\" allowfullscreen=\"\"></iframe></div>\r[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|15px|30px|false|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#ffffff\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text admin_label=\"Text: Section 5\" _builder_version=\"3.19\" header_font=\"|800|||||||\" header_text_align=\"center\" header_text_color=\"#0183fc\" header_2_text_color=\"#ff3523\" custom_padding=\"20px|30px|20px|30px\" animation_direction=\"left\"]<h2 class=\"red-text aligncenter\" style=\"font-size:30px; text-align:center;\"><strong>Here\'s Why You Pick Tracy For Your Next Event .....</strong></h2>\r[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|15px|30px|false|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#ffffff\" animation_style=\"slide\" animation_direction=\"right\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"21px\" background_color=\"#eeeeee\" border_radii=\"on|5px|5px|5px|5px\" custom_padding=\"10px|10px|10px|10px\"]<div id=\"section-3\" class=\"spacing animBlock float1 viewed\" data-position=\"left\" style=\"background-color:#eee;\">\r\n<p align=\"center\"><strong>ABCs Secret Millionaire James Malinchak</strong></p>\r\n<div align=\"center\"><iframe width=\"300\" height=\"200\" src=\"https://www.youtube.com/embed/Mi45J2ao_8Q\" frameborder=\"0\" allowfullscreen=\"\"></iframe></div>\r\n</div>\r[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"21px\" background_color=\"#eeeeee\" border_radii=\"on|5px|5px|5px|5px\" custom_padding=\"10px|10px|10px|10px\"]<div id=\"section-3\" class=\"spacing animBlock float1 viewed\" style=\"background-color: #eee;\" data-position=\"left\">\r\n<p style=\"text-align: center;\"><strong>Tahir Shah UK Live</strong></p>\r\n<div align=\"center\"><iframe src=\"https://www.youtube.com/embed/5r2lKAQe5uI\" width=\"300\" height=\"200\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></div>\r\n</div>\r[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|15px|30px|false|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#ffffff\" animation_style=\"slide\" animation_direction=\"left\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_testimonial author=\"Amy Vegara \" job_title=\"Owner/Consultant at Vegara Consulting\" quote_icon_color=\"#000000\" _builder_version=\"3.19\" body_font=\"||on||||||\" background_color=\"#af4868\" box_shadow_style_image=\"preset3\" background_layout=\"dark\"]<p>\r\nTracy Repchuk is an incredible speaker. Her style is entertaining, educational and really easy to understand. I would hire her as a speaker or attend one of her shows any day.</p>\r[/et_pb_testimonial][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_testimonial author=\"Maria Stevens \" job_title=\"Manager, Business Development at NetComco\" _builder_version=\"3.19\" body_font=\"||on||||||\" background_color=\"#f7e61d\"]<p>\r\nI don\'t often write reviews but when I saw Tracy Repchuk speak at an event I was attending and then checked out her websites, I couldn\'t believe how impressed I was by her energy and abilities and then how much she has accomplished. Book her - book her now!</p>\r[/et_pb_testimonial][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|15px|30px|false|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#ffffff\" animation_style=\"slide\" animation_direction=\"left\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_testimonial author=\"Marti Slinde \" job_title=\"Consultant at Slinde Communications\" _builder_version=\"3.19\" body_font=\"||on||||||\" background_color=\"#fd7e00\"]<p>\r\nI have attended a lot of events but when Tracy Repchuk hit the stage she woke us all up. She was so energetic and you could tell she loved what she was talking about (even though it is Internet and branding), and she got a standing ovation at the end of it. As a speaker I thought she was amazing and would recommend her to anyone looking for someone who can take a technical subject and make it fun and easy to understand.</p>\r[/et_pb_testimonial][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" _builder_version=\"3.19\" background_color=\"#ffffff\" border_radii=\"|||30px|30px\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19\" text_text_color=\"#000000\" text_font_size=\"16px\" custom_padding=\"|||30px\"]<h2 class=\"red-heading aligncenter\" style=\"font-size: 30px; margin-bottom: 15px; text-align: center;\"><strong>Tracy Repchuk - Trusted TV Resource As Seen On …</strong></h2>\n<p><strong><img src=\"https://topwomensocialmediaspeaker.com/wp-content/uploads/2019/02/tracy-media.jpg\" width=\"703\" height=\"1167\" alt=\"\" class=\"wp-image-220 alignnone size-full\" style=\"display: block; margin-left: auto; margin-right: auto;\" /></strong></p>\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19\"][et_pb_column type=\"1_5\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][/et_pb_column][et_pb_column type=\"3_5\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19\"]<div id=\"footer-info\">\n<div style=\"text-align: center;\"><a href=\"https://tracyrepchuk.com/disclaimers/\" target=\"_blank\" rel=\"noopener\">Disclaimer</a> | <a href=\"https://tracyrepchuk.com/disclaimers/#warranties\" target=\"_blank\" rel=\"noopener\"> Warranties </a> | <a href=\"https://tracyrepchuk.com/disclaimers/#terms\"><span>Terms of use</span></a> | <a href=\"https://tracyrepchuk.com/disclaimers/#privacy\"><span> Privacy </span></a> | <a href=\"https://tracyrepchuk.com/disclaimers/#testimonials\" target=\"_blank\" rel=\"noopener\"> Testimonials </a> | <a href=\"https://tracyrepchuk.com/disclaimers/#refund\" target=\"_blank\" rel=\"noopener\"> Refund Policy </a></div>\n<div>\n<div style=\"text-align: center;\">Copyright © <a href=\"https://innersurf.com/\" target=\"_blank\" rel=\"noopener noreferrer\">Innersurf International Inc .</a> All Rights Reserved.</div>\n</div>\n</div>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][/et_pb_column][/et_pb_row][/et_pb_section]', 'Home', '', 'inherit', 'closed', 'closed', '', '5-revision-v1', '', '', '2019-05-29 02:47:21', '2019-05-29 02:47:21', '', 5, 'https://topwomensocialmediaspeaker.com/2019/05/29/5-revision-v1/', 0, 'revision', '', 0),
(354, 1, '2019-05-29 19:32:49', '2019-05-29 19:32:49', '[et_pb_section fb_built=\"1\" _builder_version=\"3.19\" background_color=\"#c9c9c9\" custom_padding=\"15px|0px|0px|0px\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"0px||0px|\" module_id=\"stick\" _builder_version=\"3.19\" background_color=\"#ffffff\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#ffffff\" background_color_gradient_end=\"#efefef\" background_color_gradient_direction=\"233deg\" background_color_gradient_start_position=\"44%\" border_radii=\"|10px|10px|0px|0px\"][et_pb_column type=\"2_5\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"https://topwomensocialmediaspeaker.com/wp-content/uploads/2019/02/tracy-repchuk2.png\" _builder_version=\"3.19\"][/et_pb_image][/et_pb_column][et_pb_column type=\"3_5\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_divider show_divider=\"off\" _builder_version=\"3.19\"][/et_pb_divider][et_pb_image src=\"https://topwomensocialmediaspeaker.com/wp-content/uploads/2019/02/logo-1.jpg\" show_bottom_space=\"off\" align=\"center\" _builder_version=\"3.19\" border_radii=\"on|5px|5px|5px|5px\" custom_margin=\"|40px||0px\" custom_margin_tablet=\"|0px||0px\" custom_margin_last_edited=\"on|desktop\"][/et_pb_image][et_pb_text _builder_version=\"3.19\" background_color_gradient_direction=\"97deg\" custom_margin=\"|40px||\" custom_margin_tablet=\"|0px||\" custom_margin_last_edited=\"on|desktop\"][metaslider id=321]\r[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|20px|30px\" _builder_version=\"3.19\" background_color=\"#28a460\" animation_direction=\"right\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text admin_label=\"Text: section1\" _builder_version=\"3.19\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"24px\" custom_padding=\"10px|||\" animation_style=\"slide\" animation_direction=\"right\"]<h1 class=\"text-center\" style=\"font-size: 30px; font-weight: bold; font-family: Arial, Helvetica, sans-serif; text-align: center;\">Tracy Repchuk is the <span class=\"txtyellow\">Top Women Social Media Speaker</span> for business branding, online marketing &amp; social\nmedia strategy</h1>\n[/et_pb_text][et_pb_text _builder_version=\"3.19\" text_font=\"Arial||||||||\" text_text_color=\"#000000\" text_font_size=\"17px\" text_line_height=\"21px\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"24px\" background_color=\"#ffffff\" border_radii=\"on|10px|10px|10px|10px\" custom_padding=\"30px|20px|20px|30px\" animation_style=\"slide\" animation_direction=\"right\"]<div id=\"section-2in\">\n<p>Tracy has spoken in over 35 countries in audiences ranging from presidents, heads of state, businesses, corporations, associations, conventions, authors, speakers, entrepreneurs and emerging leaders and continues to enlighten, energize and educate her audiences to massive action and results.</p>\n<p>As a trusted TV and media resource, appearing in over 22 national networks, over 60 publications and 3 motivational movies she continues to spread her positive message and easy to understand breakdowns of technology, business, branding, and social media.</p>\n<p>Select Tracy Repchuk the Top Women Social Media Speaker for your next event!</p>\n</div>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|15px|30px|false|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#eeeeee\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text admin_label=\"Text: Section 2\" _builder_version=\"3.19\" header_font=\"|800|||||||\" header_text_align=\"center\" header_text_color=\"#0183fc\" header_2_text_color=\"#ff3523\" custom_padding=\"20px|30px|20px|30px\" animation_style=\"slide\" animation_direction=\"left\"]<h2 class=\"red-heading aligncenter\" style=\"font-size: 30px; text-align: center;\"><strong>Tracy Repchuk on TV ....</strong></h2>\r\n<div align=\"center\"><iframe src=\"https://player.vimeo.com/video/137569136\" width=\"700\" height=\"500\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></div>\r[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" _builder_version=\"3.19\" background_color=\"#ffffff\" box_shadow_style=\"preset1\" animation_direction=\"right\"][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"https://topwomensocialmediaspeaker.com/wp-content/uploads/2019/02/book-tracy.jpg\" url=\"https://tracyrepchuk.com/booktracy/\" url_new_window=\"on\" align=\"center\" _builder_version=\"3.19\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"right\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"https://topwomensocialmediaspeaker.com/wp-content/uploads/2019/02/tracy-master-site.jpg\" url=\"https://tracyrepchuk.com/\" url_new_window=\"on\" align=\"center\" _builder_version=\"3.19\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"right\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"https://topwomensocialmediaspeaker.com/wp-content/uploads/2019/02/in-the-media.jpg\" url=\"https://tracyrepchuk.com/media/\" url_new_window=\"on\" align=\"center\" _builder_version=\"3.19\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"right\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|15px|30px|false|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#eeeeee\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text admin_label=\"Text: Section 4 videos\" _builder_version=\"3.19\" header_font=\"|800|||||||\" header_text_align=\"center\" header_text_color=\"#0183fc\" header_2_text_color=\"#ff3523\" custom_padding=\"20px|30px|20px|30px\" animation_style=\"slide\" animation_direction=\"left\"]<div align=\"center\" style=\"margin-top:0px; background-color:#eee; padding:0px;\">\r\n<h2 class=\"red-heading aligncenter\" style=\"font-size: 30px; text-align: center;\"><strong>Tracy Repchuk on Stage ....<br /></strong></h2>\r\n<p><iframe width=\"700\" height=\"500\" src=\"https://www.youtube.com/embed/YRVDUu8ZxvI?list=PL4ZX0knUpCzVV9IXNtdKase3zO1OehVWK\" frameborder=\"0\" allowfullscreen=\"\"></iframe></div>\r[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|15px|30px|false|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#ffffff\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text admin_label=\"Text: Section 5\" _builder_version=\"3.19\" header_font=\"|800|||||||\" header_text_align=\"center\" header_text_color=\"#0183fc\" header_2_text_color=\"#ff3523\" custom_padding=\"20px|30px|20px|30px\" animation_direction=\"left\"]<h2 class=\"red-text aligncenter\" style=\"font-size:30px; text-align:center;\"><strong>Here\'s Why You Pick Tracy For Your Next Event .....</strong></h2>\r[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|15px|30px|false|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#ffffff\" animation_style=\"slide\" animation_direction=\"right\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"21px\" background_color=\"#eeeeee\" border_radii=\"on|5px|5px|5px|5px\" custom_padding=\"10px|10px|10px|10px\"]<div id=\"section-3\" class=\"spacing animBlock float1 viewed\" data-position=\"left\" style=\"background-color:#eee;\">\r\n<p align=\"center\"><strong>ABCs Secret Millionaire James Malinchak</strong></p>\r\n<div align=\"center\"><iframe width=\"300\" height=\"200\" src=\"https://www.youtube.com/embed/Mi45J2ao_8Q\" frameborder=\"0\" allowfullscreen=\"\"></iframe></div>\r\n</div>\r[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"21px\" background_color=\"#eeeeee\" border_radii=\"on|5px|5px|5px|5px\" custom_padding=\"10px|10px|10px|10px\"]<div id=\"section-3\" class=\"spacing animBlock float1 viewed\" style=\"background-color: #eee;\" data-position=\"left\">\r\n<p style=\"text-align: center;\"><strong>Tahir Shah UK Live</strong></p>\r\n<div align=\"center\"><iframe src=\"https://www.youtube.com/embed/5r2lKAQe5uI\" width=\"300\" height=\"200\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></div>\r\n</div>\r[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|15px|30px|false|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#ffffff\" animation_style=\"slide\" animation_direction=\"left\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_testimonial author=\"Amy Vegara \" job_title=\"Owner/Consultant at Vegara Consulting\" quote_icon_color=\"#000000\" _builder_version=\"3.19\" body_font=\"||on||||||\" background_color=\"#af4868\" box_shadow_style_image=\"preset3\" background_layout=\"dark\"]<p>\r\nTracy Repchuk is an incredible speaker. Her style is entertaining, educational and really easy to understand. I would hire her as a speaker or attend one of her shows any day.</p>\r[/et_pb_testimonial][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_testimonial author=\"Maria Stevens \" job_title=\"Manager, Business Development at NetComco\" _builder_version=\"3.19\" body_font=\"||on||||||\" background_color=\"#f7e61d\"]<p>\r\nI don\'t often write reviews but when I saw Tracy Repchuk speak at an event I was attending and then checked out her websites, I couldn\'t believe how impressed I was by her energy and abilities and then how much she has accomplished. Book her - book her now!</p>\r[/et_pb_testimonial][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" custom_padding=\"20px|30px|15px|30px|false|false\" custom_margin=\"0px||\" _builder_version=\"3.19\" background_color=\"#ffffff\" animation_style=\"slide\" animation_direction=\"left\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_testimonial author=\"Marti Slinde \" job_title=\"Consultant at Slinde Communications\" _builder_version=\"3.19\" body_font=\"||on||||||\" background_color=\"#fd7e00\"]<p>\r\nI have attended a lot of events but when Tracy Repchuk hit the stage she woke us all up. She was so energetic and you could tell she loved what she was talking about (even though it is Internet and branding), and she got a standing ovation at the end of it. As a speaker I thought she was amazing and would recommend her to anyone looking for someone who can take a technical subject and make it fun and easy to understand.</p>\r[/et_pb_testimonial][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"983px\" _builder_version=\"3.19\" background_color=\"#ffffff\" border_radii=\"|||30px|30px\" box_shadow_style=\"preset1\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19\" text_text_color=\"#000000\" text_font_size=\"16px\" custom_padding=\"|||30px\"]<h2 class=\"red-heading aligncenter\" style=\"font-size: 30px; margin-bottom: 15px; text-align: center;\"><strong>Tracy Repchuk - Trusted TV Resource As Seen On …</strong></h2>\n<p><strong><img src=\"https://topwomensocialmediaspeaker.com/wp-content/uploads/2019/02/tracy-media.jpg\" width=\"703\" height=\"1167\" alt=\"\" class=\"wp-image-220 alignnone size-full\" style=\"display: block; margin-left: auto; margin-right: auto;\" /></strong></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19\"][et_pb_column type=\"1_5\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][/et_pb_column][et_pb_column type=\"3_5\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19\"]<div id=\"footer-info\">\n<div style=\"text-align: center;\"><a href=\"https://tracyrepchuk.com/disclaimers/\" target=\"_blank\" rel=\"noopener\">Disclaimer</a> | <a href=\"https://tracyrepchuk.com/disclaimers/#warranties\" target=\"_blank\" rel=\"noopener\"> Warranties </a> | <a href=\"https://tracyrepchuk.com/disclaimers/#terms\"><span>Terms of use</span></a> | <a href=\"https://tracyrepchuk.com/disclaimers/#privacy\"><span> Privacy </span></a> | <a href=\"https://tracyrepchuk.com/disclaimers/#testimonials\" target=\"_blank\" rel=\"noopener\"> Testimonials </a> | <a href=\"https://tracyrepchuk.com/disclaimers/#refund\" target=\"_blank\" rel=\"noopener\"> Refund Policy </a></div>\n<div>\n<div style=\"text-align: center;\">Copyright © <a href=\"https://innersurf.com/\" target=\"_blank\" rel=\"noopener noreferrer\">Innersurf International Inc .</a> All Rights Reserved.</div>\n</div>\n</div>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][/et_pb_column][/et_pb_row][/et_pb_section]', 'Home', '', 'inherit', 'closed', 'closed', '', '5-revision-v1', '', '', '2019-05-29 19:32:49', '2019-05-29 19:32:49', '', 5, 'https://topwomensocialmediaspeaker.com/2019/05/29/5-revision-v1/', 0, 'revision', '', 0);

-- --------------------------------------------------------

--
-- Table structure for table `wp_termmeta`
--

CREATE TABLE `wp_termmeta` (
  `meta_id` bigint UNSIGNED NOT NULL,
  `term_id` bigint UNSIGNED NOT NULL DEFAULT '0',
  `meta_key` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `meta_value` longtext COLLATE utf8mb4_unicode_520_ci
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

-- --------------------------------------------------------

--
-- Table structure for table `wp_terms`
--

CREATE TABLE `wp_terms` (
  `term_id` bigint UNSIGNED NOT NULL,
  `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 NOT NULL DEFAULT '0'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `wp_terms`
--

INSERT INTO `wp_terms` (`term_id`, `name`, `slug`, `term_group`) VALUES
(1, 'Uncategorized', 'uncategorized', 0),
(2, 'not_global', 'not_global', 0),
(3, 'layout', 'layout', 0),
(4, 'regular', 'regular', 0),
(5, 'row', 'row', 0),
(6, '321', '321', 0);

-- --------------------------------------------------------

--
-- Table structure for table `wp_term_relationships`
--

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

--
-- Dumping data for table `wp_term_relationships`
--

INSERT INTO `wp_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES
(1, 1, 0),
(42, 2, 0),
(42, 3, 0),
(42, 4, 0),
(76, 2, 0),
(76, 4, 0),
(76, 5, 0),
(320, 2, 0),
(320, 4, 0),
(320, 5, 0),
(332, 6, 0),
(333, 6, 0),
(334, 6, 0),
(335, 6, 0),
(336, 6, 0),
(337, 6, 0),
(338, 6, 0),
(339, 6, 0),
(340, 6, 0),
(341, 6, 0);

-- --------------------------------------------------------

--
-- Table structure for table `wp_term_taxonomy`
--

CREATE TABLE `wp_term_taxonomy` (
  `term_taxonomy_id` bigint UNSIGNED NOT NULL,
  `term_id` bigint 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 UNSIGNED NOT NULL DEFAULT '0',
  `count` bigint NOT NULL DEFAULT '0'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `wp_term_taxonomy`
--

INSERT INTO `wp_term_taxonomy` (`term_taxonomy_id`, `term_id`, `taxonomy`, `description`, `parent`, `count`) VALUES
(1, 1, 'category', '', 0, 1),
(2, 2, 'scope', '', 0, 3),
(3, 3, 'layout_type', '', 0, 1),
(4, 4, 'module_width', '', 0, 3),
(5, 5, 'layout_type', '', 0, 2),
(6, 6, 'ml-slider', '', 0, 10);

-- --------------------------------------------------------

--
-- Table structure for table `wp_usermeta`
--

CREATE TABLE `wp_usermeta` (
  `umeta_id` bigint UNSIGNED NOT NULL,
  `user_id` bigint UNSIGNED NOT NULL DEFAULT '0',
  `meta_key` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `meta_value` longtext COLLATE utf8mb4_unicode_520_ci
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `wp_usermeta`
--

INSERT INTO `wp_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES
(1, 1, 'nickname', 'inneradmin'),
(2, 1, 'first_name', ''),
(3, 1, 'last_name', ''),
(4, 1, 'description', ''),
(5, 1, 'rich_editing', 'true'),
(6, 1, 'syntax_highlighting', 'true'),
(7, 1, 'comment_shortcuts', 'false'),
(8, 1, 'admin_color', 'fresh'),
(9, 1, 'use_ssl', '0'),
(10, 1, 'show_admin_bar_front', 'true'),
(11, 1, 'locale', ''),
(12, 1, 'wp_capabilities', 'a:1:{s:13:\"administrator\";b:1;}'),
(13, 1, 'wp_user_level', '10'),
(14, 1, 'dismissed_wp_pointers', 'wp496_privacy,theme_editor_notice'),
(15, 1, 'show_welcome_panel', '0'),
(16, 1, 'session_tokens', 'a:3:{s:64:\"1b8cc573eb7e071a63da65a0ee31e57b2174a3c2d0ebc02b1dcad4533e328ecd\";a:4:{s:10:\"expiration\";i:1559269437;s:2:\"ip\";s:14:\"31.215.216.108\";s:2:\"ua\";s:102:\"Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.157 Safari/537.36\";s:5:\"login\";i:1559096637;}s:64:\"42f88c0c81b5602e7eb6d46fe70d900f62f0bc76fae0b24323ae2099c9edf6b9\";a:4:{s:10:\"expiration\";i:1559269543;s:2:\"ip\";s:14:\"31.215.216.108\";s:2:\"ua\";s:102:\"Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.157 Safari/537.36\";s:5:\"login\";i:1559096743;}s:64:\"21bae894e49fad63835973e9f89862ac5974ec327561e7ea33204f3577a20c0d\";a:4:{s:10:\"expiration\";i:1559330926;s:2:\"ip\";s:13:\"91.73.126.189\";s:2:\"ua\";s:102:\"Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.157 Safari/537.36\";s:5:\"login\";i:1559158126;}}'),
(17, 1, 'wp_dashboard_quick_press_last_post_id', '347'),
(18, 1, 'community-events-location', 'a:1:{s:2:\"ip\";s:11:\"91.73.126.0\";}'),
(19, 1, 'wp_user-settings', 'editor=html&libraryContent=browse&imgsize=full'),
(20, 1, 'wp_user-settings-time', '1549105178'),
(21, 1, 'closedpostboxes_divi_overlay', 'a:0:{}'),
(22, 1, 'metaboxhidden_divi_overlay', 'a:2:{i:0;s:7:\"slugdiv\";i:1;s:9:\"authordiv\";}'),
(23, 1, 'aioseop_seen_about_page', '2.10.1'),
(24, 1, 'default_password_nag', ''),
(26, 1, 'googleplus', '');

-- --------------------------------------------------------

--
-- Table structure for table `wp_users`
--

CREATE TABLE `wp_users` (
  `ID` bigint UNSIGNED NOT NULL,
  `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 NOT NULL DEFAULT '0',
  `display_name` varchar(250) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT ''
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `wp_users`
--

INSERT INTO `wp_users` (`ID`, `user_login`, `user_pass`, `user_nicename`, `user_email`, `user_url`, `user_registered`, `user_activation_key`, `user_status`, `display_name`) VALUES
(1, 'inneradmin', '$P$BxRK4O.8LghImKFnbbjJzNYyOI82YY1', 'inneradmin', 'ziia85@gmail.com', '', '2018-12-21 14:24:45', '', 0, 'inneradmin');

--
-- Indexes for dumped tables
--

--
-- Indexes for table `wp_actionscheduler_actions`
--
ALTER TABLE `wp_actionscheduler_actions`
  ADD PRIMARY KEY (`action_id`),
  ADD KEY `hook` (`hook`),
  ADD KEY `status` (`status`),
  ADD KEY `scheduled_date_gmt` (`scheduled_date_gmt`),
  ADD KEY `args` (`args`),
  ADD KEY `group_id` (`group_id`),
  ADD KEY `last_attempt_gmt` (`last_attempt_gmt`),
  ADD KEY `claim_id` (`claim_id`),
  ADD KEY `claim_id_status_scheduled_date_gmt` (`claim_id`,`status`,`scheduled_date_gmt`),
  ADD KEY `hook_status_scheduled_date_gmt` (`hook`(163),`status`,`scheduled_date_gmt`),
  ADD KEY `status_scheduled_date_gmt` (`status`,`scheduled_date_gmt`),
  ADD KEY `claim_id_status_priority_scheduled_date_gmt` (`claim_id`,`status`,`priority`,`scheduled_date_gmt`),
  ADD KEY `status_last_attempt_gmt` (`status`,`last_attempt_gmt`),
  ADD KEY `status_claim_id` (`status`,`claim_id`);

--
-- Indexes for table `wp_actionscheduler_claims`
--
ALTER TABLE `wp_actionscheduler_claims`
  ADD PRIMARY KEY (`claim_id`),
  ADD KEY `date_created_gmt` (`date_created_gmt`);

--
-- Indexes for table `wp_actionscheduler_groups`
--
ALTER TABLE `wp_actionscheduler_groups`
  ADD PRIMARY KEY (`group_id`),
  ADD KEY `slug` (`slug`(191));

--
-- Indexes for table `wp_actionscheduler_logs`
--
ALTER TABLE `wp_actionscheduler_logs`
  ADD PRIMARY KEY (`log_id`),
  ADD KEY `action_id` (`action_id`),
  ADD KEY `log_date_gmt` (`log_date_gmt`);

--
-- Indexes for table `wp_aioseo_ai_insights_keyword_reports`
--
ALTER TABLE `wp_aioseo_ai_insights_keyword_reports`
  ADD PRIMARY KEY (`id`),
  ADD KEY `ndx_aioseo_ai_insights_keyword_reports_uuid` (`uuid`),
  ADD KEY `ndx_aioseo_ai_insights_keyword_reports_keyword` (`keyword`),
  ADD KEY `ndx_aioseo_ai_insights_keyword_reports_status` (`status`);

--
-- Indexes for table `wp_aioseo_cache`
--
ALTER TABLE `wp_aioseo_cache`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `ndx_aioseo_cache_key` (`key`),
  ADD KEY `ndx_aioseo_cache_expiration` (`expiration`);

--
-- Indexes for table `wp_aioseo_crawl_cleanup_blocked_args`
--
ALTER TABLE `wp_aioseo_crawl_cleanup_blocked_args`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `ndx_aioseo_crawl_cleanup_blocked_args_key_value_hash` (`key_value_hash`),
  ADD UNIQUE KEY `ndx_aioseo_crawl_cleanup_blocked_args_regex` (`regex`);

--
-- Indexes for table `wp_aioseo_crawl_cleanup_logs`
--
ALTER TABLE `wp_aioseo_crawl_cleanup_logs`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `ndx_aioseo_crawl_cleanup_logs_hash` (`hash`);

--
-- Indexes for table `wp_aioseo_notifications`
--
ALTER TABLE `wp_aioseo_notifications`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `ndx_aioseo_notifications_slug` (`slug`),
  ADD KEY `ndx_aioseo_notifications_dates` (`start`,`end`),
  ADD KEY `ndx_aioseo_notifications_type` (`type`),
  ADD KEY `ndx_aioseo_notifications_dismissed` (`dismissed`);

--
-- Indexes for table `wp_aioseo_posts`
--
ALTER TABLE `wp_aioseo_posts`
  ADD PRIMARY KEY (`id`),
  ADD KEY `ndx_aioseo_posts_post_id` (`post_id`),
  ADD KEY `ndx_aioseo_posts_pillar_content` (`pillar_content`);

--
-- Indexes for table `wp_aioseo_seo_analyzer_results`
--
ALTER TABLE `wp_aioseo_seo_analyzer_results`
  ADD PRIMARY KEY (`id`),
  ADD KEY `ndx_aioseo_seo_analyzer_results_competitor_url` (`competitor_url`);

--
-- Indexes for table `wp_aioseo_writing_assistant_keywords`
--
ALTER TABLE `wp_aioseo_writing_assistant_keywords`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `ndx_aioseo_writing_assistant_keywords_uuid` (`uuid`),
  ADD KEY `ndx_aioseo_writing_assistant_keywords_keyword` (`keyword`);

--
-- Indexes for table `wp_aioseo_writing_assistant_posts`
--
ALTER TABLE `wp_aioseo_writing_assistant_posts`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `ndx_aioseo_writing_assistant_posts_post_id` (`post_id`),
  ADD KEY `ndx_aioseo_writing_assistant_posts_keyword_id` (`keyword_id`);

--
-- Indexes for table `wp_commentmeta`
--
ALTER TABLE `wp_commentmeta`
  ADD PRIMARY KEY (`meta_id`),
  ADD KEY `comment_id` (`comment_id`),
  ADD KEY `meta_key` (`meta_key`(191));

--
-- Indexes for table `wp_comments`
--
ALTER TABLE `wp_comments`
  ADD PRIMARY KEY (`comment_ID`),
  ADD KEY `comment_post_ID` (`comment_post_ID`),
  ADD KEY `comment_approved_date_gmt` (`comment_approved`,`comment_date_gmt`),
  ADD KEY `comment_date_gmt` (`comment_date_gmt`),
  ADD KEY `comment_parent` (`comment_parent`),
  ADD KEY `comment_author_email` (`comment_author_email`(10));

--
-- Indexes for table `wp_links`
--
ALTER TABLE `wp_links`
  ADD PRIMARY KEY (`link_id`),
  ADD KEY `link_visible` (`link_visible`);

--
-- Indexes for table `wp_options`
--
ALTER TABLE `wp_options`
  ADD PRIMARY KEY (`option_id`),
  ADD UNIQUE KEY `option_name` (`option_name`),
  ADD KEY `autoload` (`autoload`);

--
-- Indexes for table `wp_postmeta`
--
ALTER TABLE `wp_postmeta`
  ADD PRIMARY KEY (`meta_id`),
  ADD KEY `post_id` (`post_id`),
  ADD KEY `meta_key` (`meta_key`(191));

--
-- Indexes for table `wp_posts`
--
ALTER TABLE `wp_posts`
  ADD PRIMARY KEY (`ID`),
  ADD KEY `post_name` (`post_name`(191)),
  ADD KEY `type_status_date` (`post_type`,`post_status`,`post_date`,`ID`),
  ADD KEY `post_parent` (`post_parent`),
  ADD KEY `post_author` (`post_author`),
  ADD KEY `type_status_author` (`post_type`,`post_status`,`post_author`);

--
-- Indexes for table `wp_termmeta`
--
ALTER TABLE `wp_termmeta`
  ADD PRIMARY KEY (`meta_id`),
  ADD KEY `term_id` (`term_id`),
  ADD KEY `meta_key` (`meta_key`(191));

--
-- Indexes for table `wp_terms`
--
ALTER TABLE `wp_terms`
  ADD PRIMARY KEY (`term_id`),
  ADD KEY `slug` (`slug`(191)),
  ADD KEY `name` (`name`(191));

--
-- Indexes for table `wp_term_relationships`
--
ALTER TABLE `wp_term_relationships`
  ADD PRIMARY KEY (`object_id`,`term_taxonomy_id`),
  ADD KEY `term_taxonomy_id` (`term_taxonomy_id`);

--
-- Indexes for table `wp_term_taxonomy`
--
ALTER TABLE `wp_term_taxonomy`
  ADD PRIMARY KEY (`term_taxonomy_id`),
  ADD UNIQUE KEY `term_id_taxonomy` (`term_id`,`taxonomy`),
  ADD KEY `taxonomy` (`taxonomy`);

--
-- Indexes for table `wp_usermeta`
--
ALTER TABLE `wp_usermeta`
  ADD PRIMARY KEY (`umeta_id`),
  ADD KEY `user_id` (`user_id`),
  ADD KEY `meta_key` (`meta_key`(191));

--
-- Indexes for table `wp_users`
--
ALTER TABLE `wp_users`
  ADD PRIMARY KEY (`ID`),
  ADD KEY `user_login_key` (`user_login`),
  ADD KEY `user_nicename` (`user_nicename`),
  ADD KEY `user_email` (`user_email`);

--
-- AUTO_INCREMENT for dumped tables
--

--
-- AUTO_INCREMENT for table `wp_actionscheduler_actions`
--
ALTER TABLE `wp_actionscheduler_actions`
  MODIFY `action_id` bigint UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=28799;

--
-- AUTO_INCREMENT for table `wp_actionscheduler_claims`
--
ALTER TABLE `wp_actionscheduler_claims`
  MODIFY `claim_id` bigint UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=14241;

--
-- AUTO_INCREMENT for table `wp_actionscheduler_groups`
--
ALTER TABLE `wp_actionscheduler_groups`
  MODIFY `group_id` bigint UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;

--
-- AUTO_INCREMENT for table `wp_actionscheduler_logs`
--
ALTER TABLE `wp_actionscheduler_logs`
  MODIFY `log_id` bigint UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=85317;

--
-- AUTO_INCREMENT for table `wp_aioseo_ai_insights_keyword_reports`
--
ALTER TABLE `wp_aioseo_ai_insights_keyword_reports`
  MODIFY `id` bigint UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wp_aioseo_cache`
--
ALTER TABLE `wp_aioseo_cache`
  MODIFY `id` bigint UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=20;

--
-- AUTO_INCREMENT for table `wp_aioseo_crawl_cleanup_blocked_args`
--
ALTER TABLE `wp_aioseo_crawl_cleanup_blocked_args`
  MODIFY `id` bigint UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wp_aioseo_crawl_cleanup_logs`
--
ALTER TABLE `wp_aioseo_crawl_cleanup_logs`
  MODIFY `id` bigint UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wp_aioseo_notifications`
--
ALTER TABLE `wp_aioseo_notifications`
  MODIFY `id` bigint UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=68;

--
-- AUTO_INCREMENT for table `wp_aioseo_posts`
--
ALTER TABLE `wp_aioseo_posts`
  MODIFY `id` bigint UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=34;

--
-- AUTO_INCREMENT for table `wp_aioseo_seo_analyzer_results`
--
ALTER TABLE `wp_aioseo_seo_analyzer_results`
  MODIFY `id` bigint UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wp_aioseo_writing_assistant_keywords`
--
ALTER TABLE `wp_aioseo_writing_assistant_keywords`
  MODIFY `id` bigint UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wp_aioseo_writing_assistant_posts`
--
ALTER TABLE `wp_aioseo_writing_assistant_posts`
  MODIFY `id` bigint UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wp_commentmeta`
--
ALTER TABLE `wp_commentmeta`
  MODIFY `meta_id` bigint UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wp_comments`
--
ALTER TABLE `wp_comments`
  MODIFY `comment_ID` bigint UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=27;

--
-- AUTO_INCREMENT for table `wp_links`
--
ALTER TABLE `wp_links`
  MODIFY `link_id` bigint UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wp_options`
--
ALTER TABLE `wp_options`
  MODIFY `option_id` bigint UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=161276;

--
-- AUTO_INCREMENT for table `wp_postmeta`
--
ALTER TABLE `wp_postmeta`
  MODIFY `meta_id` bigint UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=494;

--
-- AUTO_INCREMENT for table `wp_posts`
--
ALTER TABLE `wp_posts`
  MODIFY `ID` bigint UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=355;

--
-- AUTO_INCREMENT for table `wp_termmeta`
--
ALTER TABLE `wp_termmeta`
  MODIFY `meta_id` bigint UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wp_terms`
--
ALTER TABLE `wp_terms`
  MODIFY `term_id` bigint UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=7;

--
-- AUTO_INCREMENT for table `wp_term_taxonomy`
--
ALTER TABLE `wp_term_taxonomy`
  MODIFY `term_taxonomy_id` bigint UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=7;

--
-- AUTO_INCREMENT for table `wp_usermeta`
--
ALTER TABLE `wp_usermeta`
  MODIFY `umeta_id` bigint UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=27;

--
-- AUTO_INCREMENT for table `wp_users`
--
ALTER TABLE `wp_users`
  MODIFY `ID` bigint UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;
COMMIT;

/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
